Hi, I am trying to plot data from a file which has huge amount of information depending on the time frame I specify. Is there a way to set the limit of...
Hi, I am trying to set the maxrows value to 1000000000, but then ploticus doesn't creats the graphs. It works for 10000000. Am I missing something here. ...
Ruchi, -maxrows (and the other capacity-setting parameters) are used by ploticus to dynamically allocate memory. Since DMA is machine/system - specific, I ...
I've been using Ploticus for over a year now and have been amazed that there always seems to be a way to do what I need. I know there must be a way to do the...
Arg, once again, moments after posting my question I found the answer (after having been searching for days). The stuff here contains exactly what I was...
Hi, I have a big data file, which has first field as date. I want to plot all the points between two dates. The data is sorted on date in ascending order. How...
I'm having trouble understanding how to use the #shell process. I'm trying to do the following without any luck. #shell processrows tail -1 today.dat | cut -f...
Does anyone know if there is a way to plot cuves that have two different Y axis scales? Ideally, I would like to display both scales (one on the right, one on...
yeah- you just need to define 2 (or more plotting areas): some examples: http://fungus.ucdavis.edu/weather/images/temp_solar.png ... #proc areadef //title:...
Dylan Beaudette
debeaudette@...
Jun 8, 2004 9:50 pm
938
Erik, Thanks for isolating these problems, and for supplying the fix to (A). I'll try to have these problems fixed in the next release. (D) seems odd......
Ruchi, something like this should do the trick. modify the date format, start and end dates, and data field (@@1 here) for your situation. -Steve #call...
Hi, I am trying to plot data from couple of files and some of the graphs get truncated. ... I get the following message on the command prompt: pl proc curvefit...
#define MAXPTS 5000 MAXPTS is defined in proc_curvefit.c and is a limitation on the number of input points that you want to fit a curve to. If you are building...
Thank you Steve, This was a real life saver and the graphs look good now. regards, Ruchi. ... number of ... to proc ... be made ... graphs ... - ... -...
I'm using ploticus to plot some chronological data and would like to have it do averages in 30 minute intervals from data that is sampled every 1 minute. The...
I am trying to generate graph on the fly thru' perl CGI. The program generates a graph when run from the command line but doen't work when run from CGI. Why?...
Scott, I can't think of a good way to do this within ploticus. proc curvefit has a couple of curvetypes that might give you close to what you want such as...
Tim, if you need to limit the curve in X, you could use proc curvefit's 'calcrange' or 'linerange' attributes. If you want to clip in Y you're out of luck for...
Ruchi, the "direct CGI mode" manual page contains some useful troubleshooting procedures.. try these and let me know how it goes. Steve ... Stephen C. Grubb...
Hi, ploticus 2.21-01 is a small update that makes a new prefab called 'compare' available. It's useful for comparing 2-4 variables across categories and...
Hi Steve, I have looked at "direct CGI mode" page. I am not calling ploticus (pl) directly from href(URL). I need to call a cgi (perl script) that does some...
Ruchi, My guess is that it's a permissions problem.. the web server runs as 'nobody' or some generic UID that probably can't write to directories that you...
Does anyone have a Win32 binary version of a recent (doesn't have to be absolutely current) Ploticus with SWF support compiled in? I've used Ploticus on Linux...
Hi Steve, I already tried to create and write a simple file in the directory I am creating and it works fine with the cgi, only the .png is not generated from...
... same ... When I was debugging an issue like this I had the cgi script write out the ploticus input script it was creating. That allowed me to test the...
... Roger, you can do this by using a getdata filter to reverse the sign of your data, and then display the Y axis with "E-" values instead of "E+" It's a bit...