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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 744 - 773 of 2231   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
744
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...
kapopeye
Offline Send Email
Feb 2, 2004
5:40 pm
745
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...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Feb 6, 2004
3:14 pm
746
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...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Feb 6, 2004
3:35 pm
747
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 ...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Feb 6, 2004
3:43 pm
748
Regards, dtservet@yahoo-No-Spam dot com...
dtservet@...
Send Email
Feb 6, 2004
3:47 pm
749
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.echlin@...
echlinja
Offline Send Email
Feb 10, 2004
9:26 am
750
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...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Feb 11, 2004
1:03 pm
751
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...
jamie.echlin@...
echlinja
Offline Send Email
Feb 11, 2004
1:12 pm
752
... 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...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Feb 11, 2004
2:21 pm
753
... 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...
jamie.echlin@...
echlinja
Offline Send Email
Feb 11, 2004
2:49 pm
754
Regards, IFIT_DOT_COM@yahoogroups-No-Spam dot com...
IFIT_DOT_COM@yahoogro...
Send Email
Feb 12, 2004
6:56 am
755
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@...
Send Email
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...
jamie.echlin@...
echlinja
Offline Send Email
Feb 16, 2004
10:52 am
757
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...
jamie.echlin@...
echlinja
Offline Send Email
Feb 16, 2004
5:55 pm
758
... 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...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Feb 17, 2004
1:53 pm
759
... 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...
jamie.echlin@...
echlinja
Offline Send Email
Feb 17, 2004
2:17 pm
760
thanks Steve, your work is greatly appreciated. Ill check it out. Chris ... will be ... axis...
kapopeye
Offline Send Email
Feb 17, 2004
7:53 pm
761
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...
kapopeye
Offline Send Email
Feb 17, 2004
7:54 pm
762
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...
dromeyn
Offline Send Email
Feb 18, 2004
2:10 pm
763
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....
dromeyn
Offline Send Email
Feb 18, 2004
2:48 pm
764
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:...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Feb 19, 2004
3:30 pm
765
Hi again, you are just juxtaposing 'fieldnames' and 'pf_fieldnames' use 'pf_fieldnames' in this code and it should work. Steve ... Stephen C. Grubb...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Feb 19, 2004
3:31 pm
766
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:...
jamie.echlin@...
echlinja
Offline Send Email
Feb 19, 2004
5:58 pm
767
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@...
Send Email
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...
jamie.echlin@...
echlinja
Offline Send Email
Feb 20, 2004
8:49 am
769
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...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Feb 20, 2004
3:24 pm
770
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...
alona marie *shock*
alonamarie@...
Send Email
Feb 20, 2004
7:23 pm
771
Regards, majorsherazi2000@yahoo-No-Spam dot co-No-Spam dot in...
majorsherazi2000@...
Send Email
Feb 23, 2004
1:14 pm
772
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...
Romeyn, Derek
dromeyn
Offline Send Email
Feb 24, 2004
8:26 pm
773
Regards, alexander7@front-No-Spam dot ru...
alexander7@...
Send Email
Feb 29, 2004
4:23 am
Messages 744 - 773 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