This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: octave says WGL_ARB_multisample is missing


I misunderstood you initially.

Hey, that works!  Not quite as pretty, but I can work with it.

Thanks to all.

On 9 July 2018 at 01:18, Marco Atzeri <marco.atzeri@gmail.com> wrote:

> Am 7/9/2018 um 2:55 AM schrieb William Mitchell:
>
>> Yes, I use gnuplot and xmgrace in other situations.  But here I have
>> several .m programs which will need octave (or Matlab).
>>
>>
> I understood, but I am talking of octave graphics interface
>
> See also
> https://octave.org/doc/v4.4.0/Graphics-Toolkits.html
>
> have you tried to plot with another graphics interface ?
>>> What is the output of
>>>
>>
> this is an octave command
>
>    available_graphics_toolkits
>>>
>>
> and its output should be like
>
> octave:1> available_graphics_toolkits
> ans =
> {
>   [1,1] = fltk
>   [1,2] = gnuplot
> }
>
> The default toolkit can be changed
>
> octave:1> graphics_toolkit()
> ans = fltk
> octave:2> graphics_toolkit("gnuplot")
> octave:3> graphics_toolkit()
> ans = gnuplot
>
>
>
>>> Usually the "gnuplot" is the less demanding one.
>>>
>>> Regards
> Marco
>
>
> ---
> Diese E-Mail wurde von AVG auf Viren geprüft.
> http://www.avg.com
>
>
> --
> Problem reports:       http://cygwin.com/problems.html
> FAQ:                   http://cygwin.com/faq/
> Documentation:         http://cygwin.com/docs.html
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>
>

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]