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

Skip to content

Reorganise mpl_toolkits documentation #5752

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 32 commits into from
Jan 8, 2016
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
999786f
Move axesgrid1 api docs to axesgrid1
jenshnielsen Dec 26, 2015
8f461a2
Move non bundled packages from toolkits to resources
jenshnielsen Dec 26, 2015
b72e97a
Split documentation in axisartist and axes_grid1
jenshnielsen Dec 26, 2015
786c389
Move axisartist userguide to axisartist
jenshnielsen Dec 26, 2015
e9a9cc8
Remove warning
jenshnielsen Dec 26, 2015
a8ae5aa
Split axes_grid1 and axisartist examples
jenshnielsen Dec 26, 2015
60a8b7f
Correct links to examples
jenshnielsen Dec 26, 2015
535eb24
Correct links in whatsnew
jenshnielsen Dec 26, 2015
d49bbce
Correct links to gallery
jenshnielsen Dec 26, 2015
047ccb2
Split figures in axisartist and axisgrid1
jenshnielsen Dec 26, 2015
b1798b6
Correct links to figures
jenshnielsen Dec 26, 2015
138a6c1
Move axisartist docs
jenshnielsen Dec 26, 2015
ef84b93
Move overview docs up one level
jenshnielsen Dec 26, 2015
b41caa4
Clarify index
jenshnielsen Dec 28, 2015
44fb5ea
Update axes_grid1 overview
jenshnielsen Dec 29, 2015
9862d43
Update axes_grid1 some more
jenshnielsen Dec 29, 2015
a2d8009
update axisartist
jenshnielsen Dec 29, 2015
69705a7
Copy all remaing functionality from axes_grid to axisartist
jenshnielsen Dec 29, 2015
b17e5d6
Deprecate mpl_toolkits.axes_grid
jenshnielsen Dec 29, 2015
74da787
Move third party packages to its own toplevel index
jenshnielsen Dec 29, 2015
f6a4c78
Correct module name for axisartist
jenshnielsen Dec 29, 2015
3446e2c
Correct links on front page
jenshnielsen Dec 29, 2015
dd8a782
Update examples readme
jenshnielsen Dec 29, 2015
0635dfe
Remove the use of axes_grid from plotting userguide
jenshnielsen Dec 29, 2015
3b52513
remove pre python26 workaround
jenshnielsen Dec 29, 2015
5846f77
axes_grid to axes_grid1 in whatsnew
jenshnielsen Dec 29, 2015
6e805cf
Don't mention axes_grid in the annotation guide
jenshnielsen Dec 29, 2015
969982e
Remove toc trees
jenshnielsen Dec 30, 2015
00cdd55
Add note about the Matplotlib github org
jenshnielsen Dec 30, 2015
e47e071
Correct typos found by mdboom
jenshnielsen Dec 30, 2015
e817d39
Add api changes about deprecating axes_grid
jenshnielsen Dec 30, 2015
301980c
Correct typos found by @WeatherGod
jenshnielsen Jan 5, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update axes_grid1 some more
  • Loading branch information
jenshnielsen committed Jan 5, 2016
commit 9862d43ea00bb6bc811738fd8d35783df6dcc7cd
3 changes: 1 addition & 2 deletions doc/mpl_toolkits/axes_grid1/figures/simple_axes_divider1.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# fixed size in inch
horiz = [Size.Fixed(1.), Size.Fixed(.5), Size.Fixed(1.5),
Size.Fixed(.5)]
Size.Fixed(.5)]
vert = [Size.Fixed(1.5), Size.Fixed(.5), Size.Fixed(1.)]

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



plt.draw()
plt.show()
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import mpl_toolkits.axes_grid1.axes_size as Size
from mpl_toolkits.axes_grid import Divider
from mpl_toolkits.axes_grid1 import Divider
import matplotlib.pyplot as plt

fig1 = plt.figure(1, (5.5, 4.))
Expand Down
4 changes: 2 additions & 2 deletions doc/mpl_toolkits/axes_grid1/index.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

.. _toolkit_axesgrid1-index:

Matplotlib AxesGrid1 Toolkit
============================
Matplotlib axes_grid1 Toolkit
=============================

The matplotlib :class:`mpl_toolkits.axes_grid1` toolkit is a collection of
helper classes to ease displaying multiple images in matplotlib. While the
Expand Down
8 changes: 4 additions & 4 deletions doc/mpl_toolkits/axes_grid1/overview.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
=============================
Overview of AxesGrid1 toolkit
=============================
==============================
Overview of axes_grid1 toolkit
==============================

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


.. plot:: mpl_toolkits/axis_grid1/examples/simple_axisline4.py
.. plot:: mpl_toolkits/axes_grid1/examples/simple_axisline4.py



Expand Down
6 changes: 3 additions & 3 deletions doc/mpl_toolkits/axes_grid1/users/index.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _axes_grid1_users-guide-index:

################################################
The Matplotlib AxesGrid1 Toolkit User's Guide
################################################
#################################################
The Matplotlib axes_grid1 Toolkit User's Guide
#################################################

:Release: |version|
:Date: |today|
Expand Down