Daniel Schwabeneder

Results 57 comments of Daniel Schwabeneder

Unfortunately only the second issue.

Could you provide the code for this example, so I can reproduce and figure out the issue?

Thanks for the hint! That does indeed look nice. It probably would be best to have both options.

No, Plots does not support that.

I am not sure if I understand correctly. Do you mean adding a second plot with ```julia data(df) * visual(Waterfall, show_direction=true) * mapping(:x, :y, color=:group, dodge=:group, stack=:group) ``` ?

Waterfall plots are stacked anyway - in the sense that a next item starts where the previous one ends. The default stacking group for Waterfall is the same as dodge,...

It only has x axis values of 1 and 2. The second plot is one-arg (without x) and hence uses 1 to n as x.

The way it is was actually the way I intended it when implementing the Waterfall recipe, because this is one of my most used applications of the waterfall plot. However,...

Don't we need it to be breaking? Otherwise, the current StatsPlots release would be compatible with a new Version of Plots that exports the `@df` macro. I am not sure,...

I think it would in general be nice to move stuff from StatsPlots that does not require an additional dependency in Plots. Most notably, I am sometimes annoyed to require...