Skip to content
Snippets Groups Projects
Commit 4581f834 authored by Pierre LALET's avatar Pierre LALET
Browse files

Change default values for matplotlib graphs

parent 348dc350
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ try:
MATPLOTLIB_INLINED = 1
else:
MATPLOTLIB_INLINED = 0
MATPLOTLIB_DEFAULT_PLOT_KARGS = { "color": "r", "marker": "+", "ls": "" }
MATPLOTLIB_DEFAULT_PLOT_KARGS = {"marker": "+"}
except ImportError:
plt = None
MATPLOTLIB = 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment