Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9862d43

Browse files
committed
Update axes_grid1 some more
1 parent 44fb5ea commit 9862d43

5 files changed

Lines changed: 11 additions & 12 deletions

File tree

doc/mpl_toolkits/axes_grid1/figures/simple_axes_divider1.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# fixed size in inch
88
horiz = [Size.Fixed(1.), Size.Fixed(.5), Size.Fixed(1.5),
9-
Size.Fixed(.5)]
9+
Size.Fixed(.5)]
1010
vert = [Size.Fixed(1.5), Size.Fixed(.5), Size.Fixed(1.)]
1111

1212
rect = (0.1, 0.1, 0.8, 0.8)
@@ -25,6 +25,5 @@
2525
ax4.set_axes_locator(divider.new_locator(nx=2, nx1=4, ny=0))
2626

2727

28-
2928
plt.draw()
3029
plt.show()

doc/mpl_toolkits/axes_grid1/figures/simple_axes_divider2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import mpl_toolkits.axes_grid1.axes_size as Size
2-
from mpl_toolkits.axes_grid import Divider
2+
from mpl_toolkits.axes_grid1 import Divider
33
import matplotlib.pyplot as plt
44

55
fig1 = plt.figure(1, (5.5, 4.))

doc/mpl_toolkits/axes_grid1/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22
.. _toolkit_axesgrid1-index:
33

4-
Matplotlib AxesGrid1 Toolkit
5-
============================
4+
Matplotlib axes_grid1 Toolkit
5+
=============================
66

77
The matplotlib :class:`mpl_toolkits.axes_grid1` toolkit is a collection of
88
helper classes to ease displaying multiple images in matplotlib. While the

doc/mpl_toolkits/axes_grid1/overview.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
=============================
2-
Overview of AxesGrid1 toolkit
3-
=============================
1+
==============================
2+
Overview of axes_grid1 toolkit
3+
==============================
44

55
What is axes_grid1 toolkit?
66
===========================
@@ -267,7 +267,7 @@ tick-formatter for bottom(or left)-axis. ::
267267
r"$\pi$", r"$\frac{3}{2}\pi$", r"$2\pi$"])
268268

269269

270-
.. plot:: mpl_toolkits/axis_grid1/examples/simple_axisline4.py
270+
.. plot:: mpl_toolkits/axes_grid1/examples/simple_axisline4.py
271271

272272

273273

doc/mpl_toolkits/axes_grid1/users/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _axes_grid1_users-guide-index:
22

3-
################################################
4-
The Matplotlib AxesGrid1 Toolkit User's Guide
5-
################################################
3+
#################################################
4+
The Matplotlib axes_grid1 Toolkit User's Guide
5+
#################################################
66

77
:Release: |version|
88
:Date: |today|

0 commit comments

Comments
 (0)