Changed default colormap

This commit is contained in:
Josef Heinen 2016-01-11 18:16:31 +01:00
parent d71c3ecd86
commit 3e9a47a683

View File

@ -147,7 +147,7 @@ function gr_display(plt::Plot{GRPackage})
GR.polymarker(p[:x], p[:y])
else
c = p[:markercolor]
GR.setcolormap(GR.COLORMAP_COOLWARM)
GR.setcolormap(-GR.COLORMAP_GLOWING)
for i = 1:length(p[:x])
if isa(c, ColorGradient) && p[:zcolor] != nothing
ci = round(Int, 1000 + p[:zcolor][i] * 255)