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 4d54405 commit fccf1caCopy full SHA for fccf1ca
lib/matplotlib/path.py
@@ -669,7 +669,7 @@ def interpolated(self, steps):
669
"""
670
Return a new path with each segment divided into *steps* parts.
671
672
- Codes other than `LINETO` `MOVETO` and `CLOSEPOLY` are not handled correctly.
+ Codes other than `LINETO`, `MOVETO`, and `CLOSEPOLY` are not handled correctly.
673
674
Parameters
675
----------
0 commit comments