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

Lines changed: 24 additions & 23 deletions

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

0 commit comments

Comments
 (0)