Skip to content

Commit deae074

Browse files
jklymakMeeseeksDev[bot]
authored and
MeeseeksDev[bot]
committed
Backport PR #9447: Update examples for axisgrid1
1 parent 4552534 commit deae074

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)