1

Trying to plot a line where each point has its own markershape, I tried:

using Plots
xs = [1, 2, 3]
ys = [2, 3, 2.4]
markers = [:x, :hexagon, :none]
plot(xs, ys, markershape=markers)

But that gives the following, which only has xs as markers: enter image description here

I also tried 1x3 array but no luck.

miha priimek
  • 919
  • 6
  • 20
  • I tried this (Julia 1.4, Qt backend) and it worked as it should. Perhaps some resource in the backed on your machine is failing to load? – Bill Jul 24 '20 at 06:55
  • Seems a Plots version issue https://github.com/JuliaPlots/Plots.jl/issues/2876 – miha priimek Jul 25 '20 at 08:15
  • It's working for me as I mentioned in the issue comment https://github.com/JuliaPlots/Plots.jl/issues/2876#issuecomment-820380751. Could you try again and maybe close this if it's been solved? – Benoit Pasquier Apr 15 '21 at 12:24

0 Answers0