fixes
This commit is contained in:
parent
e58fb935b0
commit
697a59568c
@ -259,7 +259,7 @@ function plot!(pkg::PyPlotPackage, plt::Plot; kw...)
|
||||
elseif lt == :contour
|
||||
# NOTE: x/y are backwards in pyplot, so we switch the x and y args (also y is reversed),
|
||||
# and take the transpose of the surface matrix
|
||||
x, y = reverse(d[:y]), d[:x]
|
||||
x, y = d[:y], d[:x]
|
||||
surf = d[:surface]'
|
||||
handle = plotfunc(x, y, surf, d[:nlevels]; extra_kwargs...)
|
||||
if d[:fillrange] != nothing
|
||||
|
||||
@ -244,6 +244,9 @@ function expandLimits!(lims, plt::Plot{QwtPackage}, isx::Bool)
|
||||
end
|
||||
|
||||
|
||||
function handleLinkInner(plt::Plot{QwtPackage}, isx::Bool)
|
||||
end
|
||||
|
||||
|
||||
# ----------------------------------------------------------------
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user