Cannot disable markers when using Ribbon
IljaK91 opened this issue · comments
Ilja commented
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)
Tamas K. Papp commented
Please open an issue for Plots.jl.