Revert "replaced boxes with symmetrical squares"
This reverts commit 28b026c9adebfbca231fc310eabb71e3c4aab7ee.
This commit is contained in:
parent
28b026c9ad
commit
b7536f129b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user