Hi there,
I'm trying to use the -color flag in order to change de color maps when converting ovf to png files, but t seems that nothing changes.
I'm attaching two images files, named disc1.png and disc2.png.The file disc1.png has been generated using the command:
$./mumax3-convert -png -arrows 30 disc.ovf
The file disc2.png has been generated using the command:
$./mumax3-convert -png -arrows 30 -color blue,red,white,green,black,yellow disc.ovf
When exporting just a component, using the flag -comp [0,1,2], it works.
Is it right that just the component export works with the -color flag?
Thanks.