Skip to content
Snippets Groups Projects
Commit ecaf2ec6 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Use max number of dus in plot

parent 747433b5
No related branches found
No related tags found
No related merge requests found
......@@ -212,7 +212,7 @@ class ZTPlot(kp.Module):
max_z=self.max_z,
ytick_distance=self.ytick_distance,
grid_lines=grid_lines,
n_dus=None)
n_dus=n_dus)
shutil.move(f_tmp, f)
if is_in_top10:
......
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