Shorter clear rate axis title

windows_fixes_yo
Tyler Goodlet 2022-02-04 17:00:12 -05:00
parent 87653ddca2
commit 8d432e1988
1 changed files with 5 additions and 1 deletions

View File

@ -842,7 +842,11 @@ async def open_vlm_displays(
tr_pi = chart.overlay_plotitem(
'trade_rates',
index=1, # place axis on inside (nearest to chart)
axis_title='tr(16) ',
# TODO: dynamically update period (and thus this axis?)
# title from user input.
axis_title='clears/P',
axis_side='left',
axis_kwargs={
'typical_max_str': ' 10.0 M ',