[programming] logical_operation.py writes pdf

This commit is contained in:
Jan Benda 2019-11-26 09:44:19 +01:00
parent 479e51588b
commit 025d4eb640

View File

@ -64,6 +64,6 @@ ax4.text(-5.5, 1.025*ax4.get_ylim()[1], "D", fontsize=12)
fig.set_size_inches(3.5, 3.5) fig.set_size_inches(3.5, 3.5)
fig.subplots_adjust(left=0.1, right=0.975, top=0.95, bottom=0.12, hspace=0.3) fig.subplots_adjust(left=0.1, right=0.975, top=0.95, bottom=0.12, hspace=0.3)
fig.savefig("logical_operations.png") fig.savefig("logical_operations.pdf")
plt.close() plt.close()