[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Getting black and white mesh plots
From: |
Ben Abbott |
Subject: |
Re: Getting black and white mesh plots |
Date: |
Tue, 02 Apr 2013 08:10:41 -0400 |
On Apr 2, 2013, at 6:05 AM, asha g wrote:
> I did the following but still got color output. What is wrong ?
>
>
> print ('cabunbact1aoctN11mesh.eps','-deps')
>
> Thanks
> Asha
Try setting the graphics_toolkit to fltk. Does the figure then render in BW?
close all
graphics_toolkit fltk
demo peaks 1
print test.eps
Ben