Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d32aba commit 5293fcbCopy full SHA for 5293fcb
2 files changed
examples/subplots_axes_and_figures/fahrenheit_celsius_scales.py
@@ -1,4 +1,8 @@
1
"""
2
+=================================
3
+Different scales on the same axes
4
5
+
6
Demo of how to display two scales on the left and right y axis.
7
8
This example uses the Fahrenheit and Celsius scales.
examples/subplots_axes_and_figures/subplot_demo.py
+=================
+Multiple subplots
Simple demo with multiple subplots.
import numpy as np
0 commit comments