From b664393683813d540ca2eefaff64ad55bf35bab6 Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Wed, 29 Aug 2018 20:35:58 -0700 Subject: [PATCH] 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 --- tutorials/introductory/pyplot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tutorials/introductory/pyplot.py b/tutorials/introductory/pyplot.py index 75aa2a23a26b..083ea734058a 100644 --- a/tutorials/introductory/pyplot.py +++ b/tutorials/introductory/pyplot.py @@ -200,7 +200,6 @@ # label any string # linestyle or ls [ ``'-'`` | ``'--'`` | ``'-.'`` | ``':'`` | ``'steps'`` | ...] # linewidth or lw float value in points -# lod [True | False] # marker [ ``'+'`` | ``','`` | ``'.'`` | ``'1'`` | ``'2'`` | ``'3'`` | ``'4'`` ] # markeredgecolor or mec any matplotlib color # markeredgewidth or mew float value in points