From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 52836 invoked by alias); 9 Jul 2018 05:18:07 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 52823 invoked by uid 89); 9 Jul 2018 05:18:07 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=AWL,BAYES_00,FOREIGN_BODY,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=ans, www.avg.com, wwwavgcom, UD:www.avg.com X-HELO: mail-wm0-f44.google.com Received: from mail-wm0-f44.google.com (HELO mail-wm0-f44.google.com) (74.125.82.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 09 Jul 2018 05:18:05 +0000 Received: by mail-wm0-f44.google.com with SMTP id v3-v6so15668466wmh.0 for ; Sun, 08 Jul 2018 22:18:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=orY9t/7LJfNg3XN/zDPoSLxf1xo8AHjJIezgTkdkb/s=; b=FxnOm5JmzrNGvPgqbjP1bV/jsBP2aXRGNOOBezn3hkQwvcRSHjSHAh+kKy9ZlP/izo bLUziRIvZvZ36IYg/vpvQcVwWmJBwafuo9gyaMFipRUKIj8D2VHKY5KJqLEF48hjbQ1B cUVtrb8Gj07jL/dNt5eIE06GN3FFhdoRZwFP65SVRPUSA5S/j6p5QIJm273+gv9DY1BJ niNy4PXU2xE/12tU8Xja7rJbh6attl2ovvY0HPOY94ozLDJ9Pdfec/vyYQc2KvJoe5h+ 8rYqa6nNjx9tkgWxZaBS/GPczWwFJHarmNgYTL6PUBzeaZH9eOV6zhT5O/9qiKv7QbWf 9udA== Return-Path: Received: from ?IPv6:::1? (p200300EE63DB840150397BA183CD982E.dip0.t-ipconnect.de. [2003:ee:63db:8401:5039:7ba1:83cd:982e]) by smtp.gmail.com with ESMTPSA id q14-v6sm23276517wmd.20.2018.07.08.22.18.02 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 08 Jul 2018 22:18:02 -0700 (PDT) Subject: Re: octave says WGL_ARB_multisample is missing To: cygwin@cygwin.com References: <37e14da2-7b36-ad41-f051-5ecc0ab92e36@gmail.com> From: Marco Atzeri Message-ID: Date: Mon, 09 Jul 2018 05:18:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2018-07/txt/msg00072.txt.bz2 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 =3D { [1,1] =3D fltk [1,2] =3D gnuplot } The default toolkit can be changed octave:1> graphics_toolkit() ans =3D fltk octave:2> graphics_toolkit("gnuplot") octave:3> graphics_toolkit() ans =3D gnuplot >> >> Usually the "gnuplot" is the less demanding one. >> Regards Marco --- Diese E-Mail wurde von AVG auf Viren gepr=C3=BCft. 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