We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dffaad2 commit c768f7fCopy full SHA for c768f7f
pycsa/plotting/plotter.py
@@ -169,8 +169,7 @@ def freq_panel(
169
170
if self.set_label:
171
axs.set_ylabel(r"$m$", fontsize=12)
172
-
173
- axs.set_xlabel(r"$n$", fontsize=12)
+ axs.set_xlabel(r"$n$", fontsize=12)
174
# axs.set_aspect('equal')
175
176
# ref: https://stackoverflow.com/questions/20337664/cleanest-way-to-hide-every-nth-tick-label-in-matplotlib-colorbar
0 commit comments