Skip to content
Snippets Groups Projects
Commit b16db6e9 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent e729170b
Branches
No related tags found
No related merge requests found
...@@ -7,7 +7,6 @@ barWidth = 0.10 ...@@ -7,7 +7,6 @@ barWidth = 0.10
def do_plot(x_values, y_values, line_labels, colors, x_axis_label=None, y_axis_label=None, invert=False, flip=False): def do_plot(x_values, y_values, line_labels, colors, x_axis_label=None, y_axis_label=None, invert=False, flip=False):
num_lines = len(y_values) num_lines = len(y_values)
npts = len(x_values)
for k in range(num_lines): for k in range(num_lines):
if flip: if flip:
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment