X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=CmgIhtUtn493zetV iV/2NMRaXgoN4moeWOYZIXVHh8knrC6uE/fontJCkpTUI2T8fbYX1WgyBllVYIZL EpDcqQbTuspOloDNYwQxZkgrHK6pIOvguUvoi4Uc7a95dhOLHb9lENcfelDfkaaB RSvpQEHOClCB3SXThd+xCW1TOcg= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=42hWripZO56kHRLBGpMPJF JyOm8=; b=RM6zecTa7wx3ggQsTDZInSwhqUilkjk8kdmsZhgVSCcbhC3LEO2n3x F9OK6YwyEJsNdi30Jo1PwwMiwtL5KVNys0EP+2IS2hguUS46ZwL8hu9lbyPVnF7d 1f7DixJOBpE7ZHeLJ0GU6CU+ZQhXO/AwF0fver/PGm6qtSTbh2yUc= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 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== Subject: Re: octave says WGL_ARB_multisample is missing To: cygwin AT cygwin DOT com References: <37e14da2-7b36-ad41-f051-5ecc0ab92e36 AT gmail DOT com> From: Marco Atzeri Message-ID: Date: Mon, 9 Jul 2018 07:18:02 +0200 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 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id w695IHNb023097 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