Tim, these warning messages are spurious.. I'll make a note to try and suppress them. the extra day problem with datetime-w/windowing - noted, will look into...
Pierrick.. Every line, including the last line, in a ploticus script must be terminated with a newline (\n or win32 CR-LF) I'll make sure the docs state this. ...
... bingo! thank you very much for your assistance ... I'll figure this one out [prob from the same info page] jeffs -- Jeffrey Sonstein Assistant Professor ...
Hi... I'm running into the same issue more and more, and am not particularly happy with my current solution. Basically I often have data of the form... PersonA...
Ploticus is great. When I do labelonly pie charts, labels are not symmetrical around the pie. The longer the label, the worse the problem. Here is an example...
Jamie, yes this is something I have on my list to add soon.. I've run into this too, like where I would want a scatterplot where x is the "bp" test, and y is...
Here's the dynamically generated output: http://www.ehdp.com/out/713xpjrp-pie.png The problem is that the width is only 743 pixels, and a label is cut off. How...
I have a data set through which I'm running a regression line. I'm using the regression line to forecast the likely value of my data in the future. In other...
seancrotty
seancrotty@...
Jul 14, 2004 10:24 pm
979
Oops. I think I found the answer in the "statsonly" option. Sorry for the post... Sean...
seancrotty
seancrotty@...
Jul 14, 2004 10:49 pm
980
Nope, "statsonly" still expects a scaled plotting area to be defined with proc areadef. I guess my question still stands. Thanks! Sean...
seancrotty
seancrotty@...
Jul 14, 2004 10:55 pm
981
Hi, Am currently having problems with creating multiple boxplots on the same page. I basically have a data set with a result column and several field columns...
Daniel, you're right about the algorithm used to position labels.. center of label is at a point straight out from center of pie.. which may not be ideal. ...
Daniel, when generating png/gif/jpeg images larger than 8" x 8" you need to specify -pagesize (command line option) to allocate bigger image memory... eg. pl...
Sean, What pl version are you running. In pl 2.21 the regression line generated by #proc curvefit is clipped to the plotting area. I can't determine when this...
Graeme, can you send me your ploticus script and any other files I would need to reproduce the problem here. Thanks, Steve ... Stephen C. Grubb scg@......
I'm running v2.10. But I see my initial post was misleading. I'm not concerned about the clipping of the regression line. I want to set my yrange to make sure ...
seancrotty
seancrotty@...
Jul 16, 2004 4:59 pm
987
ok.. should have read more closely.. it is a catch-22 one quick/hack method would be to generate the plot and generate the regression line, then do a page...
Given: #proc line points: 07/20/2004(s) min 07/20/2004(s) 13(s) linedetails: width=2 color=rgb(0,0.4,0) Why do I get this error?: warning: points must have...
seancrotty
seancrotty@...
Jul 19, 2004 6:22 pm
992
Sean, "points" is a multiline attribute that must be terminated by a blank line. So do it this way: #proc line points: 07/20/2004(s) min 07/20/2004(s) 13(s) ...
Damn, once again this was already answered in the documentation. Thanks for the direct response, Steve. Sean ... line....
seancrotty
seancrotty@...
Jul 20, 2004 2:19 pm
994
Untitled Document VERY IMPORTANT INVESTMENT INFORMATION contained within this report. If you are receiving this E-MAIL, You are among the FIRST to receive this...
PokerBook Info
pokerbook@...
Jul 21, 2004 2:06 pm
995
Hi all, I'm working on setting up dynamic graphs for a client. These are generated monthly and look great on the web. However, they want to print these pages...
Ploticus generates standards-conformant EPS files to the best of my knowledge. The only thing that has changed within the past year or two is that ploticus...