Return the range along the dimensions of the coordinate system
// Defaults to providing the 2D x-y ranges
return types.SimpleNamespace(x=panel_params["x_range"],
y=panel_params["y_range"])
def backtransform_range(self, panel_params):
After Change
Return the range along the dimensions of the coordinate system
// Defaults to providing the 2D x-y ranges
return NS(x=panel_params.x.range,
y=panel_params.y.range)
def backtransform_range(self, panel_params):
Get the panel range provided in panel_params and backtransforms it