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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 1289 - 1327 of 2231   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1289
Myron, yes, if you're writing ploticus scripts use #proc annotate. If you're using prefabs you can accomplish this by creating a chunk of script code that...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Dec 1, 2004
1:00 pm
1290
I'm assuming you're talking about one plot here, involving the 10 data points. Do you mean, if any cases where V1 > V2 are encountered in the data, then shade...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Dec 1, 2004
1:14 pm
1291
Not really sure how to get this to work. My script looks like this now and all i get is two lines but no shaded area. What I want is for the entire graph to be...
raoulsam
Offline Send Email
Dec 2, 2004
2:07 am
1292
Peter, sorry this has come up.. I guess C coding as I learned it isn't as rigorous as it should be. I'd rather go thru and do this myself rather than have to...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Dec 3, 2004
2:48 pm
1293
I try to read input data which are pipe delimited. I used the filter feature in proc getdata in order to parse it. The trouble is that , instead of getting the...
yannbrolec
Offline Send Email
Dec 4, 2004
7:39 am
1294
Hi! I've been using an interpolated curvefit to have a curve drawn through all of the points on my graph, but it doesn't look correct in some places. For...
kustavup
kustavup@...
Send Email
Dec 5, 2004
2:48 pm
1295
Hi, I've tried using ploticus for data where the y-axis category labels exceeded NAMEMAXLEN. This caused some labels not to be drawn at all and some labels to...
Bjoern Hoehrmann
hoermi
Offline Send Email
Dec 5, 2004
4:15 pm
1296
Hi, proc getdata parses the data into fields before doing filter processing.. thus you can't use filter to perform field delimitation. If you're on a...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Dec 7, 2004
1:03 pm
1297
... Hi... Sorry, I need to return to this problem after a long absence. I've tried the suggestions from Derek Romeyn and from Steve but neither work. If I...
Jamie Echlin
jechlin@...
Send Email
Dec 9, 2004
12:04 pm
1298
Jamie, if you try something like #proc areadef rectangle: 4 1 8 3 the plotting area should be shifted far enough to the right to make room for your Y axis...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Dec 9, 2004
1:35 pm
1299
That's what I thought but there must be something else going on with this particular script file - I've tried ... It makes it wider but it's still truncated at...
Jamie Echlin
jechlin@...
Send Email
Dec 9, 2004
2:17 pm
1300
Has the savetable option for the prefab dist worked for anyone? I've never got any result from it. No error message, just no table. used savetable= and...
glennhammonds
Offline Send Email
Dec 9, 2004
5:59 pm
1304
Hi, I can't offer any suggestion on this one. -Steve ... Stephen C. Grubb scg@... Scientific Software Engineer, The Jackson Laboratory 600 Main Street...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Dec 15, 2004
1:01 pm
1305
Hi, The docs for the dist prefab are wrong. I will update them now. The name of the parameter is "savetbl" and it takes a yes/no value. If yes, the computed...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Dec 15, 2004
1:02 pm
1306
Kamataat, the code for interpolated curvefit was contributed by a user. I integrated it into the package but don't have the expertise to address problems with...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Dec 15, 2004
1:03 pm
1307
Bjorn, this has been noted as an area to look at for the next release. Thanks for reporting this issue, Steve ... Stephen C. Grubb scg@... Scientific...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Dec 15, 2004
1:04 pm
1308
Kamataat, (however) if you have a brief, complete script example that reproduces the problem, I'd be glad to have a look. Steve ... Date: Wed, 15 Dec 2004...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Dec 15, 2004
1:06 pm
1309
I tried many different combinations and can't get the line to clip.. when is the next release ? ... way to ... file ... cutoff ... but I ... it, so...
Andrew
a_debona
Offline Send Email
Dec 15, 2004
10:57 pm
1311
I'm hoping around February. Steve ... Stephen C. Grubb scg@... Scientific Software Engineer, The Jackson Laboratory 600 Main Street Bar Harbor, Maine...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Dec 16, 2004
1:41 pm
1314
Currently, ploticus only sets stdout to binary if running in direct CGI mode - from pl.c: // [snip] if( PLS.cgiargs != NULL ) { /* begin parsing QUERY_STRING.....
vfun_00
ytsejam965@...
Send Email
Dec 21, 2004
7:33 pm
1315
... But the code should not assume that disabling end of line translation is acceptable for (US-ASCII compatible) text output (e.g. ISO-8859-1 SVGs), either....
Bjoern Hoehrmann
hoermi
Offline Send Email
Dec 21, 2004
8:25 pm
1316
... translation is ... SVGs), ... use CR ... I concur that the fix should be more isolated - if you follow the second approach (modifying grgd.c), this...
vfun_00
ytsejam965@...
Send Email
Dec 21, 2004
9:38 pm
1317
... Be sure to flush the file handle before you do that, otherwise buffered data would be (at least with MSVC++) processed using the new mode which would...
Bjoern Hoehrmann
hoermi
Offline Send Email
Dec 21, 2004
9:46 pm
1321
Script file = http://www.ehdp.com/out/script-12-30.txt Linux command = ploticus -png -f script-12-30.txt -o 12-30.png Linux version = ploticus 2.20 (unix) ...
dagoldman
Offline Send Email
Dec 31, 2004
8:38 am
1322
I figured it out (I think). It was the colors line with the rgb values with so many decimal places. It works fine when I changed to use three decimal places....
dagoldman
Offline Send Email
Dec 31, 2004
9:46 am
1323
Works fine for me using 2.30 on winxp... Tried any other output types? Steve: On a slightly separate note I have an issue with diagfile, and that is according...
Jamie Echlin
jechlin@...
Send Email
Dec 31, 2004
5:14 pm
1324
I didn't see Jamie's example (deleted from tmp directory?). But I looked around at some other pages with star plots, or spider plots or whatever they're...
dagoldman
Offline Send Email
Jan 1, 2005
12:24 pm
1325
Daniel, I've noted this issue and will see if there's any way it can be improved when I put together the next build. Steve ... Stephen C. Grubb scg@... ...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jan 5, 2005
3:04 pm
1326
... Jamie, diagfile captures all non-error messages produced by the pl app, but messages produced by #write are considered a different thing. I can see where...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jan 5, 2005
3:32 pm
1327
I would like to be able to change what goes into a stub's text. For instance, if my X axis data represents minutes since midnight, I want to be able to convert...
vfun_00
ytsejam965@...
Send Email
Jan 6, 2005
11:01 pm
Messages 1289 - 1327 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