About 1,650 results
Open links in new tab
  1. matplotlib.pyplot.semilogyMatplotlib 3.11.0 documentation

    See Axes.set_yscale for details. nonpositive{'mask', 'clip'}, default: 'clip' Non-positive values in y can be masked as invalid, or clipped …

  2. matplotlib.pyplot.semilogy() function in Python - GeeksforGeeks

    Jul 15, 2025 · The matplotlib.pyplot.semilogy () function in pyplot module of matplotlib library is used to make a plot with log scaling …

  3. matplotlib.axes.Axes.semilogyMatplotlib 3.11.0 documentation

    This is just a thin wrapper around plot which additionally changes the y-axis to log scaling. All the concepts and parameters of plot …

  4. Matplotlib.axes.Axes.semilogy() in Python - GeeksforGeeks

    Jul 12, 2025 · Matplotlib is a library in Python and it is numerical - mathematical extension for NumPy library.The Axes Class …

  5. How to make semilogx and semilogy plots in Matplotlib?

    Mar 25, 2026 · To make semilogx and semilogy plots in Matplotlib, you can use logarithmic scaling on one axis while keeping the …

  6. Unveiling the Power of matplotlib.pyplot.semilogy: A Comprehensive ...

    Jul 2, 2025 · Enter matplotlib.pyplot.semilogy, a powerful function that enables the creation of semi-logarithmic plots, where the y …

  7. Matplotlib.axes.Axes.semilogy () in Python: Practical Semilog Y Plots ...

    Feb 10, 2026 · In this post I focus on matplotlib.axes.Axes.semilogy() from the Axes API, and I explain how I use it in real projects. …

  8. Drawing a semilog plot using matplotlib | Pythontic.com

    The function semilogy () from matplotlib.pyplot module plots the y axis in logarithmic scale and the X axis in linear scale. Example: …

  9. Plotting straight line on semilog plot with matplotlib

    Dec 11, 2012 · edit: Okay maybe I'm dumbing it down too much. I need to plot straight lines, from the x-axis at a 45 degree angle. …

  10. matplotlib.pyplot.semilogyMatplotlib

    This function supports all the keyword arguments of plot () and matplotlib.axes.Axes.set_yscale ().