Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removed line for saving figures
  • Loading branch information
rougier committed Sep 15, 2016
commit e91a5777d8e94ae30b1ab627204ec326e87bd7dc
4 changes: 0 additions & 4 deletions examples/ticks_and_spines/tick-formatters.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,4 @@ def minor_formatter(x, pos):
ax.text(0.0, 0.5, "StrMethodFormatter('{x}')",
fontsize=15, transform=ax.transAxes)


plt.tight_layout()
# plt.savefig("tick-formatters.pdf")
# plt.savefig("tick-formatters.png", dpi=150)
plt.show()
3 changes: 0 additions & 3 deletions examples/ticks_and_spines/tick-locators.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,4 @@ def setup(ax):
ax.text(0.0, 0.5, "LogLocator(base=10, numticks=15)",
fontsize=15, transform=ax.transAxes)

plt.tight_layout()
# plt.savefig("tick-locators.pdf")
# plt.savefig("tick-locators.png", dpi=150)
plt.show()