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

trivial

parent 82a31532
No related branches found
No related tags found
1 merge request!159Correct clicking data point for info
Pipeline #2890 passed with stage
in 2 minutes and 58 seconds
......@@ -398,7 +398,7 @@ class Plotting:
prev_v = v
count += 1
ax.scatter(x, y, marker='s', c=colors, s=sizes,
zorder=constants.Z_ORDER['DOT'],)
zorder=constants.Z_ORDER['DOT'])
ax.x_list = x_list
ax.y_list = y_list
ax.chan_db_info = chan_db_info
......
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