Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a2d8009

Browse filesBrowse files
committed
update axisartist
1 parent 9862d43 commit a2d8009
Copy full SHA for a2d8009

File tree

Expand file treeCollapse file tree

3 files changed

+8
-12
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+8
-12
lines changed

‎doc/mpl_toolkits/axisartist/index.rst

Copy file name to clipboardExpand all lines: doc/mpl_toolkits/axisartist/index.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. _toolkit_axisartist-index:
22

3-
Matplotlib Axisartist Toolkit
3+
Matplotlib axisartist Toolkit
44
=============================
55

66
.. toctree::

‎doc/mpl_toolkits/axisartist/overview.rst

Copy file name to clipboardExpand all lines: doc/mpl_toolkits/axisartist/overview.rst
+5-9Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
==============================
2-
Overview of AxisArtist toolkit
2+
Overview of axisartist toolkit
33
==============================
44

55
.. warning::
@@ -8,7 +8,7 @@ Overview of AxisArtist toolkit
88
As a side effect, some commands (mostly tick-related) do not work.
99

1010

11-
*axisartist* contains custom Axes class that is meant to support for
11+
The *axisartist* contains custom Axes class that is meant to support for
1212
curvilinear grids (e.g., the world coordinate system in astronomy).
1313
Unlike mpl's original Axes class which uses Axes.xaxis and Axes.yaxis
1414
to draw ticks, ticklines and etc., Axes in axisartist uses special
@@ -20,14 +20,10 @@ curved coordinate systems.
2020
Since it uses a special artists, some mpl commands that work on
2121
Axes.xaxis and Axes.yaxis may not work.
2222

23-
AXISARTIST
24-
==========
25-
26-
27-
AxisArtist
23+
axisartist
2824
----------
2925

30-
AxisArtist module provides a custom (and very experimental) Axes
26+
*axisartist* module provides a custom (and very experimental) Axes
3127
class, where each axis (left, right, top and bottom) have a separate
3228
artist associated which is responsible to draw axis-line, ticks,
3329
ticklabels, label. Also, you can create your own axis, which can pass
@@ -81,7 +77,7 @@ Or a fixed axis with some offset ::
8177

8278

8379

84-
AxisArtist with ParasiteAxes
80+
axisartist with ParasiteAxes
8581
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8682

8783
Most commands in the axes_grid1 toolkit can take a axes_class keyword

‎doc/mpl_toolkits/axisartist/users/axisartist.rst

Copy file name to clipboardExpand all lines: doc/mpl_toolkits/axisartist/users/axisartist.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
.. _axisartist-manual:
22

33
====================
4-
AXISARTIST namespace
4+
axisartist namespace
55
====================
66

7-
The AxisArtist namespace includes a derived Axes implementation. The
7+
The *axisartist* namespace includes a derived Axes implementation. The
88
biggest difference is that the artists responsible to draw axis line,
99
ticks, ticklabel and axis labels are separated out from the mpl's Axis
1010
class, which are much more than artists in the original mpl. This

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.