JuliaAPlavin / MakieExtra.jl

MIT License
27 stars 1 forks source link

Mapping function #3

Closed jariji closed 2 weeks ago

jariji commented 2 weeks ago

You mentioned a mapping plot on Slack, which I liked. Is that in here somewhere?

aplavin commented 2 weeks ago

Yes, the implementation is here, known as FPlot! Code: https://github.com/JuliaAPlavin/MakieExtra.jl/blob/master/src/fplot.jl Tests: https://github.com/JuliaAPlavin/MakieExtra.jl/blob/master/test/fplot.jl

I haven't really documented nor announced it yet, but will do soon :) I used it very often, really nice piece of functionality. Any suggestions welcome, both in terms of better naming and functionality.

FPlot is growing and becoming a larger and larger fraction of MakieExtra, so I'm even thinking of splitting it into a separate package. But that requires a nice name...