Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5293fcb

Browse filesBrowse files
committed
MEP12 of subplots, axes and figures' examples
1 parent 9d32aba commit 5293fcb
Copy full SHA for 5293fcb

File tree

Expand file treeCollapse file tree

2 files changed

+8
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+8
-0
lines changed

‎examples/subplots_axes_and_figures/fahrenheit_celsius_scales.py

Copy file name to clipboardExpand all lines: examples/subplots_axes_and_figures/fahrenheit_celsius_scales.py
+4Lines 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

Copy file name to clipboardExpand all lines: examples/subplots_axes_and_figures/subplot_demo.py
+4Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.