public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Marco Atzeri <marco.atzeri@gmail.com>
To: cygwin@cygwin.com
Subject: Re: octave says WGL_ARB_multisample is missing
Date: Mon, 09 Jul 2018 05:18:00 -0000	[thread overview]
Message-ID: <fd8dd04d-fb72-018c-ed80-13d7e462399f@gmail.com> (raw)
In-Reply-To: <CAL_Y+kxSk=n9S_nUN8rvuLxSfg7d5aGOm195VaDA6cQusJqhrQ@mail.gmail.com>

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

  reply	other threads:[~2018-07-09  5:18 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-27  6:25 William Mitchell
2018-06-27  6:53 ` Jon Turney
2018-06-28  8:22   ` William Mitchell
2018-06-28 22:15     ` Jon Turney
2018-07-02 12:49       ` William Mitchell
2018-07-02 17:13         ` Jon Turney
2018-07-03 10:50           ` Andrey Repin
2018-07-06  1:16           ` William Mitchell
2018-07-08 13:36             ` Jon Turney
2018-07-09  1:22               ` William Mitchell
2018-07-09 18:53                 ` Jon Turney
2018-07-06 17:51 ` Marco Atzeri
2018-07-09  0:55   ` William Mitchell
2018-07-09  5:18     ` Marco Atzeri [this message]
2018-07-09 17:40       ` William Mitchell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fd8dd04d-fb72-018c-ed80-13d7e462399f@gmail.com \
    --to=marco.atzeri@gmail.com \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).