adjust the axis scale in 2D plotly plot
Usage
plotly_axis_scale_2D(
cell_locations,
sdimx = NULL,
sdimy = NULL,
mode = c("cube", "real", "custom"),
custom_ratio = NULL
)
Examples
my_cell_locations <- data.frame(x = sample(10), y = sample(10))
plotly_axis_scale_2D(my_cell_locations)
#> [[1]]
#> [1] 1
#>
#> [[2]]
#> [1] 1
#>