File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- 2015-02-19 Rewrite of C++ code that calculates contours to add support for
2
- corner masking. This is controlled by the 'corner_mask' keyword
3
- in plotting commands 'contour' and 'contourf'. - IMT
4
-
5
- 2015-01-31 Added the rcParam 'image.combine_images' to permit users
1
+ 2015-02-27 Added the rcParam 'image.combine_images' to permit users
6
2
to decide whether they want the vector graphics backends to combine
7
3
all images within a set of axes into a single image. (If images do
8
4
not get combined, users can open vector graphics files in Adobe
9
5
Illustrator or Inkscape and edit each image individually.) Also
10
6
changed 'renderer.option_nocomposite' to the clearer name
11
7
'renderer.option_combine_images'.
12
8
9
+ 2015-02-19 Rewrite of C++ code that calculates contours to add support for
10
+ corner masking. This is controlled by the 'corner_mask' keyword
11
+ in plotting commands 'contour' and 'contourf'. - IMT
12
+
13
13
2015-01-23 Text bounding boxes are now computed with advance width rather than
14
14
ink area. This may result in slightly different placement of text.
15
15
You can’t perform that action at this time.
0 commit comments