Hi, A minor bug has been reported and fixed. In proc processdata when using the "stats" option with "tagfield", MIN_ID and MAX_ID don't work as advertised. ...
Hi I'm fairly new to ploticus, I'm unable to find anything on epoc (seconds since 01jan1970) time format in the manual or on the net. I find it strange if it...
I would like to make a plot that would have on its x axis days of the current month. The plot is going to be generated every hour or so, but I need to display...
Marcin Simonides
marcin@...
Mar 14, 2005 12:46 pm
1423
Hi, you probably already saw the dates documentation at http://ploticus.sourceforge.net/doc/dates.html and the sections on date and datetime at ...
Marcin, Since you're apparently plotting datetime values, you could have data points up to, say, 11:59PM on Mar 31. So it seems like xautorange with ...
... [...] Silly me :D I should have given this more thought before deciding that this is wrong. Frankly speaking this last stub doesn't hurt (though this ...
Marcin Simonides
marcin@...
Mar 14, 2005 9:53 pm
1426
Hi Steve Thanks for taking the time to explain how this works in you fantastic program. I just want to combine lots of 24hour logs into one simple graph: ...
All, First off, to the developers, thanks for such a great package. Ploticus has been so incredibly useful!! My question is this: can ploticus accept data to...
Scott, it probably depends on what type of plot you're doing.. in some situations (like scatterplots) a simple concatenation would do the trick, like this: cat...
... The way I do it in scripts is to join or cat the datafiles into an areadef which sets up the autorange for Y, then plot each file in turn on a cloned copy...
Scott, what type of plot are you trying to produce? ... Stephen C. Grubb scg@... Scientific Software Engineer, The Jackson Laboratory 600 Main Street...
First I'd like to just thank Steve Grubb for creating Ploticus. I've just compiled pl today, and it has already proved valuable. Thanks Steve! I am having...
chris
heller@...
Mar 24, 2005 8:42 pm
1436
Last night I did some more experimenting with Ploticus, and I am much closer to my goal than before. I managed to achieve the effect I wanted by using a...
chris
heller@...
Mar 25, 2005 1:24 pm
1437
Chris, here are some things to consider: - using a log scale in Y - seems appropriate given the characteristics of your data - proc axis selflocating stubs,...
I resolved my problem. In my script I was saving the values of DATAYMIN and DATAYMAX when I should have been using YMIN and YMAX. My graph now looks perfect. ...
chris
heller@...
Mar 28, 2005 5:48 pm
1439
Having an issue with gapmissing and lineplots. Or maybe I'm not understanding it? I have data that looks like this. There should be a data element every 5...
Hi, gapmissing: auto (and gapmissing: autosmall) operate by checking the first two rows of your data to get an idea of the "expected interval".. then any gap...
My data is always in five minute increments. I guess it's possible that on rare rare occasions, that the first two elements would be 10 minutes apart but that...
Also, please send typical values that you use for MAX, LABEL, TODAY, YESTERDAY, and anything else I'd need to run your script. -Steve ... Date: Fri, 8 Apr...
Hi, I'll be glad to investigate but I'll need a bigger data file that contains a skip, so I can reproduce the problem here. I've got your script, all I need...
Hi, I've just started working with ploticus and I'm really impressed. But now, I've troubles setting the font size. I use an pie-graph exacly as in the example...
jotfi
jotfi@...
Apr 12, 2005 7:34 pm
1446
Hi, again a small problem, with following command and name.dat, percentage output is missing in my pie.eps. ploticus -eps -prefab pie data=$name.dat...
jotfi
jotfi@...
Apr 12, 2005 9:07 pm
1447
Johannes, you should be able to control the font size from the command line using eg. pl ... -textsize 12 (the default is 10, so 12 makes everything 2 pts...
... Thanks very much, thats working! ... Johannes. Vienna, Austria....
jotfi
jotfi@...
Apr 13, 2005 2:58 pm
1450
... labelfmtstring ... Without labels=1 there is no label at all. But propably this has something to do with ... and I discoverd, that version 2.31 is the most...
jotfi
jotfi@...
Apr 13, 2005 3:02 pm
1451
Ah yes, labelfmtstring was new in version 2.30 ... sorry I didn't catch that. -Steve ... Stephen C. Grubb scg@... Scientific Software Engineer, The...