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 13f912f

Browse filesBrowse files
authored
Merge pull request #9501 from matplotlib/auto-backport-of-pr-9447
Backport PR #9447 on branch v2.1.0-doc
2 parents e5604ac + deae074 commit 13f912f
Copy full SHA for 13f912f

File tree

Expand file treeCollapse file tree

5 files changed

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

5 files changed

+6
-0
lines changed

‎examples/axes_grid1/demo_axes_divider.py

Copy file name to clipboardExpand all lines: examples/axes_grid1/demo_axes_divider.py
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Demo Axes Divider
44
=================
55
6+
Axes divider to calculate location of axes and
7+
create a divider for them using exisiting axes instances.
68
"""
79
import matplotlib.pyplot as plt
810

‎examples/axes_grid1/demo_axes_grid.py

Copy file name to clipboardExpand all lines: examples/axes_grid1/demo_axes_grid.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
Demo Axes Grid
44
==============
55
6+
Grid of 2x2 images with single or own colorbar.
67
"""
78
import matplotlib.pyplot as plt
89
from mpl_toolkits.axes_grid1 import ImageGrid

‎examples/axes_grid1/demo_axes_grid2.py

Copy file name to clipboardExpand all lines: examples/axes_grid1/demo_axes_grid2.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
Demo Axes Grid2
44
===============
55
6+
Grid of images with shared xaxis and yaxis.
67
"""
78
import matplotlib.pyplot as plt
89
from mpl_toolkits.axes_grid1 import ImageGrid

‎examples/axes_grid1/demo_axes_hbox_divider.py

Copy file name to clipboardExpand all lines: examples/axes_grid1/demo_axes_hbox_divider.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
Demo Axes Hbox Divider
44
======================
55
6+
Hbox Divider to arrange subplots.
67
"""
78
import numpy as np
89
import matplotlib.pyplot as plt

‎examples/axes_grid1/demo_axes_rgb.py

Copy file name to clipboardExpand all lines: examples/axes_grid1/demo_axes_rgb.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
Demo Axes RGB
44
=============
55
6+
RGBAxes to show RGB composite images.
67
"""
78
import numpy as np
89
import matplotlib.pyplot as plt

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.