[OctDev] Saving pic on windows

2012-01-30 Thread Roy Menachem
Hi, I use octave 3.4.2. When I use one of the plotting functions such as bar(...) with some colors options the plot seems to be fine, but When I save the picture with saveas function on windows with the following code : y=['Results\' 'pic' '.jpg']; saveas(p,y) the colors mixed up and the pict

[OctDev] Saving pic on windows

2012-01-30 Thread Roy Menachem
Hi, I use octave 3.4.2. When I use one of the plotting functions such as bar(...) with some colors options the plot seems to be fine, but When I save the picture with saveas function on windows with the following code : y=['Results\' 'pic' '.jpg']; saveas(p,y) the colors mixed up and the pictur