Hi, I need to plot the following data after tabulating it on a daily or weekly basis: 2006-02-05.09:32:45 1 0 0 2006-02-05.09:34:12 1 0 0 2006-02-05.09:36:36 1...
Rajkumar S
rajkumars@...
Mar 14, 2006 1:43 pm
1777
Hi, I have a series of data like: 2006-02-05.09:32:45 1 0 0 2006-02-05.09:34:12 1 0 0 2006-02-05.09:36:36 1 0 0 .... Which may be or may not be sorted. I want...
Rajkumar S
raj@...
Mar 14, 2006 1:46 pm
1778
Raj, here's what I would try: 1) run your command and use the -echo stdout option to write the underlying script to standard output, and capture it into a...
Hi, source code bug fix 2.32-05 proc rangesweep - instability when invalid data encountered has been posted to http://ploticus.sourceforge.net/doc/updates.html...
if I run the following code, the stubs overlap, stubcull does not seem to work, any Idea? I am running pl version 2.32 on win32 Thanks, Eduardo. #proc areadef ...
Eduardo, if the stubcull default spacing isn't quite right (as in your case) you can give stubcull a numeric value (see docs) Try: stubcull: 2.5 Steve ... ...
Excellent, my problem is solved!!! Many thanks for your quick answer, and for creating an outstanding plotting program. one minor glitch. in the -scale PL...
Eduardo, there's some scaling code that was only checking x scale factor to see if action was necessary. This will be fixed in next release, thanks for...
Hello Steve, I came across a possible bug in processdata with action "percent". The results from processdata are enclosed with double quotes ("10", instead of...
mhmh0023
mhmh0023@...
Apr 25, 2006 4:41 pm
1789
Hi, 1) week numbers - this is the first I've ever seen this notation. Ploticus doesn't parse this type of date format but I'll add it to my todo list. A...
I have modified chron.pl to graph additional data fields. This works fine up to 9 fields, then the legend stops matching up with the actual graph data. I don't...
sitecrawl
gallen@...
May 1, 2006 12:50 pm
1791
I thought I had this figured out, but for the life of me the image isn't cropped. I am trying to make a series of eps plots. Here is the .pl file... //...
Tim Cera
timcera@...
May 1, 2006 12:50 pm
1792
Hi, a couple first-pass responses: - with EPS, I believe the crop options influence a BoundingBox statement in your EPS file. You might have a look at your...
My problem is that I'm trying to create a chart, that only shows stubs/tics at whole numbers. The y-axis range can be anywhere between 38.4 to 48.5. So if...
myemailaccountforsign...
myemailaccountforsign...
May 2, 2006 2:38 pm
1794
Here's my customized chron.pl: // ploticus data display engine. Software, documentation, and examples. // Copyright 1998-2002 Stephen C. Grubb (scg@...)....
sitecrawl
gallen@...
May 2, 2006 2:40 pm
1795
I'm having problems that I thought were addressed many, many versions ago. I'm graphing using version 2.32 on a linux box (FC4). Here's my script file with...
Hi Steve, I have a price chart similar to http://ploticus.sourceforge.net/gallery/stock2.htm. Is there a way to avoid gaps which occur between price bars when...
yogendrakulkarni
yogendrakulkarni@...
May 8, 2006 6:40 pm
1798
Yogi, proc lineplot has an attribute called 'gapmissing' that might be useful in this. http://ploticus.sourceforge.net/doc/lineplot.html Steve ... Stephen C....
Hello All, Before I get to what I'm trying to do I need a little help getting ploticus up and running. I am using a windows xp box as well as a linux box. How...
helpme9019
helpme9019@...
May 10, 2006 1:41 pm
1800
Thanks, Steve! For those who run into the same problem, I used "laststub" to work around it: #proc page color: black pagesize: 8.5 11 titledetails: size=8...
Eric, on linux you should be able to do PLOTICUS_PREFABS=/home/eric/ploticus/prefabs (put in your own path) on windows command line I believe it's something...
Stephen, I took your advice and read the ploticus documentation and you have developed one powerful plotting program. After playing with ploticus I have a...
Jasper, I've put in a fix that seems to do the trick. If you build pl from source code you can put in the fix if you wish: in proc_axis.c, around line 810 810...
Mark, thanks for finding this problem. I have no clue as to why quoting seemed to be needed there, but I'll put your suggested fix into the next release. ...