I am trying to output in .svg a color 3d plot and I get colors on the colorbox but nothing on the points themselves. If I output it in postscript I do see the colors. Any ideas how to build around it to make svg output colors ?
Gnuplot version :
resetoffs=0.setgridsetterminalsvgsize600,400dynamicenhancedfname'arial'mousingbuttsolid#settermpostenhcolordt=10dofor[t=380:400:dt]{time=t/100.dtime=dt/100.outname=sprintf("out_expi_%1.2f.svg",time)#outname=sprintf("out_expi_%1.2f.ps",time)setoutputoutnameunsety2ticssetview56,222setxrange[-0.06:-0.06+0.11]setyrange[0.08:0.19]setformatcb'10^%T'setlogscalecbsetcblabel'size (m)'setcbrange[60.e-9:40e-6]unsetylabelprinttimettt=sprintf('time : %1.2f and accumulated particles since %1.2f',time,time-dtime)settitletttsplot'wall_face_sinus.dpm_expi_p60nm'every2u2:3:4:(time>1.6&&$14>time-dtime&&$14<time?2./(-log10($8)-2):0):8wppt7psvarpalettenot,\'wall_face_sinus.dpm_expi_p140nm'every2u2:3:4:(time>1.6&&$14>time-dtime&&$14<time?2./(-log10($8)-2):0):8wppt7psvarpalettenot,\'wall_face_sinus.dpm_expi_p300nm'every2u2:3:4:(time>1.6&&$14>time-dtime&&$14<time?2./(-log10($8)-2):0):8wppt7psvarpalettenot,\'wall_face_sinus.dpm_expi_p2.5um'every2u2:3:4:(time>1.6&&$14>time-dtime&&$14<time?2./(-log10($8)-2):0):8wppt7psvarpalettenot,\'wall_face_sinus.dpm_expi_p5um'every3u2:3:4:(time>1.6&&$14>time-dtime&&$14<time?2./(-log10($8)-2):0):8wppt7psvarpalettenot,\'wall_face_sinus.dpm_expi_p10um'every15u2:3:4:(time>1.6&&$14>time-dtime&&$14<time?2./(-log10($8)-2):0):8wppt7psvarpalettenot,\'wall_face_sinus.dpm_expi_p20um'every1462u2:3:4:(time>1.6&&$14>time-dtime&&$14<time?2./(-log10($8)-2):0):8wppt7psvarpalettenot}
I am trying to output in .svg a color 3d plot and I get colors on the colorbox but nothing on the points themselves. If I output it in postscript I do see the colors. Any ideas how to build around it to make svg output colors ?
Gnuplot version :
Code :
Thanks in advance :)