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 0f4e3a6 commit c44bd3dCopy full SHA for c44bd3d
1 file changed
doc/users/whats_new/rcparams.rst
@@ -22,6 +22,7 @@ Configuration (rcParams)
22
``svg.hashsalt``
23
````````````````
24
25
-If ``svg.hashsalt`` is ``None`` (which it is by default), the svg backend uses ``uuid4`` to generate the hash salt.
26
-If it is not ``None``, it must be a string that is used as the hash salt instead of ``uuid4``.
27
-This allows for deterministic SVG output.
+If ``svg.hashsalt`` is ``None`` (which it is by default), the svg
+backend uses ``uuid4`` to generate the hash salt. If it is not
+``None``, it must be a string that is used as the hash salt instead of
28
+``uuid4``. This allows for deterministic SVG output.
0 commit comments