Plotting data from a file41341 (3/18/2010 3:49:09 AM) Hi,
I'm using gnuplot 4.4.0 on OS X 10.6.2 and am trying to plot the file
ecut.txt which looks like
#Ecut Length Atomisation Energy
10 0.805312626 0.165625435
15 0.794875914 0.171276982
20 0.7829... fantispug(1)
how to plot a trendline41392 (10/31/2009 8:49:55 PM) Hi,
How can I plot a trendline in gnuplot?
Thanx
Robin
my data file is as follows (de first column is a timeline, de second
column are data)
1 051.53
2 081.78
3 065.08
4 071.25
... robin.schille(14)
special symbols in gnuplot21294 (11/8/2009 11:41:42 PM) Hi,
How can I put special symbols in gnuplot titles?
I want to use � in a gnuplot title so I put:
set encoding iso_8859_1
set title "titel \230foo"
but that doesn't work.
Can anyone help?
Thanx
... robin.schille(14)
transparent fill not working61373 (1/10/2010 8:22:26 PM) The examples (http://gnuplot.sourceforge.net/demo_4.3/transparent.2.gnu)
from gnuplot do not work because pngcairo is unkown (using 4.4.0 RC 1).
Using png as outputformat I do not get any transparency.
Even... matthiaspospiech(7)
change box colors in bar graph86274 (2/10/2010 6:04:21 PM) I am relatively new to gnuplot and I'm trying to plot a bar graph with
boxerrorbars such that the color of the box depends on the value of a
certain variable. If the variable is greater than 20, for example,... gnubie2(2)
Italic text in the legend11332 (2/11/2010 4:43:48 PM) Hej!
I am trying to create a text in the figure legend (or key if you will)
that is in italics.
I have a line like this:
plot "LLvsHL.csv" using ($1-y):2:3 w boxerrorbars fs empty ti "Col-0",
\
"LL... yarriofultramar(1)
Two scales in the same y axis31319 (11/13/2009 1:05:41 PM) Pals,
Is it possible to put two different scales (like kg/s and
lb/s) one to the left side, the other to the right side of the same
vertical axis (let's say, the yaxis)?
Thanks for any h... oscar.rotava(1)
Fraction in axis labels13179 (2/28/2010 2:17:18 AM) Hi
Is it possible to have a fraction as an axis label? I want to show a
derivative which in latex would be \frac{dx}{dy}, as the y axis label
and then output as an eps file
Thanks
... colin_t
How to plot an empty Plot?22286 (11/20/2009 1:49:42 PM) Hi folks,
i have a data-file like this:
datafile----
date time y1 y2 y3
22.02.2007 15:51:58 20.72 19.36 21.08 20.69 22.37 20 31.8 32.1 954.7
22.02.2007 15:52:02 20.71 19.3... Christian
histogram : values on top of the bars22101 (11/23/2009 9:39:20 PM) Hi folks,
I'm calling for gnuplot specialists. Using version 4.2 here.
How can I write the value on top of the bars of my histogram ?
thank you for you answers.
Phil
... Philippe