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

Skip to content

Commit 42ed60d

Browse files
committed
Small fixes
1 parent 47acec4 commit 42ed60d

24 files changed

+24
-23
lines changed

doc/api/api_changes_old.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
.. toctree::
77
:glob:
8+
:reversed:
89
:maxdepth: 1
910

1011
prev_api_changes/*

doc/api/prev_api_changes/api_changes_0.40.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Changes for 0.40
33
================
44

5-
::
5+
.. code-block:: text
66
77
- Artist
88
* __init__ takes a DPI instance and a Bound2D instance which is

doc/api/prev_api_changes/api_changes_0.42.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changes for 0.42
22
================
33

4-
::
4+
.. code-block:: text
55
66
* Refactoring AxisText to be backend independent. Text drawing and
77
get_window_extent functionality will be moved to the Renderer.

doc/api/prev_api_changes/api_changes_0.50.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Changes for 0.50
33
================
44

5-
::
5+
.. code-block:: text
66
77
* refactored Figure class so it is no longer backend dependent.
88
FigureCanvasBackend takes over the backend specific duties of the

doc/api/prev_api_changes/api_changes_0.54.3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Changes for 0.54.3
33
==================
44

5-
::
5+
.. code-block:: text
66
77
removed the set_default_font / get_default_font scheme from the
88
font_manager to unify customization of font defaults with the rest of

doc/api/prev_api_changes/api_changes_0.60.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changes for 0.60
22
================
33

4-
::
4+
.. code-block:: text
55
66
ColormapJet and Grayscale are deprecated. For backwards
77
compatibility, they can be obtained either by doing

doc/api/prev_api_changes/api_changes_0.61.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changes for 0.61
22
================
33

4-
::
4+
.. code-block:: text
55
66
canvas.connect is now deprecated for event handling. use
77
mpl_connect and mpl_disconnect instead. The callback signature is

doc/api/prev_api_changes/api_changes_0.63.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changes for 0.63
22
================
33

4-
::
4+
.. code-block:: text
55
66
Dates are now represented internally as float days since 0001-01-01,
77
UTC.

doc/api/prev_api_changes/api_changes_0.65.1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changes for 0.65.1
22
==================
33

4-
::
4+
.. code-block:: text
55
66
removed add_axes and add_subplot from backend_bases. Use
77
figure.add_axes and add_subplot instead. The figure now manages the

doc/api/prev_api_changes/api_changes_0.65.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changes for 0.65
22
================
33

4-
::
4+
.. code-block:: text
55
66
77
mpl_connect and mpl_disconnect in the MATLAB interface renamed to

doc/api/prev_api_changes/api_changes_0.70.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changes for 0.70
22
================
33

4-
::
4+
.. code-block:: text
55
66
MplEvent factored into a base class Event and derived classes
77
MouseEvent and KeyEvent

doc/api/prev_api_changes/api_changes_0.71.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changes for 0.71
22
================
33

4-
::
4+
.. code-block:: text
55
66
Significant numerix namespace changes, introduced to resolve
77
namespace clashes between python built-ins and mlab names.

doc/api/prev_api_changes/api_changes_0.72.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changes for 0.72
22
================
33

4-
::
4+
.. code-block:: text
55
66
- Line2D, Text, and Patch copy_properties renamed update_from and
77
moved into artist base class

doc/api/prev_api_changes/api_changes_0.73.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changes for 0.73
22
================
33

4-
::
4+
.. code-block:: text
55
66
- Removed deprecated ColormapJet and friends
77

doc/api/prev_api_changes/api_changes_0.80.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changes for 0.80
22
================
33

4-
::
4+
.. code-block:: text
55
66
- xlim/ylim/axis always return the new limits regardless of
77
arguments. They now take kwargs which allow you to selectively

doc/api/prev_api_changes/api_changes_0.81.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changes for 0.81
22
================
33

4-
::
4+
.. code-block:: text
55
66
- pylab and artist "set" functions renamed to setp to avoid clash
77
with python2.4 built-in set. Current version will issue a

doc/api/prev_api_changes/api_changes_0.82.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changes for 0.82
22
================
33

4-
::
4+
.. code-block:: text
55
66
- toolbar import change in GTKAgg, GTKCairo and WXAgg
77

doc/api/prev_api_changes/api_changes_0.83.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changes for 0.83
22
================
33

4-
::
4+
.. code-block:: text
55
66
- Made HOME/.matplotlib the new config dir where the matplotlibrc
77
file, the ttf.cache, and the tex.cache live. The new default

doc/api/prev_api_changes/api_changes_0.84.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changes for 0.84
22
================
33

4-
::
4+
.. code-block:: text
55
66
Unified argument handling between hlines and vlines. Both now
77
take optionally a fmt argument (as in plot) and a keyword args

doc/api/prev_api_changes/api_changes_0.85.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changes for 0.85
22
================
33

4-
::
4+
.. code-block:: text
55
66
Made xtick and ytick separate props in rc
77

doc/api/prev_api_changes/api_changes_0.86.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changes for 0.86
22
================
33

4-
::
4+
.. code-block:: text
55
66
Matplotlib data is installed into the matplotlib module.
77
This is similar to package_data. This should get rid of

doc/api/prev_api_changes/api_changes_0.87.7.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Changes for 0.87.7
44
==================
55

6-
::
6+
.. code-block:: text
77
88
Completely reworked the annotations API because I found the old
99
API cumbersome. The new design is much more legible and easy to

doc/api/prev_api_changes/api_changes_0.90.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changes for 0.90.0
22
==================
33

4-
::
4+
.. code-block:: text
55
66
All artists now implement a "pick" method which users should not
77
call. Rather, set the "picker" property of any artist you want to

doc/api/prev_api_changes/api_changes_0.90.1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Changes for 0.90.1
33
==================
44

5-
::
5+
.. code-block:: text
66
77
The file dviread.py has a (very limited and fragile) dvi reader
88
for usetex support. The API might change in the future so don't

0 commit comments

Comments
 (0)