Plots.jl: Stacked bar plot

Created on 14 Dec 2016  路  5Comments  路  Source: JuliaPlots/Plots.jl

It would be great if I could make a stacked bar plot using the bar!() function calls; Perhaps this could be as simple as adding the bottom parameter, like how PyPlot does it?

If this is possible using the current API, I haven't been able to find out how to do so, and would be happy to contribute and example to the docs.

Most helpful comment

(for other google-searchers like me, it's groupedbar: https://github.com/JuliaPlots/StatPlots.jl#grouped-bar-plots)

All 5 comments

There's already recipes for it in StatPlots.jl

https://github.com/JuliaPlots/StatPlots.jl

Perfect, exactly what I'm looking for. Those are some great recipes, thanks @ChrisRackauckas!

(for other google-searchers like me, it's groupedbar: https://github.com/JuliaPlots/StatPlots.jl#grouped-bar-plots)

Should this issue really be closed? The API advertises this functionality (albeit with a warning that it may not be fully implemented). If there's no intention of the functionality being implemented, then maybe bar_position should be removed from the API?

It's implemented, just in StatsPlots (which is the same package with a bit more bells and whistles, recommended for most users). The documentation is for all the packages (RecipesBase + PlotUtils + PlotThemes + Plots + StatsPlots).

Was this page helpful?
0 / 5 - 0 ratings

Related issues

PallHaraldsson picture PallHaraldsson  路  4Comments

Cody-G picture Cody-G  路  4Comments

tbenst picture tbenst  路  3Comments

dancsi picture dancsi  路  4Comments

asinghvi17 picture asinghvi17  路  3Comments