Skip to content
Snippets Groups Projects
Commit d7884815 authored by Michael Reuscher's avatar Michael Reuscher
Browse files

bins fix for various plots

parent 5e23da66
No related branches found
No related tags found
1 merge request!4Python driver and data analysis part
......@@ -35,7 +35,7 @@ class SeabornPlotter:
bins_x[0] = 0.75 * (1 << 4)
for i in range(1, n + 1):
bins_x[i] = bins_x[i - 1] * 2
bins_y = np.logspace(-6, 0, num=101)
bins_y = np.logspace(-8, 1, num=101)
return bins_x, bins_y
def plot_histogram_various(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment