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

No DU limit

parent c76ed15d
No related branches found
No related tags found
No related merge requests found
......@@ -207,7 +207,8 @@ class ZTPlot(kp.Module):
title=title,
max_z=self.max_z,
ytick_distance=self.ytick_distance,
grid_lines=grid_lines)
grid_lines=grid_lines,
n_dus=None)
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