Search the web
Sign In
New User? Sign Up
ploticus · ploticus software support
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 925 - 957 of 2231   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
925
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...
ruchigupta09
Offline Send Email
Jun 1, 2004
10:53 pm
926
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. ...
ruchigupta09
Offline Send Email
Jun 2, 2004
6:31 pm
927
Ruchi, -maxrows (and the other capacity-setting parameters) are used by ploticus to dynamically allocate memory. Since DMA is machine/system - specific, I ...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jun 2, 2004
7:51 pm
928
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...
dromeyn
Offline Send Email
Jun 3, 2004
12:16 pm
929
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...
dromeyn
Offline Send Email
Jun 3, 2004
12:41 pm
931
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...
ruchigupta09
Offline Send Email
Jun 5, 2004
6:59 pm
932
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...
dromeyn
Offline Send Email
Jun 8, 2004
6:46 pm
933
Try it like this: #shell processrows tail -1 today.dat | cut -f 3 #endshell #call $shellrow(TODAY_TOTAL) #set MAX = $arith(@TODAY_TOTAL*1.25) Steve ... Stephen...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jun 8, 2004
7:04 pm
934
Perfect. I was missing the #call then. As always, Thanks much. Really appreciate you. Derek...
dromeyn
Offline Send Email
Jun 8, 2004
7:09 pm
935
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...
bstrathearn
Offline Send Email
Jun 8, 2004
8:51 pm
936
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@...
Send Email
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......
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jun 9, 2004
1:59 pm
939
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...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jun 9, 2004
2:06 pm
940
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...
ruchigupta09
Offline Send Email
Jun 9, 2004
10:04 pm
941
#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...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jun 11, 2004
1:28 pm
942
Thank you Steve, This was a real life saver and the graphs look good now. regards, Ruchi. ... number of ... to proc ... be made ... graphs ... - ... -...
ruchigupta09
Offline Send Email
Jun 11, 2004
8:51 pm
943
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...
sfritzinger
Offline Send Email
Jun 11, 2004
9:42 pm
944
Is there any way of achieving the same thing for 'proc curvfit' ? Regards, Tim...
Tim Butcher
tbutcherb
Offline Send Email
Jun 13, 2004
11:36 pm
945
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?...
ruchigupta09
Offline Send Email
Jun 14, 2004
7:05 am
946
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...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jun 14, 2004
2:12 pm
947
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...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jun 14, 2004
2:43 pm
948
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...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jun 14, 2004
2:52 pm
950
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...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jun 16, 2004
6:19 pm
951
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...
ruchigupta09
Offline Send Email
Jun 17, 2004
5:31 am
952
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...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jun 17, 2004
2:03 pm
953
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...
jsandppr
Offline Send Email
Jun 17, 2004
3:35 pm
954
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...
ruchigupta09
Offline Send Email
Jun 18, 2004
6:25 am
955
... 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...
rotordyn
Offline Send Email
Jun 18, 2004
1:40 pm
956
... 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...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jun 18, 2004
5:41 pm
957
Regards, leandroelpidio@zipmail-No-Spam dot com-No-Spam dot br...
leandroelpidio@...
Send Email
Jun 20, 2004
7:40 pm
Messages 925 - 957 of 2231   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help