Skip to content

Limit functions don't work on LScene #862

@darsnack

Description

@darsnack

Not sure if this is intended behavior: https://discourse.julialang.org/t/makie-xlims/56417/2

xlims! and friends are defined for Scene and Axis but not LScene. I would expect this to work:

_, axis, _ = lines(x, y, z, linewidth=0.5, show_axis=false)
xlims!(axis, 1.05,1.95)
ylims!(axis, 1.05,1.95)

Metadata

Metadata

Assignees

No one assigned

    Labels

    MakieBackend independent issues (Makie core)User Interfacefunctionality users interface withenhancementFeature requests and enhancements

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions