File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed
Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -783,25 +783,25 @@ def graphics_update_cycle(
783783 array_key = curve_name ,
784784 )
785785
786- # even if we're downsampled bigly
787- # draw the last datum in the final
788- # px column to give the user the mx/mn
789- # range of that set.
790- if (
791- curve_name != fqsn
792- and liv
793- # and not do_px_step
794- # and not do_rt_update
795- ):
796- viz .draw_last (
797- array_key = curve_name ,
786+ # even if we're downsampled bigly
787+ # draw the last datum in the final
788+ # px column to give the user the mx/mn
789+ # range of that set.
790+ if (
791+ curve_name != fqsn
792+ and liv
793+ # and not do_px_step
794+ # and not do_rt_update
795+ ):
796+ viz .draw_last (
797+ array_key = curve_name ,
798798
799- # TODO: XXX this is currently broken for the
800- # `FlattenedOHLC` case since we aren't returning the
801- # full x/y uppx's worth of src-data from
802- # `draw_last_datum()` ..
803- only_last_uppx = True ,
804- )
799+ # TODO: XXX this is currently broken for the
800+ # `FlattenedOHLC` case since we aren't returning the
801+ # full x/y uppx's worth of src-data from
802+ # `draw_last_datum()` ..
803+ only_last_uppx = True ,
804+ )
805805
806806 profiler ('overlays updates' )
807807
You can’t perform that action at this time.
0 commit comments