commit
cb161a25da
@ -726,7 +726,6 @@ function py_add_series(plt::Plot{PyPlotBackend}, series::Series)
|
|||||||
|
|
||||||
elseif typeof(z) <: AbstractVector
|
elseif typeof(z) <: AbstractVector
|
||||||
# tri-surface plot (http://matplotlib.org/mpl_toolkits/mplot3d/tutorial.html#tri-surface-plots)
|
# tri-surface plot (http://matplotlib.org/mpl_toolkits/mplot3d/tutorial.html#tri-surface-plots)
|
||||||
@show x, y, z
|
|
||||||
handle = ax."plot_trisurf"(x, y, z;
|
handle = ax."plot_trisurf"(x, y, z;
|
||||||
label = series[:label],
|
label = series[:label],
|
||||||
zorder = series[:series_plotindex],
|
zorder = series[:series_plotindex],
|
||||||
|
|||||||
@ -107,7 +107,6 @@ function resolve_mixed(mix::MixedMeasures, sp::Subplot, letter::Symbol)
|
|||||||
if mix.len != 0mm
|
if mix.len != 0mm
|
||||||
f = (letter == :x ? width : height)
|
f = (letter == :x ? width : height)
|
||||||
totlen = f(plotarea(sp))
|
totlen = f(plotarea(sp))
|
||||||
@show totlen
|
|
||||||
pct += mix.len / totlen
|
pct += mix.len / totlen
|
||||||
end
|
end
|
||||||
if pct != 0
|
if pct != 0
|
||||||
|
|||||||
@ -115,7 +115,6 @@ function regressionXY(x, y)
|
|||||||
end
|
end
|
||||||
|
|
||||||
function replace_image_with_heatmap(z::Array{T}) where T<:Colorant
|
function replace_image_with_heatmap(z::Array{T}) where T<:Colorant
|
||||||
@show T, size(z)
|
|
||||||
n, m = size(z)
|
n, m = size(z)
|
||||||
# idx = 0
|
# idx = 0
|
||||||
colors = ColorGradient(vec(z))
|
colors = ColorGradient(vec(z))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user