-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
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
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 8f461a2
Move non bundled packages from toolkits to resources
jenshnielsen b72e97a
Split documentation in axisartist and axes_grid1
jenshnielsen 786c389
Move axisartist userguide to axisartist
jenshnielsen e9a9cc8
Remove warning
jenshnielsen a8ae5aa
Split axes_grid1 and axisartist examples
jenshnielsen 60a8b7f
Correct links to examples
jenshnielsen 535eb24
Correct links in whatsnew
jenshnielsen d49bbce
Correct links to gallery
jenshnielsen 047ccb2
Split figures in axisartist and axisgrid1
jenshnielsen b1798b6
Correct links to figures
jenshnielsen 138a6c1
Move axisartist docs
jenshnielsen ef84b93
Move overview docs up one level
jenshnielsen b41caa4
Clarify index
jenshnielsen 44fb5ea
Update axes_grid1 overview
jenshnielsen 9862d43
Update axes_grid1 some more
jenshnielsen a2d8009
update axisartist
jenshnielsen 69705a7
Copy all remaing functionality from axes_grid to axisartist
jenshnielsen b17e5d6
Deprecate mpl_toolkits.axes_grid
jenshnielsen 74da787
Move third party packages to its own toplevel index
jenshnielsen f6a4c78
Correct module name for axisartist
jenshnielsen 3446e2c
Correct links on front page
jenshnielsen dd8a782
Update examples readme
jenshnielsen 0635dfe
Remove the use of axes_grid from plotting userguide
jenshnielsen 3b52513
remove pre python26 workaround
jenshnielsen 5846f77
axes_grid to axes_grid1 in whatsnew
jenshnielsen 6e805cf
Don't mention axes_grid in the annotation guide
jenshnielsen 969982e
Remove toc trees
jenshnielsen 00cdd55
Add note about the Matplotlib github org
jenshnielsen e47e071
Correct typos found by mdboom
jenshnielsen e817d39
Add api changes about deprecating axes_grid
jenshnielsen 301980c
Correct typos found by @WeatherGod
jenshnielsen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
update axisartist
- Loading branch information
commit a2d8009920f86d3f6aa9bb5262db1865c513edfb
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
============================== | ||
Overview of AxisArtist toolkit | ||
Overview of axisartist toolkit | ||
============================== | ||
|
||
.. warning:: | ||
|
@@ -8,7 +8,7 @@ Overview of AxisArtist toolkit | |
As a side effect, some commands (mostly tick-related) do not work. | ||
|
||
|
||
*axisartist* contains custom Axes class that is meant to support for | ||
The *axisartist* contains custom Axes class that is meant to support for | ||
curvilinear grids (e.g., the world coordinate system in astronomy). | ||
Unlike mpl's original Axes class which uses Axes.xaxis and Axes.yaxis | ||
to draw ticks, ticklines and etc., Axes in axisartist uses special | ||
|
@@ -20,14 +20,10 @@ curved coordinate systems. | |
Since it uses a special artists, some mpl commands that work on | ||
Axes.xaxis and Axes.yaxis may not work. | ||
|
||
AXISARTIST | ||
========== | ||
|
||
|
||
AxisArtist | ||
axisartist | ||
---------- | ||
|
||
AxisArtist module provides a custom (and very experimental) Axes | ||
*axisartist* module provides a custom (and very experimental) Axes | ||
class, where each axis (left, right, top and bottom) have a separate | ||
artist associated which is responsible to draw axis-line, ticks, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
ticklabels, label. Also, you can create your own axis, which can pass | ||
|
@@ -81,7 +77,7 @@ Or a fixed axis with some offset :: | |
|
||
|
||
|
||
AxisArtist with ParasiteAxes | ||
axisartist with ParasiteAxes | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
Most commands in the axes_grid1 toolkit can take a axes_class keyword | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
uses a special
->uses special