Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58b24e0 commit 8f86799Copy full SHA for 8f86799
1 file changed
doc/api/api_changes.rst
@@ -470,3 +470,11 @@ Colorbar for log-scaled hexbin
470
When using `hexbin` and plotting with a logarithmic color scale, the colorbar
471
ticks are now correctly log scaled. Previously the tick values were linear
472
scaled log(number of counts).
473
+
474
+PGF backend now explicitly makes black text black
475
+-------------------------------------------------
476
477
+Previous behavior with the pgf backend was for text specified as black to
478
+actually be the default color of whatever was rendering the pgf file (which was
479
+of course usually black). The new behavior is that black text is black,
480
+regardless of the default color.
0 commit comments