Jeremie Knuesel
Jeremie Knuesel
Another option: since `data` is rather redundant (`df` is of course the data) it could be left out entirely: ```julia plt = df * mapping(:a, :b) * visual(Lines) ``` So...
@piever for the overloading of `*` do you mean because it feels weird? (From a type piracy point of view it's legal as long as AoG owns one of the...
This sounds involved, why not `density(extrema=:global)` where `:global` could be replaced with `:subplot` or `:trace`?
Reading the tutorial, I didn't find the `dropmissing` inelegant or annoying but rather clear and explicit.
Thanks for the workaround with `colormap`! Though it's annoying in my case that the colorbar is also affected: ```julia df = (x=vec((1:3) .+ rand(200)'), y=vec((1:3) .+ rand(200)'), c=vec([1,2,5] .+ rand(200)'))...
@czimm79 no for now I'm just not using transparency in those plots with continuous color scale.
With the `axis` keyword you can pass options to Makie's [Axis](https://makie.juliaplots.org/v0.15.2/documentation/api_reference/#Axis) object, which includes a `title` option, so you can write `draw(..., axis=(; title="My title"))`.
This would mostly affect the colormap? And does it makes sense then to keep the `isless` definition on `NonNumeric`?
This is caused by https://github.com/GiovineItalia/Compose.jl/blob/da671cd35805bfbd9dc7a433830b4a8d608fe93a/src/property.jl#L71 which commits type piracy (see linked issue for details).
Another example for point 2: ``` - Some text as a paragraph, this is the second line and now starting with the URL everything is highlighted as a code block....