Spaces:
Running
on
Zero
Running
on
Zero
also pdf
Browse files
plots.py
CHANGED
|
@@ -329,6 +329,9 @@ def plot_optimization_history_from_json(
|
|
| 329 |
fig.savefig(
|
| 330 |
output_path / f"optimization_history_{method}.png", dpi=600, bbox_inches="tight"
|
| 331 |
)
|
|
|
|
|
|
|
|
|
|
| 332 |
plt.close(fig)
|
| 333 |
|
| 334 |
|
|
|
|
| 329 |
fig.savefig(
|
| 330 |
output_path / f"optimization_history_{method}.png", dpi=600, bbox_inches="tight"
|
| 331 |
)
|
| 332 |
+
fig.savefig(
|
| 333 |
+
output_path / f"optimization_history_{method}.pdf", dpi=600, bbox_inches="tight"
|
| 334 |
+
)
|
| 335 |
plt.close(fig)
|
| 336 |
|
| 337 |
|