gnuplot in Lyx not working?

2009-12-10 Thread Peter Kint
Hi, I'm trying to make mathematical graphs in my Lyx documents. In the pgf/tikz manual on p 224 is the following code/example: \begin{tikzpicture}[domain=0:4] \draw[very thin,color=gray] (-0.1,-1.1) grid (3.9,3.9); \draw[-] (-0.2,0) -- (4.2,0) node[right] {$x$}; \draw[-] (0,-1.2) --

gnuplot in Lyx not working?

2009-12-10 Thread peter kint
Hi, I'm trying to make mathematical graphs in my Lyx documents. In the pgf/tikz manual on p 224 is the following code/example: \begin{tikzpicture}[domain=0:4] \draw[very thin,color=gray] (-0.1,-1.1) grid (3.9,3.9); \draw[-] (-0.2,0) -- (4.2,0) node[right] {$x$}; \draw[-]

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 (InsertFileChild 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 in Lyx not working?

2009-12-10 Thread peter kint
Jürgen Spitzmüller sp...@... writes: Peter Kint wrote: When I include it in a box in my Lyx document (InsertFileChild 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: 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 messages

Re: gnuplot in Lyx not working?

2009-12-10 Thread peter kint
Jürgen Spitzmüller sp...@... 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 post

gnuplot in Lyx not working?

2009-12-10 Thread Peter Kint
Hi, I'm trying to make mathematical graphs in my Lyx documents. In the pgf/tikz manual on p 224 is the following code/example: \begin{tikzpicture}[domain=0:4] \draw[very thin,color=gray] (-0.1,-1.1) grid (3.9,3.9); \draw[-] (-0.2,0) -- (4.2,0) node[right] {$x$}; \draw[-] (0,-1.2) --

gnuplot in Lyx not working?

2009-12-10 Thread peter kint
Hi, I'm trying to make mathematical graphs in my Lyx documents. In the pgf/tikz manual on p 224 is the following code/example: \begin{tikzpicture}[domain=0:4] \draw[very thin,color=gray] (-0.1,-1.1) grid (3.9,3.9); \draw[-] (-0.2,0) -- (4.2,0) node[right] {$x$}; \draw[-]

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 (InsertFileChild 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 in Lyx not working?

2009-12-10 Thread peter kint
Jürgen Spitzmüller sp...@... writes: Peter Kint wrote: When I include it in a box in my Lyx document (InsertFileChild 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: 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 messages

Re: gnuplot in Lyx not working?

2009-12-10 Thread peter kint
Jürgen Spitzmüller sp...@... 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 post

gnuplot in Lyx not working?

2009-12-10 Thread Peter Kint
Hi, I'm trying to make mathematical graphs in my Lyx documents. In the pgf/tikz manual on p 224 is the following code/example: \begin{tikzpicture}[domain=0:4] \draw[very thin,color=gray] (-0.1,-1.1) grid (3.9,3.9); \draw[->] (-0.2,0) -- (4.2,0) node[right] {$x$}; \draw[->] (0,-1.2) --

gnuplot in Lyx not working?

2009-12-10 Thread peter kint
Hi, I'm trying to make mathematical graphs in my Lyx documents. In the pgf/tikz manual on p 224 is the following code/example: \begin{tikzpicture}[domain=0:4] \draw[very thin,color=gray] (-0.1,-1.1) grid (3.9,3.9); \draw[->] (-0.2,0) -- (4.2,0) node[right] {$x$}; \draw[->]

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 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

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

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