Skip to content

Commit 749e81f

Browse files
committed
Try to improve wording
1 parent ec941b4 commit 749e81f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

doc/users/whats_new/reproducible_ps_pdf.rst

+5-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ versions need to be kept constant for reproducibility, and they may
1717
add sources of nondeterminism outside the control of matplotlib.
1818

1919
For SVG output, the ``svg.hashsalt`` rc parameter has been added in an
20-
earlier release. It can be used to change some random id values in the
21-
output to be deterministic, at the cost that including multiple such
22-
SVG files in one document can lead to collisions.
20+
earlier release. This parameter changes some random identifiers in the
21+
SVG file to be deterministic. The downside of this setting is that if
22+
more than one file is generated using with deterministic identifiers
23+
and they end up as parts of one larger document, the identifiers can
24+
collide and cause the different parts to affect each other.
2325

2426
These features are now enabled in the tests for the PDF and SVG
2527
backends, so most test output files (but not all of them) are now

0 commit comments

Comments
 (0)