UCS2014 commited on
Commit
1065019
·
verified ·
1 Parent(s): 4e885d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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) # e.g., "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 = {