KristofferC / PGFPlotsX.jl

Plots in Julia using the PGFPlots LaTeX package
Other
301 stars 40 forks source link

Cannot disable markers when using Ribbon #271

Closed IljaK91 closed 3 years ago

IljaK91 commented 3 years ago

Hey everyone,

After some recent updates, the following code leads to a plot with marker sizes, although I tried everything to disable them. It does not happen when using the PyPlot backend.

using Plots
pgfplotsx()
xs    = 1:15
μs    = 1:15
sigma = rand(15)*3
plot(xs, μs, grid=false, ribbon = sigma, fillalpha = 0.4, label = "", color = :black, ms = 0, mc = false, msc = false, ma = 0, msa = 0)

grafik

tpapp commented 3 years ago

Please open an issue for Plots.jl.