We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7735701 + c461609 commit 02aa721Copy full SHA for 02aa721
cheatsheets.tex
@@ -977,7 +977,7 @@
977
\textbf{… remove tick labels ?}\\
978
\hspace*{2.5mm}~$\rightarrow$ ax.set\_[xy]ticklabels([])\\
979
\textbf{… rotate tick labels ?}\\
980
- \hspace*{2.5mm}~$\rightarrow$ ax.set\_[xy]ticks(rotation=90)\\
+ \hspace*{2.5mm}~$\rightarrow$ ax.tick\_params(axis="x", rotation=90)\\
981
\textbf{… hide top spine?}\\
982
\hspace*{2.5mm}~$\rightarrow$ ax.spines['top'].set\_visible(False)\\
983
\textbf{… hide legend border?}\\
0 commit comments