KristofferC / PGFPlotsX.jl

Plots in Julia using the PGFPlots LaTeX package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot disable markers when using Ribbon

IljaK91 opened this issue · comments

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)

grafik

Please open an issue for Plots.jl.