fix gr.text on showgradient

This commit is contained in:
Michael K. Borregaard 2017-02-28 12:35:08 +01:00
parent 41e56b1f2e
commit 1b468ba5d8

View File

@ -846,6 +846,6 @@ end
ticks := nothing
legend := false
seriescolor := grad.args[1]
title := grad.args[1]
title := string(grad.args[1])
z
end