Skip to content

Commit 13f912f

Browse 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

File tree

5 files changed

+6
-0
lines changed

5 files changed

+6
-0
lines changed

examples/axes_grid1/demo_axes_divider.py

Lines 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

Lines 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

Lines 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

Lines 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

Lines 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)