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

Another attempt to fix right label issue

parent 15c9fc17
No related branches found
No related tags found
No related merge requests found
......@@ -252,7 +252,7 @@ class TriggerRate(kp.Module):
ax.minorticks_on()
plt.legend()
fig.tight_layout()
# fig.tight_layout()
filename = join(self.plots_path, self.filename + '_lin.png')
filename_tmp = join(self.plots_path, self.filename + '_lin_tmp.png')
......@@ -263,7 +263,6 @@ 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