About 611,000 results
Open links in new tab
  1. python - How do I align gridlines for two y-axis scales ... - Stack ...

    I'm plotting two datasets with different units on the y-axis. Is there a way to make the ticks and gridlines aligned on both y-axes? The first image shows what I get, and the second image …

  2. Bode Plots in Python - Magnus Borresen

    Nov 5, 2018 · This notebook will go through a pratical example of how to do bode plots in Python and how to find several other control related charateristics. We’ll look at an actual transfer …

  3. python - Second plot axis with different units on same data in ...

    Oct 7, 2016 · I'd like to add a second y-axis to my plot plt.plot([1,2,4]) on the right side, which should be aligned with the left axis, but in different units which can be calculated. For example …

  4. Plots with different scales — Matplotlib 3.10.3 documentation

    Two plots on the same Axes with different left and right scales. The trick is to use two different Axes that share the same x axis. You can use separate matplotlib.ticker formatters and …

  5. matplotlib - How can I plot the margins in a python bode plot?

    Jul 17, 2019 · If you want more control (pun intended), you can do something similar to @monte-carlo's answer, but by plotting the margins directly on the plot produced by the bode_plot/bode …

  6. Arranging multiple Axes in a Figure - Matplotlib

    We can create a basic 2-by-2 grid of Axes using subplots. It returns a Figure instance and an array of Axes objects. The Axes objects can be used to access methods to place artists on the …

  7. secondary y-axis - matplotlib-users - Matplotlib

    Sep 28, 2005 · I think excel calls this plotting a data set with a secondary y-axis. I want to overlay a bode plot with its coherence and the y-axis limits for the two will be very different. I don't …

  8. How to make y-y plots with Matplotlib - Python for …

    Mar 2, 2021 · In this post, you will learn how to create y-y plots with Python and Matplotlib. y-y plots are a type of line plot where one line corresponds to one y-axis and another line on the …

  9. How to Create Bode Plots of Transfer Functions in Python Using …

    Sep 10, 2024 · In this control engineering and control theory tutorial, we explain how to generate Bode plots of transfer functions in Python using the SciPy library. We also provide a YouTube …

  10. python - Merge two Matplotlib plots having different ranges for the Y ...

    Oct 28, 2021 · You can use ax.twinx() to create a secondary Y-axis on the right-hand side, then plot each line independently: output: Note that since both lines have basically the same shape, …

  11. Some results have been removed
Refresh