Zhanibek

Results 165 comments of Zhanibek

@robertfeldt, I was wondering if there is anyone working on this, should we expect a fix anytime soon? One of my projects would be vastly sped up if this works.

Perhaps you could play around and come up with a robust solution? I've written that as of an todo item for future. I could not come up with an easy...

You have another option of setting `ms=0` that defaults to no marker, which I think looks better

I think `lw, msw` or some other thing does it

The issue is that the horizontal bar is just a _ marker and not all backends support it

How would you decide on the width of these lines?

Try commenting out https://github.com/JuliaPlots/Plots.jl/blob/709a8a96093b512693b8703d195b5a5da0636a13/src/backends/pyplot.jl#L128 and seeing the results. Perhaps that would be exactly what you want

If marker is unsupported by a backend, then it is provided by Plots using lower level recipes. In that case using `msw, ms, lw, markercolor, linecolor` can give you exactly...