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

Cleanup and attempt to fix right label issue"

parent 1f13cd74
No related branches found
No related tags found
No related merge requests found
......@@ -263,6 +263,7 @@ class TriggerRate(kp.Module):
ax.set_yscale('log')
except ValueError:
pass
ax.tick_params(labelright=True)
filename = join(self.plots_path, self.filename + '.png')
filename_tmp = join(self.plots_path, self.filename + '_tmp.png')
......
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