remove show comments

This commit is contained in:
Simon Christ 2020-07-16 21:25:46 +02:00 committed by GitHub
parent 6f36d0998f
commit f9f6e0ff57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -276,7 +276,6 @@ end
function py_bbox_axis(ax, letter) function py_bbox_axis(ax, letter)
ticks = py_bbox_ticks(ax, letter) ticks = py_bbox_ticks(ax, letter)
labels = py_bbox_axislabel(ax, letter) labels = py_bbox_axislabel(ax, letter)
# letter == "x" && @show ticks labels ticks+labels
ticks + labels ticks + labels
end end
@ -728,7 +727,6 @@ function py_add_series(plt::Plot{PyPlotBackend}, series::Series)
end end
if st == :image if st == :image
# @show typeof(z)
xmin, xmax = ignorenan_extrema(series[:x]) xmin, xmax = ignorenan_extrema(series[:x])
ymin, ymax = ignorenan_extrema(series[:y]) ymin, ymax = ignorenan_extrema(series[:y])
dx = (xmax - xmin) / (length(series[:x]) - 1) / 2 dx = (xmax - xmin) / (length(series[:x]) - 1) / 2