X-Received: by 2002:a37:5d86:: with SMTP id r128mr12873309qkb.177.1583808100555; Mon, 09 Mar 2020 19:41:40 -0700 (PDT) X-Received: by 2002:aca:1917:: with SMTP id l23mr1583854oii.158.1583808100126; Mon, 09 Mar 2020 19:41:40 -0700 (PDT) Path: csiph.com!aioe.org!peer03.am4!peer.am4.highwinds-media.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Mon, 9 Mar 2020 19:41:39 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=190.84.118.109; posting-account=aUOAeAoAAABphperwpN1apxi3urOHe_l NNTP-Posting-Host: 190.84.118.109 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <55ca12d9-6c65-449c-beb6-a3aa84db7a1f@googlegroups.com> Subject: Re: Preview your gnuplot figures in VS Code From: Cristian Camilo Mejia Injection-Date: Tue, 10 Mar 2020 02:41:40 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 2554 X-Received-Body-CRC: 4207861291 Xref: csiph.com comp.graphics.apps.gnuplot:4303 Hi man!=20 This sounds great for me. But, to be honest, I do not have idea of VS Code.= I have installed VS Code on mac then I have installed the extension. Howev= er, still I can=E2=80=99t realize what do you mean with "Make sure you have= added the directory containing gnuplot binary to PATH environment variable= and restart VS Code before using this extension.=E2=80=9D How can I do tha= t...? There exist an ini file for VS Code? Where is it? Thanks in advance, Crist. On Monday, March 9, 2020 at 1:10:21 AM UTC-5, fizzybreezy wrote: > Hello, >=20 > I developed a VS Code extension to preview gnuplot figures when editing i= t and I want to share it with you to boost your work. >=20 > Here is the link : https://marketplace.visualstudio.com/items?itemName=3D= fizzybreezy.gnuplot >=20 > And here is the source code : https://github.com/fizzybreezy/vscode-gnupl= ot >=20 > To active preview, just use command `gnuplot.view` or hotkey `ctrl(cmd) += alt +v` when editing gnuplot scripts ( *.gnuplot, *.gnu, *.plot, *.plt, *.= gp ).The preview panel will auto refresh when you change your script and sw= itch editor windows between scripts. >=20 > Enjoy this extension and welcome to help me improve it by post issues and= pull request. >=20 > fizzybreezy