Fabian Greimel

Results 80 comments of Fabian Greimel

It is now possible to register multiple package in (multiple subdirectories of) one repository. (One widely used package that makes use of this is https://github.com/JuliaPlots/Makie.jl.) I managed to split out...

sorry, you need `using CairoMakie`. I adapted the snippet. Plots from this package currently don't have an html representation, but an svg representation.

Not sure. Doesn't that only use the two specified rules? I'd like all predefined rules plus one or two extra.

I started to use static-preview for all my repositories. If I am looking for something, I browse the repo's gh-pages.

I don't know if it's related but I cannot precompile Pluto on macOS Catalina on current 1.6-release due to MbedTLS not precompiling. It's been working on the nightly build that...

I played around with this a little bit. I would like to share my attempt for anybody who wants to continue working on this. It works for simple examples, but...

Unfortunately not. Now there is not even a single plot anymore :-(

I don't have resources currently to thoroughly look at the code, though. Sorry! I did however I play around with this a little bit and I noticed that dodged barplots...

Let me rephrase: It would be nice if at least all documented features keep working ;-)

Here's one more thing I noticed: https://aog.makie.org/previews/PR505/gallery/gallery/scales/legend_merging/#Legend-merging These legends are not merged automatically, even though `color` and `marker` use the same scale. Is this intentional? I'd rather merge them by...