File tree 7 files changed +32
-7
lines changed
7 files changed +32
-7
lines changed Original file line number Diff line number Diff line change 2
2
``matplotlib.afm ``
3
3
******************
4
4
5
- .. automodule :: matplotlib.afm
5
+ .. attention ::
6
+ This module is considered internal.
7
+
8
+ Its use is deprecated and it will be removed in a future version.
9
+
10
+ .. automodule :: matplotlib._afm
6
11
:members:
7
12
:undoc-members:
8
13
:show-inheritance:
Original file line number Diff line number Diff line change 2
2
``matplotlib.docstring ``
3
3
************************
4
4
5
- .. automodule :: matplotlib.docstring
5
+ .. attention ::
6
+ This module is considered internal.
7
+
8
+ Its use is deprecated and it will be removed in a future version.
9
+
10
+ .. automodule :: matplotlib._docstring
6
11
:members:
7
12
:undoc-members:
8
13
:show-inheritance:
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Changes for 0.91.0
25
25
* The :mod: `matplotlib.dviread ` file now has a parser for files like
26
26
psfonts.map and pdftex.map, to map TeX font names to external files.
27
27
28
- * The file :mod: ` matplotlib.type1font ` contains a new class for Type 1
28
+ * The file `` matplotlib.type1font ` ` contains a new class for Type 1
29
29
fonts. Currently it simply reads pfa and pfb format files and
30
30
stores the data in a way that is suitable for embedding in pdf
31
31
files. In the future the class might actually parse the font to
Original file line number Diff line number Diff line change 2
2
``matplotlib.tight_bbox ``
3
3
*************************
4
4
5
- .. automodule :: matplotlib.tight_bbox
5
+ .. attention ::
6
+ This module is considered internal.
7
+
8
+ Its use is deprecated and it will be removed in a future version.
9
+
10
+ .. automodule :: matplotlib._tight_bbox
6
11
:members:
7
12
:undoc-members:
8
13
:show-inheritance:
Original file line number Diff line number Diff line change 2
2
``matplotlib.tight_layout ``
3
3
***************************
4
4
5
- .. automodule :: matplotlib.tight_layout
5
+ .. attention ::
6
+ This module is considered internal.
7
+
8
+ Its use is deprecated and it will be removed in a future version.
9
+
10
+ .. automodule :: matplotlib._tight_layout
6
11
:members:
7
12
:undoc-members:
8
13
:show-inheritance:
Original file line number Diff line number Diff line change 2
2
``matplotlib.type1font ``
3
3
************************
4
4
5
- .. automodule :: matplotlib.type1font
5
+ .. attention ::
6
+ This module is considered internal.
7
+
8
+ Its use is deprecated and it will be removed in a future version.
9
+
10
+ .. automodule :: matplotlib._type1font
6
11
:members:
7
12
:undoc-members:
8
13
:show-inheritance:
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Tight Layout
51
51
A frequent issue raised by users of matplotlib is the lack of a layout
52
52
engine to nicely space out elements of the plots. While matplotlib still
53
53
adheres to the philosophy of giving users complete control over the placement
54
- of plot elements, Jae-Joon Lee created the :mod: ` ~ matplotlib.tight_layout `
54
+ of plot elements, Jae-Joon Lee created the `` matplotlib.tight_layout ` `
55
55
module and introduced a new
56
56
command :func: `~matplotlib.pyplot.tight_layout `
57
57
to address the most common layout issues.
You can’t perform that action at this time.
0 commit comments