Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -263,9 +263,9 @@ def cross_plot_static(actual, pred):
|
|
| 263 |
ax.xaxis.set_major_formatter(fmt)
|
| 264 |
ax.yaxis.set_major_formatter(fmt)
|
| 265 |
|
| 266 |
-
ax.set_xlabel("Actual UCS (psi)", fontweight="bold", fontsize=
|
| 267 |
-
ax.set_ylabel("Predicted UCS (psi)", fontweight="bold", fontsize=
|
| 268 |
-
ax.tick_params(labelsize=
|
| 269 |
|
| 270 |
ax.grid(True, linestyle=":", alpha=0.3)
|
| 271 |
for spine in ax.spines.values():
|
|
|
|
| 263 |
ax.xaxis.set_major_formatter(fmt)
|
| 264 |
ax.yaxis.set_major_formatter(fmt)
|
| 265 |
|
| 266 |
+
ax.set_xlabel("Actual UCS (psi)", fontweight="bold", fontsize=6, color="black")
|
| 267 |
+
ax.set_ylabel("Predicted UCS (psi)", fontweight="bold", fontsize=6, color="black")
|
| 268 |
+
ax.tick_params(labelsize=6, colors="black")
|
| 269 |
|
| 270 |
ax.grid(True, linestyle=":", alpha=0.3)
|
| 271 |
for spine in ax.spines.values():
|