Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -54,7 +54,7 @@ PLAIN_FONT = "Arial, sans-serif"
|
|
| 54 |
# ===== Axis Titles (easy to edit) ===========================================
|
| 55 |
# Track plots: set either to a string to override, or leave as None to use defaults.
|
| 56 |
X_AXIS_TITLE_OVERRIDE = "Breakout Limit (pcf)" # e.g., "Mud Weight (pcf)"
|
| 57 |
-
Y_AXIS_TITLE_OVERRIDE = Depth (ft)
|
| 58 |
|
| 59 |
# Cross-plot axis titles. You can use {units} and it will fill from meta.
|
| 60 |
CROSS_TITLES = {
|
|
|
|
| 54 |
# ===== Axis Titles (easy to edit) ===========================================
|
| 55 |
# Track plots: set either to a string to override, or leave as None to use defaults.
|
| 56 |
X_AXIS_TITLE_OVERRIDE = "Breakout Limit (pcf)" # e.g., "Mud Weight (pcf)"
|
| 57 |
+
Y_AXIS_TITLE_OVERRIDE = "Depth (ft)" # e.g., "Depth (ft)"
|
| 58 |
|
| 59 |
# Cross-plot axis titles. You can use {units} and it will fill from meta.
|
| 60 |
CROSS_TITLES = {
|