8000
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 7b1b1ef commit b23b13dCopy full SHA for b23b13d
doc/users/whats_new/path_simplification_updates.rst
@@ -1,5 +1,8 @@
1
Path simplification updates
2
--------------------------
+---------------------------
3
4
-Lines will now be simplified according to the ``path.simplify`` RC parameter,
5
-as long as other conditions such as not using dashed lines are met.
+Lines will now be simplified according to the ``path.simplify`` and
+``path.simplify_threshold`` RC parameters, as long as other conditions
6
+such as not using dashed lines are met. Simplification will only happen
7
+when drawing the line segment portion of a path, if you are also drawing
8
+markers you should consider using the ``markevery`` option to ``plot``.
0 commit comments