Simon Christ

Results 223 comments of Simon Christ

Its the other way around. You get a colorbar of you got marker_z values. How should Plots now what values to put there?

One step forward would be to Figure out how one changes the legend Position in PlotlyJS

> Any suggestions on where to look next? I think the plotly documentation is the place to look for more Information

Sorry for having been misleading here

For `scatter` and `padding` its just that we don't have sections for these. But I agree it would be nice, to only show the result of one example page in...

That would result in getting no results for examples at all, no?

I am not quite sure, what that function exactly is doing. Can you provide an example using `PyPlot`. First I thought this about marking points with arrows, but the example...

I'd say we already have that... the above would read as ```julia using Plots plot(0:4, sqrt.(0:4), color = :red, legend = false) plot!([(1,1.5), (2,0.5)], arrow = arrow(:closed, 0.1), color =...