org-arl / InteractiveViz.jl

Interactive visualization tools for Julia
MIT License
109 stars 6 forks source link

[WIP] Adaptive ticks #5

Closed asinghvi17 closed 1 year ago

asinghvi17 commented 4 years ago

In its current state, this PR uses PlotUtils and the Wilkinson tick-finding algorithm in order to compute "good" ticks. It's a bit slow, though, so if you're OK with a dependency on MakieLayout, you could use the faster linear tick finder.

output

mchitre commented 4 years ago

I'm open to a MakieLayout dependency.

mchitre commented 4 years ago

@asinghvi17 I'm assuming this is not yet ready for review/merging, since you've marked it as WIP. Do ping me when you'd like me to take a deeper look.

asinghvi17 commented 4 years ago

Will do. We just merged MakieLayout into AbstractPlotting, so I'm waiting to see how that plays out before moving on this.

mchitre commented 3 years ago

@asinghvi17 any plans to move on this? Now that MakieLayout looks wonderful, it would make sense to replace the axes implementation to use it?

mchitre commented 1 year ago

No longer relevant with v0.4, as InteractiveViz now uses MakieLayout.