plot data with circles or varying radii2815 (4/11/2010 6:17:34 AM) hello all
it seems like yet again i may have to trouble all you good folks with
another of my problem. say i have a data file in the following format
x0 y0 r0
x1 y1 r1
x2 y2 r2
x3 y3 r3
.. . .
.. ... awimagic(10)
interactively selecting data series to draw5313 (3/27/2011 12:23:20 PM)
Hi,
New feature suggestion: It would be very helpful for research work if
the data series drawn on a chart could be individually hidden/shown on
interactive terminals. Something like "key interactive" ... macko
Questions about the legend in GNUPlot6539 (3/22/2011 2:15:59 PM) Dear all,
I have a couple of questions about the GNUPlot legend, maybe I can
find here some answers, please?
1. Is there any chance to have the symbols on the left side rather on
the right side of the legen... G
plotting and non-plotting of the real part of complex numbers0427 (3/26/2011 3:35:41 PM)
Hello,
I noticed that gnuplot plots the "real" part of a complex numbers along
with non-complex numbers on the same chart. This can be extremely
misleading... and it was in my case. See a minimal examp... macko
data files and stdin/out3364 (3/24/2011 1:07:01 AM)
Hi
I'm using gnuplot in a script (scr.py) that plots data received from
an app "in real time".
Commands and data are communicated to gnuplot through a pipe.
I'd like to accomplish this: a program (my_... federica.bogo(1)
Bounding box?3185 (3/22/2011 2:53:35 PM) A program generates 3 files, stst.dat, march1.dat and march2.dat,
and I have file 0.8 lying (a vertical line). I use this script:
#------------------------------ gnuplots
#
gnuplot << eoi
set term postsc... Dieter
rgbimage - alpha supported?2423 (3/23/2011 7:42:21 PM) I want to plot an rgbimage with transparency - somewhat like the example
here: http://www.gnuplot.info/demo_canvas/rgbalpha.html
Does gnuplot recognize transparency information in a .png file?
Or does the... geep