summaryrefslogtreecommitdiff
path: root/rare/interrupts-graph.py
diff options
context:
space:
mode:
Diffstat (limited to 'rare/interrupts-graph.py')
-rwxr-xr-xrare/interrupts-graph.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rare/interrupts-graph.py b/rare/interrupts-graph.py
index 34d28ee..e4286c3 100755
--- a/rare/interrupts-graph.py
+++ b/rare/interrupts-graph.py
@@ -183,7 +183,7 @@ def update():
lines[name].set_data(xdata, ydata)
else:
color = COLORS[names.index(name) % len(COLORS)]
- lines[name], = plt.plot(xdata, ydata, MARKER_DEFAULT,
+ lines[name], = plt.plot(xdata, ydata, MARKER_DEFAULT + '-',
label=name,
color=color)
lines[name].set_picker(5) # Make selectable