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

Skip to content

Commit 8f86799

Browse files
committed
Document pgf black text change
1 parent 58b24e0 commit 8f86799

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

doc/api/api_changes.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,3 +470,11 @@ Colorbar for log-scaled hexbin
470470
When using `hexbin` and plotting with a logarithmic color scale, the colorbar
471471
ticks are now correctly log scaled. Previously the tick values were linear
472472
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

Comments
 (0)