I am using Plots to plot(data,options...). This produces tons of Warnings like:
┌ Warning: Indices Base.OneTo(7) of attribute `fillcolor` does not match data indices 1:6.
└ @ Plots ~/.julia/packages/Plots/AAjgN/src/utils.jl:128
┌ Warning: Indices Base.OneTo(7) of attribute `markercolor` does not match data indices 1:6.
└ @ Plots ~/.julia/packages/Plots/AAjgN/src/utils.jl:128
┌ Warning: No strict ticks found
└ @ PlotUtils ~/.julia/packages/PlotUtils/igbcf/src/ticks.jl:191
┌ Warning: No strict ticks found
└ @ PlotUtils ~/.julia/packages/PlotUtils/igbcf/src/ticks.jl:191
like, these are useful, but I can generate the plots I want now. Is there a way to disable them (like verbosity=false) so that my REPL don’t get spammed asunder?