File tree Expand file tree Collapse file tree 3 files changed +8
-17
lines changed Expand file tree Collapse file tree 3 files changed +8
-17
lines changed Original file line number Diff line number Diff line change @@ -75,16 +75,6 @@ directive - ``close-figs`` - that closes any previous figure windows before
7575creating the plots. This can help avoid some surprising duplicates of plots
7676when using ``plot_directive ``.
7777
78- Configuration (rcParams)
79- ------------------------
80-
81- ``image.composite_image `` added
82- ```````````````````````````````
83- Controls whether vector graphics backends (i.e. PDF, PS, and SVG) combine
84- multiple images on a set of axes into a single composite image. Saving each
85- image individually can be useful if you generate vector graphics files in
86- matplotlib and then edit the files further in Inkscape or other programs.
87-
8878.. _whats-new-1-4 :
8979
9080new in matplotlib-1.4
Original file line number Diff line number Diff line change 11Added "legend.framealpha" key to rcParams
22`````````````````````````````````````````
3-
43Added a key and the corresponding logic to control the default transparency of
54legend frames. This feature was written into the docstring of axes.legend(),
65but not yet implemented.
76
8-
97Added "figure.titlesize" and "figure.titleweight" keys to rcParams
108``````````````````````````````````````````````````````````````````
11-
129Two new keys were added to rcParams to control the default font size and weight
1310used by the figure title (as emitted by ``pyplot.suptitle() ``).
1411
15-
16-
1712Added "legend.facecolor" and "legend.edgecolor" keys to rcParams
1813````````````````````````````````````````````````````````````````
19-
2014The new keys control colors (background and edge) of legend patches.
15+
16+ ``image.composite_image `` added to rcParams
17+ ```````````````````````````````````````````
18+ Controls whether vector graphics backends (i.e. PDF, PS, and SVG) combine
19+ multiple images on a set of axes into a single composite image. Saving each
20+ image individually can be useful if you generate vector graphics files in
21+ matplotlib and then edit the files further in Inkscape or other programs.
Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ class Figure(Artist):
249249
250250 *suppressComposite*
251251 For multiple figure images, the figure will make composite
252- images depending on the renderer option_combine_images
252+ images depending on the renderer option_image_nocomposite
253253 function. If suppressComposite is True|False, this will
254254 override the renderer.
255255 """
You can’t perform that action at this time.
0 commit comments