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
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
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.
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
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...-
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
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
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
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
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;
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
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
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?
>
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
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
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
>
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
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
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
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
>>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:
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
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
>>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.
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
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
[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
[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
[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
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]
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
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
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
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
[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
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
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
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
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?
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
40 matches
Mail list logo