Anshul Singhvi

Results 1177 comments of Anshul Singhvi

Ouch, yeah it depends on Images and PyPlot as well. Might be best to just generate the colors and write the array out in MakieThemes. Basically all the colormaps of...

```julia # preconstructed finishers finish_figure(BBPlot(; options...), figure) # custom finisher finish_figure(figure; expand_to_box, header_spacing, footer_spacing, ....) do header::GridLayout, footer::GridLayout # do something end ```

@Tokazama there's a faceting example in the Gallery you should check out.

I'd say you should probably have a common legend, seems like the easiest to implement

Fair enough - the question is, how that can be implemented with Makie's legend interface.

This raises an interesting question - currently, the legend recipe ingests plot objects natively. Should we make it more generic, so that you can create a legend from something like...

Legend isn't integrated at all with StatsMakie, so that makes sense. However, I think this can be solved in AbstractPlotting by enforcing a `label` attribute on all series.

Fixed partially by MakieLayout.

I think it should work with arbitrary functions, but there is a try-catch in there which will kill performance in tight loops. https://github.com/JuliaPlots/StatsPlots.jl/blob/dd80e7627daf00ffd227ed0cd026f076a4c6bdcd/src/df.jl#L151-L167

Something like that, but we would need to figure out how to get all the other font types as well as a good math font. (actually, now that you mention...