From: James S P. <jam...@ma...> - 2011-03-21 16:14:26
|
Hi, I'm trying to plot circles at different epoch times. If I use points the values plot fine however I get nothing if I use circles. I get the same result if I just treat the X values as integers and not time. eg. reset set xdata time set timefmt x "%s" set style circle radius graph 0.02, first 0, 0 plot '-' using 1:1 with circles 1286274613 1286879458 1286879553 1287068295 1287066615 e and the same result if I remove 'set xdata time; set timefmt x "%s"'. Using wgnuplot 4.4.3 on Window XP 32bit. It seems to be fixed in 4.5 CVS snapshot, but would like to see it fixed if there is to be another 4.4 patch release before 4.5 as I wish to deploy the scripts to end-users. Regards James -- ------------------------------------------------------------------------ James S. Perrin Visualization Research Computing Services Devonshire House, University Precinct The University of Manchester Oxford Road, Manchester, M13 9PL t: +44 (0) 161 275 6945 e: jam...@ma... w: www.manchester.ac.uk/researchcomputing ------------------------------------------------------------------------ "The test of intellect is the refusal to belabour the obvious" - Alfred Bester ------------------------------------------------------------------------ |