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

make markersize=2 for multicolor dot. It was small before because there are a...

make markersize=2 for multicolor dot. It was small before because there are a lot of data points which are hard to be regconized
parent 8154dc12
No related branches found
No related tags found
1 merge request!120fixing displayed extreme values for channels
......@@ -96,7 +96,7 @@ class Plotting:
x += points
ax.plot(points, len(points) * [0], linestyle="",
marker='s', markersize=0.5,
marker='s', markersize=2,
zorder=constants.Z_ORDER['DOT'],
color=clr[c], picker=True, pickradius=3)
prev_val = val
......
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