Re: [julia-users] errorbar plot in Plots.jl

2016-11-09 Thread Li Zhang
the default color is all black, how to set the colors for errorbars?

On Friday, October 14, 2016 at 10:23:34 PM UTC-7, franck...@gmail.com wrote:
>
> Beautiful, thank you!
>
> On Saturday, October 15, 2016 at 12:06:39 AM UTC+2, Tom Breloff wrote:
>>
>> Already implemented as attributes: yerror and xerror
>>
>> On Friday, October 14, 2016,  wrote:
>>
>>> I have just discovered Plots, which I use mostly with the PlotlyJS 
>>> backend because of the inline interactivity in Juliabox, and I have been 
>>> spoiled by it: thank you Tom and Spencer.
>>>
>>> I need an errorbar plot (something like 
>>> http://matplotlib.org/examples/statistics/errorbar_demo_features.html): 
>>> is there any plan to add it? I could use the OHLC plot, but I cannot figure 
>>> out how to remove the horizontal bars.
>>>
>>>

Re: [julia-users] errorbar plot in Plots.jl

2016-10-14 Thread franckhertz16
Beautiful, thank you!

On Saturday, October 15, 2016 at 12:06:39 AM UTC+2, Tom Breloff wrote:
>
> Already implemented as attributes: yerror and xerror
>
> On Friday, October 14, 2016, > wrote:
>
>> I have just discovered Plots, which I use mostly with the PlotlyJS 
>> backend because of the inline interactivity in Juliabox, and I have been 
>> spoiled by it: thank you Tom and Spencer.
>>
>> I need an errorbar plot (something like 
>> http://matplotlib.org/examples/statistics/errorbar_demo_features.html): 
>> is there any plan to add it? I could use the OHLC plot, but I cannot figure 
>> out how to remove the horizontal bars.
>>
>>

Re: [julia-users] errorbar plot in Plots.jl

2016-10-14 Thread Tom Breloff
Already implemented as attributes: yerror and xerror

On Friday, October 14, 2016,  wrote:

> I have just discovered Plots, which I use mostly with the PlotlyJS backend
> because of the inline interactivity in Juliabox, and I have been spoiled by
> it: thank you Tom and Spencer.
>
> I need an errorbar plot (something like http://matplotlib.org/
> examples/statistics/errorbar_demo_features.html): is there any plan to
> add it? I could use the OHLC plot, but I cannot figure out how to remove
> the horizontal bars.
>
>