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...
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...
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...
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...
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...
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@...
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...
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...
... 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@...
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...
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@...
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...
Hi, I can't offer any suggestion on this one. -Steve ... Stephen C. Grubb scg@... Scientific Software Engineer, The Jackson Laboratory 600 Main Street...
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...
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...
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...
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...
I'm hoping around February. Steve ... Stephen C. Grubb scg@... Scientific Software Engineer, The Jackson Laboratory 600 Main Street Bar Harbor, Maine...
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@...
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....
... 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@...
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...
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....
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@...
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...
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@... ...
... 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...
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...