8000 MEP12 of subplots, axes and figures' examples · matplotlib/matplotlib@5293fcb · GitHub
[go: up one dir, main page]

Skip to content

Commit 5293fcb

Browse files
committed
MEP12 of subplots, axes and figures' examples
1 parent 9d32aba commit 5293fcb

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

examples/subplots_axes_and_figures/fahrenheit_celsius_scales.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
"""
2+
=================================
3+
Different scales on the same axes
4+
=================================
5+
26
Demo of how to display two scales on the left and right y axis.
37
48
This example uses the Fahrenheit and Celsius scales.

examples/subplots_axes_and_figures/subplot_demo.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
"""
2+
=================
3+
Multiple subplots
4+
=================
5+
26
Simple demo with multiple subplots.
37
"""
48
import numpy as np

0 commit comments

Comments
 (0)
0