Revert "replaced boxes with symmetrical squares"

This reverts commit 28b026c9adebfbca231fc310eabb71e3c4aab7ee.
This commit is contained in:
Michael K. Borregaard 2017-02-22 11:52:54 +01:00
parent 28b026c9ad
commit b7536f129b

View File

@ -814,7 +814,7 @@ end
end
library = clibrary(cl.args[1])
z = (1:20).+(1:20)'
z = sqrt.((1:15)*(1:20)')
seriestype := :heatmap
ticks := nothing
@ -838,7 +838,7 @@ end
if !(length(grad.args) == 1 && isa(grad.args[1], Symbol))
error("showgradient takes the name of a color gradient as a Symbol")
end
z = (1:20).+(1:20)'
z = sqrt.((1:15)*(1:20)')
seriestype := :heatmap
ticks := nothing
legend := false