Skip to content

Commit c768f7f

Browse files
committed
fixup
1 parent dffaad2 commit c768f7f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pycsa/plotting/plotter.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,7 @@ def freq_panel(
169169

170170
if self.set_label:
171171
axs.set_ylabel(r"$m$", fontsize=12)
172-
173-
axs.set_xlabel(r"$n$", fontsize=12)
172+
axs.set_xlabel(r"$n$", fontsize=12)
174173
# axs.set_aspect('equal')
175174

176175
# ref: https://stackoverflow.com/questions/20337664/cleanest-way-to-hide-every-nth-tick-label-in-matplotlib-colorbar

0 commit comments

Comments
 (0)