Open jjbrosnan opened 8 months ago
It looks like this is exposed via the JS API on the dh.plot.Axis instance as minRange
and maxRange
, but at a glance I can't confirm that the web UI is consuming those values. @mofojed can you confirm one way or the other?
@niloc132 doesn't look like we read minRange or maxRange anywhere
@mofojed should we move this to web-client-ui, or is there a reason to keep it here (or a dup)?
Description
deephaven.plot.figure.Figure.x_axis
anddeephaven.plot.figure.Figure.y_axis
have arguments,min
andmax
, that should limit the span of the X/Y axes in a figure. They don't work as expected.Steps to reproduce
Expected results
plot_xbounds
to display X values from -20 to 20, or the minimum value in the table to 20.plot_ybounds
to display Y values from -20 to 20, cutting the top and bottom of the waves out of view.Actual results
Plots that look the same as if
x_axis
andy_axis
weren't called at all.A clear and concise description of what actually happened.
Additional details and attachments
If applicable, add any additional screenshots, logs, or other attachments to help explain your problem.
Versions