Hallo!
I am quite a rooky with GNUPlot but I could manage to create my
desired plots very fast now and start to love it ;-)
But, there is a thing I could not solve yet, even I tried a lot:
I do a mulitplot, the code looks like this:
set multiplot
plot $0 using 1:6 with point linetype 5
plot $0 using 1:6 smooth csplines linetype 1
#plot $0 using 1:6 smooth bezier linetype 1
unset multiplot
Performing the csplines, every thing works great. But, when i perform
the comment out line with the bezier, the label of the y axis look
strangehttp://docs.google.com/Doc?id=dgsfp6gt_68c7z45mc9
I tried already things like "set orging" and "unset key", but this did
not work out. Has someone an idea how to solve this?
One other question:
I have a different plot where I have on the y-axis kilobyte values
(getting from a file).I do not know how to change the scale of the y-
axis to MB (divide everything with 1024).
I am pretty sure that there is an easy way, but I could not find it so
far in the do***entation or online!
Would be really nice if someone could help me
Greetings from Austria
Christian


|