Skip to content

Commit b664393

Browse files
committed
Remove and old keyword documentation.
Well this does not seem to be used anywhere, or at least nowhere that I can find. From digging into history `lod` was short for `Level Of Details` when artists were able to inspect the resolution of things that were going to be rendered... for whatever reasons. Note, even if this appear to just be a comment in source code this ends up being exported in the docs, for example here: https://matplotlib.org/users/pyplot_tutorial.html
1 parent d21c572 commit b664393

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tutorials/introductory/pyplot.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@
200200
# label any string
201201
# linestyle or ls [ ``'-'`` | ``'--'`` | ``'-.'`` | ``':'`` | ``'steps'`` | ...]
202202
# linewidth or lw float value in points
203-
# lod [True | False]
204203
# marker [ ``'+'`` | ``','`` | ``'.'`` | ``'1'`` | ``'2'`` | ``'3'`` | ``'4'`` ]
205204
# markeredgecolor or mec any matplotlib color
206205
# markeredgewidth or mew float value in points

0 commit comments

Comments
 (0)