File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ new in matplotlib-1.3
27
27
to configure the default margins used. Previously they were
28
28
hard-coded to default to 0, default value of both rcParam values is 0.
29
29
30
-
31
30
New eventplot plot type
32
31
-------------------------------------
33
32
Todd Jennings added a :func: `~matplotlib.pyplot.eventplot ` function to
@@ -52,7 +51,6 @@ Passing ``bbox_inches="tight"`` through to :func:`plt.save` now takes into accou
52
51
*all * artists on a figure - this was previously not the case and led to several
53
52
corner cases which did not function as expected.
54
53
55
-
56
54
Remember save directory
57
55
-----------------------
58
56
Martin Spacek made the save figure dialog remember the last directory saved
@@ -142,6 +140,14 @@ If you are using a custom backend, note that the `draw_text` renderer
142
140
method is now passed the location of the baseline, not the location of
143
141
the bottom of the text bounding box.
144
142
143
+ ``savefig.jpeg_quality `` added to rcParams
144
+ ------------------------------------------------------------------------------
145
+ ``rcParam `` value ``savefig.jpeg_quality was added so that the user can
146
+ configure the default quality used when a figure is written as a JPEG. The
147
+ default quality is 95; previously, the default quality was 75. This change
148
+ minimizes the artifacting inherent in JPEG images, particularly with images
149
+ that have sharp changes in color as plots often do.
150
+
145
151
.. _whats-new-1-2-2:
146
152
147
153
new in matplotlib 1.2.2
You can’t perform that action at this time.
0 commit comments