Re: GnuPlot

2023-11-30 Thread Scott Kostyshak
On Thu, Nov 30, 2023 at 11:27:22PM +0200, Dr Eberhard W Lisse wrote: > Can you please post it here, so I can try it on 2.3.7.2 on > the Mac, where there is no examples button. Try to go to File > New from Template, then in that dialog go up one directory. Then go to Examples. Then gnuplot.lyx Or

Re: GnuPlot

2023-11-30 Thread Dr Eberhard W Lisse
Can you please post it here, so I can try it on 2.3.7.2 on the Mac, where there is no examples button. el On 30/11/2023 20:47, Scott Kostyshak wrote: [...[ > Note that we have an example .lyx file that we ship with > LyX. Go to File > Open Example in 2.4.x. I'm not sure how to > open it in 2.3.x

Re: GnuPlot

2023-11-30 Thread Scott Kostyshak
On Thu, Nov 30, 2023 at 07:27:01PM +0100, Pavel Sanda wrote: > On Thu, Nov 30, 2023 at 11:24:36AM -0500, Dan wrote: > > I'm trying to incoporate GnuPlot into LyX. As I understand things, I have > > to add a path for LyX to find it. How do I go about doing that? > > Works out of the box for me.

Re: GnuPlot

2023-11-30 Thread Pavel Sanda
On Thu, Nov 30, 2023 at 11:24:36AM -0500, Dan wrote: > I'm trying to incoporate GnuPlot into LyX. As I understand things, I have > to add a path for LyX to find it. How do I go about doing that? Works out of the box for me. Simply create gnuplot script, give it ".gp" extension and insert it as

Re: gnuplot - pyxplot

2018-03-24 Thread Kornel Benko
Am Samstag, 24. März 2018 17:39:59 CET schrieb Wolfgang Engelmann : > Another point: If I click on the graphic and choose /external editing/ > (sorry, I have chosen German), it gives me > /no information how to treat Gnuplot/. You can add your editor for gnuplot in Tools->Preferences...-

Re: gnuplot - pyxplot

2018-03-24 Thread Wolfgang Engelmann
Am 24.03.2018 um 17:26 schrieb Wolfgang Engelmann: Am 24.03.2018 um 15:27 schrieb Joel Kulesza: On Sat, Mar 24, 2018 at 8:17 AM, Wolfgang Engelmann mailto:engelm...@uni-tuebingen.de>> wrote: Am 24.03.2018 um 14:52 schrieb Wolfgang Engelmann: I am very intrigued by the new fea

Re: gnuplot - pyxplot

2018-03-24 Thread Wolfgang Engelmann
Am 24.03.2018 um 15:27 schrieb Joel Kulesza: On Sat, Mar 24, 2018 at 8:17 AM, Wolfgang Engelmann mailto:engelm...@uni-tuebingen.de>> wrote: Am 24.03.2018 um 14:52 schrieb Wolfgang Engelmann: I am very intrigued by the new feature of lyx 2.3 to insert gnuplot grafic. I hav

Re: gnuplot - pyxplot

2018-03-24 Thread Wolfgang Engelmann
Am 24.03.2018 um 15:27 schrieb Joel Kulesza: On Sat, Mar 24, 2018 at 8:17 AM, Wolfgang Engelmann mailto:engelm...@uni-tuebingen.de>> wrote: Am 24.03.2018 um 14:52 schrieb Wolfgang Engelmann: I am very intrigued by the new feature of lyx 2.3 to insert gnuplot grafic. I hav

Re: gnuplot - pyxplot

2018-03-24 Thread Joel Kulesza
On Sat, Mar 24, 2018 at 8:17 AM, Wolfgang Engelmann < engelm...@uni-tuebingen.de> wrote: > Am 24.03.2018 um 14:52 schrieb Wolfgang Engelmann: > >> I am very intrigued by the new feature of lyx 2.3 to insert gnuplot >> grafic. I have used for many years pyxplot >> >> http://pyxplot.org.uk/ > > I am

Re: gnuplot - pyxplot

2018-03-24 Thread Wolfgang Engelmann
Am 24.03.2018 um 14:52 schrieb Wolfgang Engelmann: I am very intrigued by the new feature of lyx 2.3 to insert gnuplot grafic. I have used for many years pyxplot http://pyxplot.org.uk/ in my documents and would like to know, how difficult it would be to use this in the same way as gnuplot;

Re: gnuplot in Lyx not working?

2009-12-10 Thread peter kint
Jürgen Spitzmüller writes: > > peter kint wrote: > > > These are in my preamble: > > \usepackage{pgfplots} > > \usepackage{pgf,tikz} > > \usetikzlibrary{arrows} > > \usetikzlibrary{trees} > > \usepackage{verbatim} > > Putting this in the preamble and including the tikz code from your previous

Re: gnuplot in Lyx not working?

2009-12-10 Thread Jürgen Spitzmüller
peter kint wrote: > These are in my preamble: > \usepackage{pgfplots} > \usepackage{pgf,tikz} > \usetikzlibrary{arrows} > \usetikzlibrary{trees} > \usepackage{verbatim} Putting this in the preamble and including the tikz code from your previous post as ERT compiles fine for me. What error messa

Re: gnuplot in Lyx not working?

2009-12-10 Thread peter kint
Jürgen Spitzmüller writes: > > Peter Kint wrote: > > > When I include it in a box in my Lyx document (Insert>File>Child Document) > > I get a very incomplete and crippled output. > > > > How can I get this working properly?? > > Did you load the necessary pgf/tikz packages in the preamble? >

Re: gnuplot in Lyx not working?

2009-12-10 Thread Jürgen Spitzmüller
Peter Kint wrote: > When I include it in a box in my Lyx document (Insert>File>Child Document) > I get a very incomplete and crippled output. > > How can I get this working properly?? Did you load the necessary pgf/tikz packages in the preamble? Jürgen

Re: Gnuplot and -90 rotation

2004-09-03 Thread Georg Baum
Rajil Saraswat wrote: > Thanks for the script, but the problem still remains. Using your scripts > the > images are still rotated and bounding box gets a lot of white space. I am > attaching a en eps file for you to look it. It is a plain sin plot done in > gnuplot. The problem lies in the line

Re: Gnuplot and -90 rotation

2004-09-03 Thread Jose' Matos
On Friday 03 September 2004 16:13, Rajil Saraswat wrote: > The gnuplot code was this: > #gnuplot > set term postscript enhanced color it should be set term postscript eps enhanced color or else you are exporting a postscript instead of a single eps... > set out "sin.eps" > set size 0.7,0.7 >

Re: Gnuplot and -90 rotation

2004-09-03 Thread Rajil Saraswat
On Friday 03 September 2004 15:56, Angus Leeming wrote: > Rajil Saraswat wrote: > > I am not sure if i did the right thing. I just replaced convertDefault.sh > > with your script and now lyx seems to hang if i load the document. My > > plots are all eps images generated through gnuplot. > > No you

Re: Gnuplot and -90 rotation

2004-09-03 Thread Angus Leeming
Rajil Saraswat wrote: > I am not sure if i did the right thing. I just replaced convertDefault.sh > with your script and now lyx seems to hang if i load the document. My > plots are all eps images generated through gnuplot. No you didn't. Put convertDefault.sh back http://www.lyx.org/cgi-bin/viewc

Re: Gnuplot and -90 rotation

2004-09-03 Thread Rajil Saraswat
On Friday 03 September 2004 15:21, Angus Leeming wrote: > Rajil Saraswat wrote: > > Unfortunately that doesnt solve the problem. Even after eps2eps, the > > plots are still -90 degrees out of sync. Moreover, the antialias doesnt > > work in gv after eps2eps. > > It is still unclear to me how come

Re: Gnuplot and -90 rotation

2004-09-03 Thread Angus Leeming
Rajil Saraswat wrote: > Unfortunately that doesnt solve the problem. Even after eps2eps, the > plots are still -90 degrees out of sync. Moreover, the antialias doesnt > work in gv after eps2eps. > It is still unclear to me how come gv show up the right orientation > whereas lyx cannot? gv is just

Re: Gnuplot and -90 rotation

2004-09-03 Thread Jean-Pierre Chretien
>>From: Rajil Saraswat <[EMAIL PROTECTED]> >>To: [EMAIL PROTECTED] >>Subject: Re: Gnuplot and -90 rotation >>Date: Fri, 3 Sep 2004 14:38:01 +0100 >>X-message-flag: Sent virus-free from a linux system. >>X-OriginalArrivalTime: 03 Sep 2004 13:38:

Re: Gnuplot and -90 rotation

2004-09-03 Thread Rajil Saraswat
Unfortunately that doesnt solve the problem. Even after eps2eps, the plots are still -90 degrees out of sync. Moreover, the antialias doesnt work in gv after eps2eps. It is still unclear to me how come gv show up the right orientation whereas lyx cannot? cheers On Friday 03 September 2004 14:0

Re: Gnuplot and -90 rotation

2004-09-03 Thread Angus Leeming
Rajil Saraswat wrote: > Hi, >I am using the enhanced postscript terminal in gnuplot to create eps >plots. > They show up fine if i use gv on a console however they are -90 rotated > in lyx. > Is there any solution to correct that? Run them through through eps2eps to fix the BoundaryBox i

Re: Gnuplot External Material

2003-12-17 Thread Jean-Pierre.Chretien
>>To: Luiz Eleno <[EMAIL PROTECTED]> >>Cc: [EMAIL PROTECTED] >>Subject: Re: Gnuplot External Material >>From: Dave Tweten <[EMAIL PROTECTED]> >>Date: Tue, 16 Dec 2003 19:36:46 -0800 [snip] >> >>3. Encapsulated PostScript may not be enough.

Re: Gnuplot External Material

2003-12-17 Thread Angus Leeming
Dave Tweten wrote: > 3. Encapsulated PostScript may not be enough. One of LyX's PDF > output >generators (pdflatex, I think) requires *.pdf graphics files. If >we export to HTML, I'm told all graphics files should be >converted to *.png format. > >I don't think LyX can automatica

Re: Gnuplot External Material

2003-12-17 Thread Andre Poenitz
On Tue, Dec 16, 2003 at 08:11:26PM -0800, Dave Tweten wrote: > [EMAIL PROTECTED] said: > >... gnuplot also supports EEPIC, PSTricks, export to XFIG, etc all of > >which could be handled seemlessly in the 1.4.x version of InsetExternal. > > Great! Any idea when 1.4.x is likely to become the "stan

Re: Gnuplot External Material

2003-12-16 Thread Dave Tweten
[EMAIL PROTECTED] said: >... gnuplot also supports EEPIC, PSTricks, export to XFIG, etc all of >which could be handled seemlessly in the 1.4.x version of InsetExternal. Great! Any idea when 1.4.x is likely to become the "standard release?" I think 1.3.3 is now. -- M/S 258-5

Re: Gnuplot External Material

2003-12-16 Thread Dave Tweten
[EMAIL PROTECTED] said: >My solution for this problem [of having to put "terminal" selection >gnuplot files in the same directory as gnuplot content files] is a >script that wraps the call to gnuplot, and adds the necessary >declaration for output. Usually I enter also a preamble with some >of the

Re: Gnuplot External Material

2003-12-16 Thread Dave Tweten
[EMAIL PROTECTED] said: >Those interested in adding gnuplot eps files to lyx/latex documents >should consider the egplot package. Thanks for the pointer. I looked into it and I think I'll stick to LyX External Material. For what it's worth, my reasons are: 1. Egplot's major advantage over sim

Re: Gnuplot External Material

2003-12-12 Thread Luiz Eleno
Those interested in adding gnuplot eps files to lyx/latex documents should consider the egplot package. Best regards, Luiz. -- Luiz Eleno Max-Planck-Institut für Eisenforschung Max-Planck-Str. 1 D-40237 Düsseldorf Tel.: +49-(0)211-67 92 481 Fax: +49-(0)211-67 92 537 [EMAIL PROTECTED]

Re: Gnuplot External Material

2003-12-12 Thread Angus Leeming
Jose' Matos wrote: >> Any comments or criticisms will be appreciated. > > With the wrapper you don't need to use inset external. You can > gnuplot to > the graphic supported formats. :-) Which is great if you want EPS figues, but gnuplot also supports EEPIC, PSTricks, export to XFIG, etc al

Re: Gnuplot External Material

2003-12-12 Thread Jose' Matos
On Saturday 06 December 2003 04:16, Dave Tweten wrote: > Thank you all for attempting to enlighten me. Even the suggestions I > didn't follow helped me understand the alternatives. > > I said: > >... will I have to figure out the syntax well enough to roll my own? > > I decided to roll my own. Th

Re: Gnuplot External Material

2003-12-05 Thread Dave Tweten
Thank you all for attempting to enlighten me. Even the suggestions I didn't follow helped me understand the alternatives. I said: >... will I have to figure out the syntax well enough to roll my own? I decided to roll my own. The reason is the attraction of making LyX work off the gnuplot fil

Re: Gnuplot External Material

2003-12-03 Thread Rich Shepard
On Tue, 2 Dec 2003, Dave Tweten wrote: > I need to use gnuplot, but the standard template that comes with LyX 1.3.3 > (at least as it appears in the FreeBSD ports collection) supports only > raster images, Xfig, chess diagrams, and the date utility. No gnuplot. Dave, I use 'tgif' as the vecto

Re: Gnuplot External Material

2003-12-03 Thread Angus Leeming
[EMAIL PROTECTED] wrote: >> I need to use gnuplot, but the standard template that comes with >> LyX 1.3.3 (at least as it appears in the FreeBSD ports collection) >> supports only >> raster images, Xfig, chess diagrams, and the date utility. No >> gnuplot. >> >> Has someone come up with template

Re: Gnuplot External Material

2003-12-03 Thread Luiz Eleno
Tuukka Toivonen wrote: set terminal dumb set output '/dev/null' instead of this, I've been using the following macro file for about two years: #!/usr/bin/gnuplot set terminal unknown ... (gnuplot commands, including all the plots) ... set output 'file.eps' set terminal postscript eps replot #eof

Re: Gnuplot External Material

2003-12-03 Thread hansel
On Tue, 2 Dec 2003, Dave Tweten wrote: > I need to use gnuplot, but the standard template that comes with LyX 1.3.3 > (at least as it appears in the FreeBSD ports collection) supports only > raster images, Xfig, chess diagrams, and the date utility. No gnuplot. > > Has someone come up with tem

Re: Gnuplot External Material

2003-12-03 Thread Tuukka Toivonen
On Tue, 2 Dec 2003, Dave Tweten wrote: >Has someone come up with template verbiage for gnuplot that I can just I guess you don't have exactly this in mind but maybe this is useful for somebody else, here's the keywords for archive: plotting external data with gnuplot The Gnuplot script below can

Re: Gnuplot External Material

2003-12-03 Thread Angus Leeming
Dave Tweten wrote: > Has someone come up with template verbiage for gnuplot that I can > just copy, or will I have to figure out the syntax well enough to > roll my own? I attach a shell script 'gnuplot2fig.sh' that I have used in the past to generate XFIG files. Maybe that will be enough for you?

Re: Gnuplot External Material

2003-12-03 Thread Günter Milde
Dave Tweten wrote: > > Has someone come up with template verbiage for gnuplot that I can just > copy, or will I have to figure out the syntax well enough to roll my own? Currently, I make eps files from gnuplot which I can include easily. I experimented with the latex-ps output option of gnuplot