{gnuplot} Gnuplot is a portable command-line driven graphing utility for Linux, OS/2, MS Windows, OS X, VMS, and many other platforms.
6
votes
2answers
2k views
Where to find the gnuplot lua-tikz-terminal?
Where can I still download the gnuplot tikz terminal?
I keep winding up at broken links...
Or is there another alternative that makes gnuplot output tikz drawings?
Oh, and will I be able to get it ...
14
votes
2answers
3k views
GnuplotTex: automatic plotting and vertical line indication
I am using pdflatex with the gnuplottex package, to plot a function with a local maximum; I'd like to find this maximum automatically and label it.
For the most part, I'm already there (using the ...
4
votes
3answers
1k views
Gnuplottex basic example fails with 'undefined control sequence'
I'm using latest TeXLive on Linux, and have gnuplot installed. I have also installed gnuplottex package.
Then, I'm trying to compile the basic gnuplottex CTAN example, example-pdf.tex; however, I ...
6
votes
1answer
339 views
Accelerating LaTeX packages using a make like functionality
I use gnuplottex package quite a lot to draw graphs, and my own bashful package to write include computer output in a document I write. Yet another package of this sort allows one to include metapost ...
4
votes
1answer
2k views
TikZ + gnuplot on a Mac
I'm using LaTeX a lot in my work and I switched to Mac recently. I installed TeX Live and everything works fine, except for plotting a figure with gnuplot.
I installed gnuplot 4.4.3 first simply in ...
2
votes
1answer
616 views
Two color line in gnuplot
Is there any way to plot a line graph where each series is plotted with two alternating colors? For example, say I was plotting the population of bees over time and I wanted the line to alternate ...
2
votes
2answers
1k views
TeXShop not finding Gnuplot
I'm working in TeXShop on my mac and I love it.
There is one slight problem though. I use TikZ wich sometimes uses gnuplot to create it's plots. One would think that running TeXShop alone is enough ...
46
votes
7answers
12k views
How to draw Venn diagrams (especially: complements) in LaTeX
What I am up to is to write some exercises dealing with logical formulas for my students, like:
And the students should draw these formulas on Venn diagrams. At the end of the lesson, I really ...
1
vote
1answer
971 views
Use unicode font for cyrillic in gnuplot
Why I need to do this? I'n writting my diploma in laTeX and almost finish them, but I want to use in graph labels and legend the same font that LateX uses.
As I know, the default LaTeX font in CM, so ...
3
votes
1answer
581 views
Marking Specific x-values in TikZ Plot
I've plotted a function using TikZ and gnuplot and would like to indicate certain points on the graph. From the manual, I can only figure out how to get TikZ to place a mark at a point it's using to ...
1
vote
3answers
2k views
gnuplot + epslatex
I'm using gnuplot with terminal epslatex in order to plot graphs containing LaTeX labels.
In particular I've got something like this on Y tics:
$\\frac{ L_{seq} }{ 8 }$
Everything works, but the ...
0
votes
0answers
708 views
how to stack pm3d multiplot in gnuplot? [closed]
Using gnuplot, I would like to stack 5 contour plots together, meaning no white spaces between them. I can't get it to work for some reason. any help is appreciated.
#! /usr/bin/gnuplot
reset
set ...
2
votes
2answers
2k views
axis labels for graphs
I'd like to use gnuplot 2d graphs in my latex document. I need to have a latex expression in the title of y-axis, for example $\langle \psi | \psi \rangle$ rotated vertically and centered at the axis.
...
8
votes
2answers
595 views
How to use the results of `raw output` to create a smooth plot
As by my previous question on plotting an implicit curve I've got some output. But as you can see it is not quite what it should be (apart from your browser's downscaling by a factor 2 of course.
...
14
votes
3answers
1k views
Plotting an implicit function using TikZ
How could one plot an implicit function, like (x^2+y^2)^3-4x^2y^2 using TikZ?
I know gnuplot supports them, but they are drawn using a surface built from the function and intersecting the result with ...
1
vote
1answer
919 views
How to rotate a LaTeX ylabel in gnuplot?
I would like the ylabel on a gnuplot to be the same as $\omega_2(R_{3,n})$ appears in LaTeX. But if I use the following, it overlaps with the plot itself.
set ylabel "\omega_2(R_{3,n})"
One way to ...