Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0230b84

Browse files
committed
Updated tests, and added a new test for PathEffectsRenderer points_to_pixels.
1 parent 998a900 commit 0230b84

File tree

9 files changed

+276
-253
lines changed

9 files changed

+276
-253
lines changed

doc/api/api_changes.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ original location:
5454
the upper and lower limits (*lolims*, *uplims*, *xlolims*, *xuplims*) now
5555
point in the correct direction.
5656

57+
* A bug has been fixed in the path effects rendering of fonts, which now means
58+
that the font size is consistent with non-path effect fonts. See
59+
https://github.com/matplotlib/matplotlib/issues/2889 for more detail.
60+
5761
* The Sphinx extensions `ipython_directive` and
5862
`ipython_console_highlighting` have been moved to the IPython
5963
project itself. While they remain in matplotlib for this release,

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969

7070
# General substitutions.
7171
project = 'Matplotlib'
72-
copyright = '2002 - 2012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the matplotlib development team; 2012 - 2013 The matplotlib development team'
72+
copyright = '2002 - 2012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the matplotlib development team; 2012 - 2014 The matplotlib development team'
7373

7474
# The default replacements for |version| and |release|, also used in various
7575
# other places throughout the built documents.
Binary file not shown.

0 commit comments

Comments
 (0)