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:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type:content-transfer-encoding; q=dns; s=default; b=TmHxqFOCHZhLclNBv4wdCg0TKBWEi1JeWKXhW1lrjWV 11U3NOzArQiwE1eTbpxRZoSxTNUJ+/lA5dXOJMOCtyIDYw+7AlSKTRW8Nx0/IaLf oluuvY1DpU+t0vlzneaU5UoLbLmMLfgfZ0sXpnRPz66NrlsLFYe9S1J3WwIQVjwM = 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:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type:content-transfer-encoding; s=default; bh=3V6tguzLAXMR6OV8mTO0V54Q9MM=; b=pYlQm/0zSizvZPGIf jqgPnOXmRnUab8amW5nirAsOFxF7VXnj8sT6GhjNUc/ZwQavZgHQmeuJGwZ4Js1P c6DC9f2AHMLQomtVREhXyp64jMOS2eXzj5aqccl/RYGbhzuk02ENPEMPTFSg2Tn+ SD4z2lVgukGWbO+m+jjvZXGtS0= 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=1.7 required=5.0 tests=AWL,BAYES_50,FOREIGN_BODY,FREEMAIL_FROM,GIT_PATCH_2,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=ans, UD:problems.html, unsubscribe-simple, problemshtml X-HELO: mail-wm0-f47.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=Umc++HYB8rV/MuzJz+afGPvFSzNE5P0YaWzdj/zLkTE=; b=OI5mjT43vLN5f1scg6iyQJqqCmAWMPKGw4lTia/Ln7mGq0b2xJ8vDF/zcDEW1X7Y9T m96J0wn4V9aCGic4Zye00dbYpjCrT5Kp79UB6LoRjW/Ia2km1x576qSMeQ+J7GCRMmRs 8BzD8iIrfSzlvku6GdvgX+1pRVm6FbqFe74Jjb6RSOhbwVw0Lnx5tR4nPNhDG6R1TAVK UIMrjYI87iUt+10Ky/igl2etY8WrRmqqadShZv9CbULaDUj+utMrjWsM2wvByLewlDfH Jk3rC/l44b/U8kGoF7ToGv57sZdib58E1RMIR87F0Zrw6QCuttff7DoPBbWhq2Gq3D4z M36Q== MIME-Version: 1.0 In-Reply-To: References: <37e14da2-7b36-ad41-f051-5ecc0ab92e36 AT gmail DOT com> From: William Mitchell Date: Mon, 9 Jul 2018 13:40:42 -0400 Message-ID: Subject: Re: octave says WGL_ARB_multisample is missing To: The Cygwin Mailing List Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id w69HeuBk013056 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 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