octave-maintainers
[Top][All Lists]
Advanced

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

RE: Request for testing: gnuplot on Windows


From: JohnD
Subject: RE: Request for testing: gnuplot on Windows
Date: Sun, 1 Feb 2015 13:19:24 -0500

> Message: 5
> Date: Sat, 31 Jan 2015 09:04:50 -0500
> From: Mike Miller <address@hidden>
> To: Octave Maintainers List <address@hidden>
> Subject: Request for testing: gnuplot on Windows
> Message-ID: <address@hidden>
> Content-Type: text/plain; charset=utf-8
> 
> Can someone please test plotting with gnuplot with the default branch on
> Windows? I made a change to detect the existence of the gnuplot program
> before allowing the toolkit to be used (bug #35391), works for me on
> GNU/Linux, but I wasn't sure if I need to do something about the
executable file
> extension on Windows or not.
> 
> Please try any or all of the following on Windows (using rev 408361a8c72f
or
> newer):
> 
>   available_graphics_toolkits
>   graphics_toolkit gnuplot
>   __have_gnuplot__
>   __init_gnuplot__
> 
> --
> mike
> 

>> available_graphics_toolkits
ans =
{
  [1,1] = fltk
  [1,2] = qt
}
>> graphics_toolkit gnuplot
error: graphics_toolkit: gnuplot toolkit is not available
error: called from
    graphics_toolkit at line 70 column 5
>> __have_gnuplot__
ans = 0
>> __init_gnuplot__
error: __init_gnuplot__: the gnuplot program is not available, see
'gnuplot_binary'
>>





reply via email to

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