File tree Expand file tree Collapse file tree 7 files changed +32
-7
lines changed
Expand file tree Collapse file tree 7 files changed +32
-7
lines changed Original file line number Diff line number Diff line change 22``matplotlib.afm ``
33******************
44
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
611 :members:
712 :undoc-members:
813 :show-inheritance:
Original file line number Diff line number Diff line change 22``matplotlib.docstring ``
33************************
44
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
611 :members:
712 :undoc-members:
813 :show-inheritance:
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Changes for 0.91.0
2525* The :mod: `matplotlib.dviread ` file now has a parser for files like
2626 psfonts.map and pdftex.map, to map TeX font names to external files.
2727
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
2929 fonts. Currently it simply reads pfa and pfb format files and
3030 stores the data in a way that is suitable for embedding in pdf
3131 files. In the future the class might actually parse the font to
Original file line number Diff line number Diff line change 22``matplotlib.tight_bbox ``
33*************************
44
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
611 :members:
712 :undoc-members:
813 :show-inheritance:
Original file line number Diff line number Diff line change 22``matplotlib.tight_layout ``
33***************************
44
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
611 :members:
712 :undoc-members:
813 :show-inheritance:
Original file line number Diff line number Diff line change 22``matplotlib.type1font ``
33************************
44
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
611 :members:
712 :undoc-members:
813 :show-inheritance:
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Tight Layout
5151A frequent issue raised by users of matplotlib is the lack of a layout
5252engine to nicely space out elements of the plots. While matplotlib still
5353adheres 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 ` `
5555module and introduced a new
5656command :func: `~matplotlib.pyplot.tight_layout `
5757to address the most common layout issues.
You can’t perform that action at this time.
0 commit comments