Skip to content

Commit

Permalink
axes-2: fix box text label to match actual code.
Browse files Browse the repository at this point in the history
  • Loading branch information
zormit committed Jun 27, 2016
1 parent d0a97ec commit 2e87370
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified figures/axes-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion scripts/axes-2.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

axes([0.1,0.1,.5,.5])
xticks([]), yticks([])
text(0.1,0.1, 'axes([0.1,0.1,.8,.8])',ha='left',va='center',size=16,alpha=.5)
text(0.1,0.1, 'axes([0.1,0.1,.5,.5])',ha='left',va='center',size=16,alpha=.5)

axes([0.2,0.2,.5,.5])
xticks([]), yticks([])
Expand Down

0 comments on commit 2e87370

Please sign in to comment.