UCS2014 commited on
Commit
7de4bf4
·
verified ·
1 Parent(s): 6232ca3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -516,6 +516,7 @@ def track_plot(df, include_actual=True):
516
  title_text="RHOB (g/cc)",
517
  title_font=dict(size=20, family=BOLD_FONT, color="#000"),
518
  tickfont=dict(size=15, family=BOLD_FONT, color="#000"),
 
519
  side="top", range=[xmin, xmax],
520
  ticks="outside", tickformat=",.3f", tickmode="auto", tick0=tick0,
521
  showline=True, linewidth=1.2, linecolor="#444", mirror=True,
 
516
  title_text="RHOB (g/cc)",
517
  title_font=dict(size=20, family=BOLD_FONT, color="#000"),
518
  tickfont=dict(size=15, family=BOLD_FONT, color="#000"),
519
+ tickformat=".2f"
520
  side="top", range=[xmin, xmax],
521
  ticks="outside", tickformat=",.3f", tickmode="auto", tick0=tick0,
522
  showline=True, linewidth=1.2, linecolor="#444", mirror=True,