X-Received: by 2002:a05:620a:66b:: with SMTP id a11mr7137066qkh.423.1583734220678; Sun, 08 Mar 2020 23:10:20 -0700 (PDT) X-Received: by 2002:aca:ded4:: with SMTP id v203mr8320804oig.19.1583734220400; Sun, 08 Mar 2020 23:10:20 -0700 (PDT) Path: csiph.com!xmission!news.snarked.org!border2.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Sun, 8 Mar 2020 23:10:20 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=211.21.200.106; posting-account=y9kfbAoAAACgY1ec2nDTRC1gPrtmJ-i6 NNTP-Posting-Host: 211.21.200.106 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Preview your gnuplot figures in VS Code From: fizzybreezy Injection-Date: Mon, 09 Mar 2020 06:10:20 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Lines: 18 Xref: csiph.com comp.graphics.apps.gnuplot:4302 Hello, I developed a VS Code extension to preview gnuplot figures when editing it = and I want to share it with you to boost your work. Here is the link : https://marketplace.visualstudio.com/items?itemName=3Dfi= zzybreezy.gnuplot And here is the source code : https://github.com/fizzybreezy/vscode-gnuplot To active preview, just use command `gnuplot.view` or hotkey `ctrl(cmd) + a= lt +v` when editing gnuplot scripts ( *.gnuplot, *.gnu, *.plot, *.plt, *.gp= ).The preview panel will auto refresh when you change your script and swit= ch editor windows between scripts. Enjoy this extension and welcome to help me improve it by post issues and p= ull request. fizzybreezy