0
votes
1answer
110 views

Latex Text in Axis/Title Octave

I'm trying to run some of the Matlab code I have right now in Octave. (I know Octave doesn't support all Matlab code) In particular I am trying to run xlabel('Frequency in $\pi$ ...
0
votes
1answer
20 views

How to make the x-lable to process geometric progression datas in gnuplot?

The x-lable datas are geometric progression, like: 50000000, 5000000, 500000, 50000, 5000, 500, 50, 5. However, the default in gnuplot is arithmetic progression. How to make my graph looks good when ...
-1
votes
1answer
162 views

Gnuplot and Latex Font [closed]

I want to plot some graphics via gnuplot, it works all fine. Then I want to include those graphics into latex (I use miktex). However I want to have the same font in both documents. Any idea how I can ...
1
vote
2answers
105 views

Creating a one-pixel border of whitespace in EPS

I am trying to generate an eps for inclusion in a LaTeX document with a border of 1 pixel of whitespace around the contents of the figure. The figure is a plot I am producing with gnuplot using the ...
2
votes
1answer
135 views

Irregular gnuplot x-values

I have some data (benchmarking results of k-selection algorithms) which has irregular x-values. I have them labeled explicitly (1, 50, 100, 500, 1000, 2500, and 5000). Because these values are not ...
0
votes
0answers
487 views

making high-quality eps figures using gnuplot for inclusion in latex

I make plots using gnuplot by set term postscript eps color blacktext "Helvetica" 24 set output "filename.eps" However, when I include the eps file in latex file, the quality of eps is not ...
7
votes
2answers
2k views

gnuplot - pdf terminal - setting unicode character (solar mass symbol/odot)

I'm trying to set the LaTeX \odot symbol in the gnuplot (4.6.0) pdf terminal. What is the exact syntax for this? The gnuplot FAQ gives some clues, but should I type {/Symbol \2299}, or {/utf8 \2299}, ...
0
votes
2answers
172 views

Plotting and positioning in LaTeX of multiple times series from multiple files

I have 50 files containing 3 time series in each of them with identical tab separated format. To be specific each file contains 250 observations and looks like below: 1 8.83229 0.02544 0.02544 2 ...
0
votes
1answer
947 views

Gnuplot: Black and White contour plot

I have the following gnuplot plot embedded in my Latex document: \begin{gnuplot}[terminal=epslatex,terminaloptions={color size 14.5cm, 9cm}] set view map unset surface unset key unset xtics unset ...
2
votes
0answers
1k views

Gnuplot TiKz Terminal Set Key Font Size

I am having an issue setting the font size of the key (i.e., legend) using Gnuplot with the TiKz terminal. Traditionally, one could add set key font "0,20" to Gnuplot which would change the size of ...
2
votes
1answer
252 views

Gnuplot - EPS terminal producing extra characters

I have gnuplot file that is outputting quite nicely in EPS but I'm suffering some issues when it comes to the labels. For some reason, a random figure (') is being inserted before the each label. ...
0
votes
1answer
1k views

gnuplot skips data file “with no valid points”

I've got a datafile with some values: -55 471 485 500 -50 495 510 524 -40 547 562 576 -30 603 617 632 -20 662 677 691 -10 726 740 754 0 794 807 820 10 865 877 889 20 941 951 962 25 980 990 1000 30 ...
2
votes
1answer
959 views

Adjacent, or side-by-side, graphs from Gnuplot - latex terminal

Following on from the Gnuplot tutorial: how can I place graphs, output using the latex terminal, side-by-side; or in a 2x2 grid? I have 4 default-sized graphs at the moment. Will I also have to resize ...
9
votes
1answer
668 views

gnuplot epslatex functionality in matplotlib

I am used to plot data with gnuplot, so I can easily put the figures in a LaTeX document, using the epslatex terminal. For example: file = "data.dat" set terminal epslatex set output "figure1.tex" ...
0
votes
2answers
783 views

Recommended workflow for generating plots for latex using gnuplot?

I have plots I want to generate and include in latex. I'm using the dvi -> pdf typesetting path. Gnuplot provides output "terminals" epslatex, pslatex, pstex, pstricks, texdraw, etc... I presume ...
1
vote
2answers
3k views

Simple plot with pgfplots and LaTeX

I've just been searching like an hour on how to draw a simple function in LaTeX, for example f(x)=x^2. The examples I've tried did not work for some unknown reason, most probably because pdflatex ...
0
votes
0answers
429 views

Setting the “domain” of the y-axis for a plot in latex using tikz and gnuplot [closed]

Is ther a way to set the "domain" of the y-axis? \begin{tikzpicture}[domain=0:5, smooth] \draw[very thin,color=gray] (-0.1,-0.1) grid (5.1,5.1); \draw[->] (-0.1,0) -- (5.1,0) node[right] ...
1
vote
1answer
766 views

gnuplot with texshop in osx

I have installed gnuplot through macports but when i compile my latex document in texshop it doesn't show the plots and I get these errors in the log file: Package pgf Warning: Plot data file ...
1
vote
1answer
3k views

Problem with Gnuplot 4.4 and TikZ

I'm using Gnuplot 4.4, compiled with Lua support. It supposedly has the tikz terminal. I've successfully compiled my gnuplots to tex using "set terminal tikz". However, when adding this source to my ...