remove show

This commit is contained in:
Simon Christ 2020-09-25 23:19:15 +02:00
parent 2b4cd34377
commit 1be0b76940

View File

@ -505,7 +505,6 @@ end
function pgfx_add_series!(::Val{:heatmap}, axis, series_opt, series, series_func, opt) function pgfx_add_series!(::Val{:heatmap}, axis, series_opt, series, series_func, opt)
push!(axis.options, "view" => "{0}{90}") push!(axis.options, "view" => "{0}{90}")
@show length(opt[:x]), length(opt[:y]), size(opt[:z])
push!( push!(
series_opt, series_opt,
"matrix plot*" => nothing, "matrix plot*" => nothing,