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

Skip to content

Commit e91a577

Browse files
committed
Removed line for saving figures
1 parent 6a157ae commit e91a577

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

examples/ticks_and_spines/tick-formatters.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,4 @@ def minor_formatter(x, pos):
9090
ax.text(0.0, 0.5, "StrMethodFormatter('{x}')",
9191
fontsize=15, transform=ax.transAxes)
9292

93-
94-
plt.tight_layout()
95-
# plt.savefig("tick-formatters.pdf")
96-
# plt.savefig("tick-formatters.png", dpi=150)
9793
plt.show()

examples/ticks_and_spines/tick-locators.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,4 @@ def setup(ax):
9090
ax.text(0.0, 0.5, "LogLocator(base=10, numticks=15)",
9191
fontsize=15, transform=ax.transAxes)
9292

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

0 commit comments

Comments
 (0)