Re: [julia-users] Plots.jl bar width and color

2016-06-01 Thread Tom Breloff
I think I implemented 'bar_width' recently. Might depend on backend? You can always look at the src/args.jl code to get ideas of what is implemented (until good docs are ready of course) On Wednesday, June 1, 2016, Andre Bieler wrote: > Great, > > what about the width

Re: [julia-users] Plots.jl bar width and color

2016-06-01 Thread Andre Bieler
Great, what about the width of the bars?

Re: [julia-users] Plots.jl bar width and color

2016-06-01 Thread Tom Breloff
You can use any Colors.Colorant, or arrays of them: c = [:blue, RGB(1,0,0), RGBA(1,0,0,0.2)] On Wed, Jun 1, 2016 at 2:23 PM, Andre Bieler wrote: > How can I set the with of bars in a bar plot. > > say for > > ```julia > bar([1,2,3], [4,6,3]) > ``` > > Is it possible to