Makie.jl icon indicating copy to clipboard operation
Makie.jl copied to clipboard

Axes scaling keywords in `Axis3` (ex. `xscale = log10`)

Open jonathanfischer97 opened this issue 9 months ago • 0 comments

Add xscale, yscale, zscale keywords to Axis3

Would like to be able to scale the x,y, and z axes of an Axis3 object using a scale kwarg, similar to the behavior with Axis.

  • An example would be Axis3(xscale = log10, yscale = log10, scale = log10), for setting the axis of a 3D plot where all 3 dimensions are log scaled.

jonathanfischer97 avatar May 21 '24 04:05 jonathanfischer97