Further testing shows another (related)? problem. If my data file has only one row, (which is admittedly a meaningless graph), i get the following: (actual...
Hi, I checked into this, and it's a bug. You can get it to work by using this: // minorticinc: 15 minutes minorticinc: 0.01042 days The reason is that your X...
Hi, your script had a couple of problems... be sure that the data field you use with autorange is the one you will be plotting.. you were doing yautorange=2...
Hi again, This one seems to be a bug related to the magnitude of the numbers being processed by autorange. When I try it with smaller numbers (eg. 42) it ...
Hi, I'm having a look at making values popup in balloons when the mouse hovers over the points. It seems straightforward enough, although I could be wildly...
Jamie, thanks, this is very helpful. I was able to get this to work by setting up an html page referencing that references overlib.js, and using <embed> to...
Thanks for looking at that Steve. I think it would be very useful, yesterday we had an outage and people wanted to know the exact value of something before the...
... Well, at least the bubble text content would be specified as a template (not printf, but similar) eg. clickmaplabel: <b>@@XVAL</b>, @@YVAL The other...
... Right... not sure if you had a look at overlib, but you can specify the popup to contain HTML. What would be nice would be to show the X and Y values, and...
Hi, How can I get a title in a pie chart? None of the examples show that. areadef do is also not used for pie (If i understand it correctly) raj...
Rajkumar S
rajkumars@...
Feb 15, 2004 8:00 pm
756
... I was able to add titles by setting a current plotting area with some dummy values for ranges before proc pie. Although proc pie doesn't require a plotting...
1. In #proc lineplot, linedetails seem to be ignored if you use fill: colour. I would like to be able to specify a fill and a linetype. I normally find myself...
... The recommended procedure is to invoke #proc lineplot twice, first to do the fill, second time to do the line. ... I trip over this one too. The reason...
... That's what I do, just thought a more elegant solution would be to have linedetails work with fill. I worry about the extra CPU cycles in doubling the # of...
Yeah its a pretty good loooking graph. Took lots of experimentation to get it that way. But more importantly, your program was able to create that good looking...
My raw data is in PST time and I want to switch it to EST. I'm trying this but it's not working at all. Keep getting this error. warning: data reference...
Based on earlier posts I tried rewritting it like this but still getting no results. I tried using file: instead of command: but it didn't make a difference....
Hi pf_fieldnames is used to assign field names to the filter result.. thus you can't reference these names within the filter itself. you should use fieldnames:...
Hi, In my heatmap I want to distinguish between null (ie no value), and the value 0. Can I do this? #proc legendentry sampletype: color details: gray(0.9) tag:...
Hi, While plotting curvefit graph from a pretty large set of input data, I get this error raj@swathi:~/mailstats$ tail -n 29900 out.txt | pl -maxrows 523088 ...
Rajkumar S
rajkumars@...
Feb 19, 2004 7:48 pm
768
I should probably let steve answer but... #define MAXPTS 5000 in curvefit.c. I guess you could change that and recompile, however, I doubt any person has the...
I think you can do this set the background color of the heatmap area to black (#proc areadef areacolor: black) use a select attribute to remove data rows that...
Hello, I've recently installed pl220src and compiled it with pseudo-GIF only support on a red hat linux 7.3 box I'm using the command pl -gif <script file> -o...
Wanted to reply back with what I was able to get working in case someone else can make use of it. I never was able to get the pf_fieldnames to work, I had...