{gnuplot} Gnuplot is a portable command-line driven graphing utility for Linux, OS/2, MS Windows, OS X, VMS, and many other platforms.
5
votes
1answer
66 views
TeXmaker and gnuplot compiling issue
I just received a new macbook OS 10.8 Mountain Lion and I have installed TeXmaker, MacTex, MacPorts and gnuplot. I compiled a LateX file that uses TikZ and gnuplot and got the following error in the ...
2
votes
0answers
61 views
Using pgfplots and gnuplot and compiling with output-directory
I would like to use the pgfplots package along with gnuplot. However, I cannot get this to work if I compile using the -output-directory option. For example, if I have the following MWE:
...
2
votes
0answers
98 views
Missing characters in gnuplot generated eps while compiling pdf
tTis has bug me for a few days: when I import a gnuplot generated eps into my LaTeX file, the characters are always missing. The number and text with in the figure is not complete, for example, it ...
2
votes
0answers
234 views
ps2pdf produces unreadable text with gnuplot epslatex terminal
I'm using the gnuplot epslatex terminal to generate LaTeX files which I then convert to .pdf files using latex→dvips→ps2pdf. The .ps file produced by dvips is fine (the first image). However, once I ...
1
vote
0answers
55 views
epslatex: relative path issue
Please, how one could directly include epslatex graphics into main latex file, say main.tex? main.tex has its own template provided by a third party. I used this command within main.tex file to ...
1
vote
0answers
1k views
Install Gnuplot on Mac OS-X 10.8.2 for use with 'tkz-fct' package
I have recently discovered the TikZ packages for LaTeX:
http://altermundus.com/pages/tkz/index.html
I have run the examples for tkz-euclide with success.
I would also like to use the tkz-fct ...
1
vote
0answers
216 views
Spacing of key entries in gnuplot using epslatex
When using the epslatex terminal, I always have to use the width command as well as \hspace to get the LaTeX generated key labels properly aligned. Is there any way of getting this to work ...
0
votes
0answers
129 views
gnuplot, plot rotation arrows
Recently I have been using gnuplot to plot position data over time. In my datafile, I have time,positional (2D) information, and directional information (in the form of degrees, 0-360). I have nice ...