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. ...
Hi, thanks for finding & reporting this problem. It will be fixed in the next release. ploticus@yahoogroups.com is the location of ploticus' bug report and ...
I am trying to fix a chart I plot using the chron prefab. Need to convert 1.4e+10 into say 14TB as it is disk space. Is there anyway I can achieve this? Please...
ober
ober@...
May 24, 2006 12:11 pm
1811
I'm using ploticus to add graphics to Neil Sloane's on-line encyclopedia of integer sequences, and having a problem with scatterplots of more than about 6000...
dfswayne
dfswayne@...
May 25, 2006 11:40 am
1812
Hi, I think this is kind of overloading the concept. Perhaps you've gotten it to work, but if not, maybe consider attacking the problem by using multiple runs...
Luisa, I was able to run your script and got results similar to yours. I don't understand what is wrong with the result. Do you want your Xaxis to look...
Hi, I run into this issue from time to time.. here's one solution: #proc getdata data: 38.4 39.7 40.6 41.4 42.6 43.7 47.3 48.5 #proc areadef yautorange:...
Debby, this may be caused by proc scatterplot's cluster feature, which is on by default so that duplicate (or almost-identical) data points aren't hidden. Try...
Hello, for a project of mine i need to generate a lot of graphs. For this i like to use ploticus. I only would like to limit my self in generating one file per...
Hi. The problem was that ploticus order the results, and i don't want the order in the Xaxis, because these are text (even if that shows numbers). But the...
Pete, are shell scripts an option? You could do something like this: #!/bin/sh echo " #set title = barplot from groups 1-10 #set x = 1 #set y = 2 #set vals =...
it will probably work, but it now creates a temporary file, smth that i rather would like to avoid, but ok, using data=- and piping the actual data can avoid...
Morning, I have data that I would like to accumulate but reset the counter to zero when another field changes, example: 0 6 5 - Urgent 0 5 4 - Very High 1 3 5...