Skip to content
Snippets Groups Projects
Commit 8a01d43e authored by Lan Dam's avatar Lan Dam
Browse files

fix plotting linesDots' markers not following setting in db

parent 2602eea0
No related branches found
No related tags found
1 merge request!103fix plotting linesDots' markers not following setting in db
...@@ -272,7 +272,8 @@ class Plotting: ...@@ -272,7 +272,8 @@ class Plotting:
linestyle='-', linewidth=0.7, linestyle='-', linewidth=0.7,
zorder=constants.Z_ORDER['LINE'], zorder=constants.Z_ORDER['LINE'],
color=clr[l_color], color=clr[l_color],
markerfacecolor=clr[d_color], mfc=clr[d_color],
mec=clr[d_color],
picker=True, pickradius=3) picker=True, pickradius=3)
if linked_ax is None: if linked_ax is None:
ax.x = x ax.x = x
......
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