Skip to content
Snippets Groups Projects

fix plotting linesDots' markers not following setting in db

Merged Lan Dam requested to merge i65_linesdot_color into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -272,7 +272,8 @@ class Plotting:
linestyle='-', linewidth=0.7,
zorder=constants.Z_ORDER['LINE'],
color=clr[l_color],
markerfacecolor=clr[d_color],
mfc=clr[d_color],
mec=clr[d_color],
picker=True, pickradius=3)
if linked_ax is None:
ax.x = x
Loading