Re: How do i plot a function?

2009-06-25 Thread Liviu Andronic
On 6/25/09, voidie voidina...@gmail.com wrote: i would like to plot a simple function like f(x)=3x^2. I know there You could also do it with Sweave, but this would require knowledge of R. Liviu

Re: How do i plot a function?

2009-06-25 Thread Murray Eisenberg
Another possible option is to use PiCTeX, available at CTAN. With LaTeX, you have to load the PiCTeX macros and then insert the code for your graph within a \beginpicture...\endpicture environment. I've used this with LaTeX, but never with LyX. Liviu Andronic wrote: On 6/25/09, voidie

Re: How do i plot a function?

2009-06-25 Thread Phil
  i would like to plot a simple function like f(x)=3x^2. I found an example I had to make a graph using pstricks. pstricks_simple_graphing.lyx Description: application/lyx

Re: How do i plot a function?

2009-06-25 Thread Les Denham
On Thursday 25 June 2009, Murray Eisenberg wrote: Another possible option is to use PiCTeX, available at CTAN. With LaTeX, you have to load the PiCTeX macros and then insert the code for your graph within a \beginpicture...\endpicture environment. I've used this with LaTeX, but never with

Re: How do i plot a function?

2009-06-25 Thread Yago
-func in your preamble. See the documentation. - Original Message - From: voidie voidina...@gmail.com To: lyx-users@lists.lyx.org Sent: Thursday, June 25, 2009 2:05 AM Subject: How do i plot a function? Hey dudes, i would like to plot a simple function like f(x)=3x^2. I know

Re: How do i plot a function?

2009-06-25 Thread Liviu Andronic
On 6/25/09, voidie voidina...@gmail.com wrote: i would like to plot a simple function like f(x)=3x^2. I know there You could also do it with Sweave, but this would require knowledge of R. Liviu

Re: How do i plot a function?

2009-06-25 Thread Murray Eisenberg
Another possible option is to use PiCTeX, available at CTAN. With LaTeX, you have to load the PiCTeX macros and then insert the code for your graph within a \beginpicture...\endpicture environment. I've used this with LaTeX, but never with LyX. Liviu Andronic wrote: On 6/25/09, voidie

Re: How do i plot a function?

2009-06-25 Thread Phil
  i would like to plot a simple function like f(x)=3x^2. I found an example I had to make a graph using pstricks. pstricks_simple_graphing.lyx Description: application/lyx

Re: How do i plot a function?

2009-06-25 Thread Les Denham
On Thursday 25 June 2009, Murray Eisenberg wrote: Another possible option is to use PiCTeX, available at CTAN. With LaTeX, you have to load the PiCTeX macros and then insert the code for your graph within a \beginpicture...\endpicture environment. I've used this with LaTeX, but never with

Re: How do i plot a function?

2009-06-25 Thread Yago
-func in your preamble. See the documentation. - Original Message - From: voidie voidina...@gmail.com To: lyx-users@lists.lyx.org Sent: Thursday, June 25, 2009 2:05 AM Subject: How do i plot a function? Hey dudes, i would like to plot a simple function like f(x)=3x^2. I know

Re: How do i plot a function?

2009-06-25 Thread Liviu Andronic
On 6/25/09, voidie wrote: > i would like to plot a simple function like f(x)=3x^2. I know there > You could also do it with Sweave, but this would require knowledge of R. Liviu

Re: How do i plot a function?

2009-06-25 Thread Murray Eisenberg
Another possible option is to use PiCTeX, available at CTAN. With LaTeX, you have to load the PiCTeX macros and then insert the code for your graph within a \beginpicture...\endpicture environment. I've used this with LaTeX, but never with LyX. Liviu Andronic wrote: On 6/25/09, voidie

Re: How do i plot a function?

2009-06-25 Thread Phil
> >>  i would like to plot a simple function like > f(x)=3x^2. I found an example I had to make a graph using pstricks. pstricks_simple_graphing.lyx Description: application/lyx

Re: How do i plot a function?

2009-06-25 Thread Les Denham
On Thursday 25 June 2009, Murray Eisenberg wrote: > Another possible option is to use PiCTeX, available at CTAN. With > LaTeX, you have to load the PiCTeX macros and then insert the code for > your graph within a \beginpicture...\endpicture environment. I've used > this with LaTeX, but never

Re: How do i plot a function?

2009-06-25 Thread Yago
age pst-func in your preamble. See the documentation. - Original Message - From: "voidie" <voidina...@gmail.com> To: <lyx-users@lists.lyx.org> Sent: Thursday, June 25, 2009 2:05 AM Subject: How do i plot a function? Hey dudes, i would like to plot a simple functi

How do i plot a function?

2009-06-24 Thread voidie
Hey dudes, i would like to plot a simple function like f(x)=3x^2. I know there are 2 ways of doing that. The first is to generate an image with an external tool like gnuplot and include that image in the document (Which i don't want to do). I would rather use a latex package so the plot will be

Re: How do i plot a function?

2009-06-24 Thread Phil
i would like to plot a simple function I would try to use pstricks package for this.I have not used it recently but I do recall that I generated the data points for my function and then used pstricks code in ERT to include the datafile in my LyX doc.

Re: How do i plot a function?

2009-06-24 Thread Florian Rubach
Phil schrieb: i would like to plot a simple function I would try to use pstricks package for this. There also is a package called pgf, which includes tikz. Those two are really powerful and do have very nice output (see http://www.texample.net/tikz/examples/), but like pstricks, time

How do i plot a function?

2009-06-24 Thread voidie
Hey dudes, i would like to plot a simple function like f(x)=3x^2. I know there are 2 ways of doing that. The first is to generate an image with an external tool like gnuplot and include that image in the document (Which i don't want to do). I would rather use a latex package so the plot will be

Re: How do i plot a function?

2009-06-24 Thread Phil
i would like to plot a simple function I would try to use pstricks package for this.I have not used it recently but I do recall that I generated the data points for my function and then used pstricks code in ERT to include the datafile in my LyX doc.

Re: How do i plot a function?

2009-06-24 Thread Florian Rubach
Phil schrieb: i would like to plot a simple function I would try to use pstricks package for this. There also is a package called pgf, which includes tikz. Those two are really powerful and do have very nice output (see http://www.texample.net/tikz/examples/), but like pstricks, time

How do i plot a function?

2009-06-24 Thread voidie
Hey dudes, i would like to plot a simple function like f(x)=3x^2. I know there are 2 ways of doing that. The first is to generate an image with an external tool like gnuplot and include that image in the document (Which i don't want to do). I would rather use a latex package so the plot will be

Re: How do i plot a function?

2009-06-24 Thread Phil
> > i would like to plot a simple function I would try to use pstricks package for this.I have not used it recently but I do recall that I generated the data points for my function and then used pstricks code in ERT to include the datafile in my LyX doc.

Re: How do i plot a function?

2009-06-24 Thread Florian Rubach
Phil schrieb: i would like to plot a simple function I would try to use pstricks package for this. There also is a package called pgf, which includes tikz. Those two are really powerful and do have very nice output (see http://www.texample.net/tikz/examples/), but like pstricks, time