mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] Gnuplot plugin could use color output


Chronological Thread 
  • From: Mark Arrasmith <address@hidden>
  • To: address@hidden
  • Subject: Re: [TeXmacs] Gnuplot plugin could use color output
  • Date: Wed, 28 Sep 2005 17:36:24 -0500
  • Organization: WSU Math Dept

On Wednesday 28 September 2005 04:43 pm, Yann Dirson wrote:
>Nevertheless, to produce documents for a B&W printer, it may
> be useful to provide the choice to use the color mode or not.

In your gnuplot session just use "set terminal postscript eps enhanced color".

For example put the following in a gnuplot session ...

set xrange [-3:3]; set yrange [-10:10]
set terminal postscript eps enhanced color
plot(x**3-x)

- mark



Archive powered by MHonArc 2.6.19.

Top of page