Skip to content

Commit

Permalink
Merge pull request #9501 from matplotlib/auto-backport-of-pr-9447
Browse files Browse the repository at this point in the history
Backport PR #9447 on branch v2.1.0-doc
  • Loading branch information
tacaswell committed Oct 21, 2017
2 parents e5604ac + deae074 commit 13f912f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/axes_grid1/demo_axes_divider.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
Demo Axes Divider
=================
Axes divider to calculate location of axes and
create a divider for them using exisiting axes instances.
"""
import matplotlib.pyplot as plt

Expand Down
1 change: 1 addition & 0 deletions examples/axes_grid1/demo_axes_grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Demo Axes Grid
==============
Grid of 2x2 images with single or own colorbar.
"""
import matplotlib.pyplot as plt
from mpl_toolkits.axes_grid1 import ImageGrid
Expand Down
1 change: 1 addition & 0 deletions examples/axes_grid1/demo_axes_grid2.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Demo Axes Grid2
===============
Grid of images with shared xaxis and yaxis.
"""
import matplotlib.pyplot as plt
from mpl_toolkits.axes_grid1 import ImageGrid
Expand Down
1 change: 1 addition & 0 deletions examples/axes_grid1/demo_axes_hbox_divider.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Demo Axes Hbox Divider
======================
Hbox Divider to arrange subplots.
"""
import numpy as np
import matplotlib.pyplot as plt
Expand Down
1 change: 1 addition & 0 deletions examples/axes_grid1/demo_axes_rgb.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Demo Axes RGB
=============
RGBAxes to show RGB composite images.
"""
import numpy as np
import matplotlib.pyplot as plt
Expand Down

0 comments on commit 13f912f

Please sign in to comment.