Skip to content

Commit

Permalink
Merge pull request #102 from StefRe/update_350
Browse files Browse the repository at this point in the history
Update for version 3.5.0
  • Loading branch information
rougier authored Jan 3, 2022
2 parents 6e1d7a9 + d72ab92 commit 653fc62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cheatsheets.tex
Original file line number Diff line number Diff line change
Expand Up @@ -710,8 +710,8 @@
ax.\textbf{grid}()\\
ax.\textbf{set\_[xy]lim}(vmin, vmax)\\
ax.\textbf{set\_[xy]label}(label)\\
ax.\textbf{set\_[xy]ticks}(list)\\
ax.\textbf{set\_[xy]ticklabels}(list)\\
ax.\textbf{set\_[xy]ticks}(ticks, [labels])\\
ax.\textbf{set\_[xy]ticklabels}(labels)\\
ax.\textbf{set\_title}(title)\\
ax.\textbf{tick\_params}(width=10, …)\\
ax.\textbf{set\_axis\_[on|off]}()\\
Expand Down
2 changes: 1 addition & 1 deletion scripts/annotation-arrow-styles.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def demo_con_style(ax, connectionstyle):
transform=ax.transAxes, ha="left", va="top", size="x-small")


(fig, axes) = plt.subplots(5, 3, figsize=(4, 2.5), frameon=False)
(fig, axes) = plt.subplots(4, 4, figsize=(4, 2.5), frameon=False)
for ax in axes.flatten():
ax.axis("off")
for i, (ax, style) in enumerate(zip(axes.flatten(), mpatches.ArrowStyle.get_styles())):
Expand Down

0 comments on commit 653fc62

Please sign in to comment.