octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to activate gnuplot toolkit?


From: Kai Torben Ohlhus
Subject: Re: How to activate gnuplot toolkit?
Date: Wed, 6 Nov 2013 16:03:10 +0100

On Wed, Nov 6, 2013 at 3:52 PM, Daniel J Sebald <address@hidden> wrote:
How does one activate the gnuplot toolkit?  I recall someone writing in the maintainers list how to swap back and forth, but I get:

set(1,'__graphics_toolkit__', 'gnuplot')
error: set___graphics_toolkit__: invalid graphics toolkit

set(1,'__graphics_toolkit__')
error: set: invalid number of arguments

Thanks,

Dan

Hello Dan,

you are looking for:
>> graphics_toolkit
ans = fltk
>> graphics_toolkit gnuplot
>> graphics_toolkit fltk

Best,
Kai

reply via email to

[Prev in Thread] Current Thread [Next in Thread]