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

Show y-tick labels also on the right side in trigger rates. Closes #23

parent 677ddf15
No related branches found
No related tags found
No related merge requests found
......@@ -224,6 +224,7 @@ class TriggerRate(kp.Module):
ax.set_ylabel("trigger rate [Hz]")
ax.xaxis.set_major_formatter(self.styles["xfmt"])
ax.grid(True, which='minor')
ax.tick_params(labelright=True)
if self.with_minor_ticks:
ax.minorticks_on()
plt.legend()
......
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