higher resolution picture
This commit is contained in:
parent
0ae4c6920c
commit
fc31091c28
@ -104,7 +104,7 @@ def result(request):
|
||||
ax.set_ylabel('z (mm)')
|
||||
|
||||
buf = BytesIO()
|
||||
plt.savefig(buf, format='png')
|
||||
plt.savefig(buf, format='png', dpi=120)
|
||||
figure = base64.b64encode(buf.getvalue()).decode('utf-8').replace('\n', '')
|
||||
buf.close()
|
||||
ans = sorted(close_isotopes, key=lambda x: float(x[3]))
|
||||
|
Loading…
x
Reference in New Issue
Block a user