Closed jonathanBieler closed 7 years ago
Currently zooming with a plot that doesn't have ticks (or custom axis) makes Gtk crash, e.g.
p = plot( layer(x=rand(100),Geom.histogram), Guide.XTicks(ticks=nothing) )
This is probably not the best way to fix the issue (the view changes a bit when selecting the zooming tool) but at least it doesn't crash.
Thanks!
Currently zooming with a plot that doesn't have ticks (or custom axis) makes Gtk crash, e.g.
This is probably not the best way to fix the issue (the view changes a bit when selecting the zooming tool) but at least it doesn't crash.