Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -59,6 +59,7 @@ def plot_curve(kn, kd):
|
|
59 |
plt.grid(True, which="both")
|
60 |
plt.grid(True, which="minor", alpha=0.5)
|
61 |
ax.yaxis.set_minor_locator(MultipleLocator(10))
|
|
|
62 |
|
63 |
return fig
|
64 |
|
|
|
59 |
plt.grid(True, which="both")
|
60 |
plt.grid(True, which="minor", alpha=0.5)
|
61 |
ax.yaxis.set_minor_locator(MultipleLocator(10))
|
62 |
+
plt.tight_layout()
|
63 |
|
64 |
return fig
|
65 |
|