how to plot xaxis with tics at custom y1 position2313 (3/7/2010 2:23:50 PM) comp.graphics.apps.gnuplot I have a plot where I place 3 graphs on top of each other.
I want them to plot into a single graph because have a complete new
graph with new xaxis + lables + legend is too much.
Now I want to make clear ... Matthias
poisson distribution calculated completely wrong2367 (1/10/2010 9:42:23 PM) comp.graphics.apps.gnuplot This script does not plot a correct poisson distribution - why?
reset
set terminal windows
set xrange[0:20]
set yrange[0:0.1]
set xtics 0,2,20
poisson(x,mu)=mu**int(x)/int(x)!*exp(-mu)
f1(x) = poisso... Matthias
transparent fill not working61369 (1/10/2010 8:22:26 PM) comp.graphics.apps.gnuplot 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... Matthias
setting output size in cm and dpi ?4850 (1/9/2010 10:25:59 PM) comp.graphics.apps.gnuplot I would like to set the ouputsize in cm and dpi instead of pixel,
because pixel is hardly intuitive in terms of usage for paper publications.
Is this possible without self computation of the corresponding v... Matthias
Highlighting file for gnuplot in notepad++ not working0864 (1/9/2010 9:51:42 PM) comp.graphics.apps.gnuplot Hello,
I copied the idea of a highlighting file for gnuplot in notepad++ from
this newsgroup
(http://groups.google.com/group/comp.graphics.apps.gnuplot/browse_thread/thread/52e7cb2703a7b421?fwc=1)
Howev... Matthias