Greetings. I'm using some simple ploticus scripts to generate graphs from temperature and energy meter data: http://spiff.hax.se/log.html I would like plot the...
Thomas Tornblom
thomas.tornblom@...
Nov 1, 2005 1:18 pm
1704
Thomas, you should be able to use a filter in #proc getdata to compute a difference between two fields. your field names are problematic in that they contain...
... Thanks Steve. I woked around the problem by using an awk script to preprocess the data and then plot the output. As I needed some conditionals also I...
Thomas Tornblom
thomas.tornblom@...
Nov 2, 2005 1:38 pm
1706
Scott, this issue was raised recently. Go into your src directory, edit functions.c, go to line 649, and comment out this line /* char *strchr(); */ This is an...
Hi, I'm trying to get a scatterplot with points of one pixel size as "symbols". The output type is png. The following works for output type x11, but not png: ...
Jochen Reinwand
jochen.reinwand@...
Nov 4, 2005 8:35 am
1713
I'm trying to use a variable set from a perl script for setting up the yscale. This doesn't seem to be working. The graph looks fine if I use an autorange on...
Actually, kinda figured out that issue... But now I'm back to my original problem. As can be seen here... Today's data for some reason refuses to start prior...
Some reason I had to read in the YMAX variable again? Somehow it got lost during the creation of the graph. Put another one of these before reading in the...
Note to self, re-read manual (it's been a couple years)... XMIN XMAX YMIN YMAX Set by proc areadef to the limits in scaled units, of the plotting area. I'd...
... Is anyone moderating this group? The group owner can make it so new subscribers must be approved, which is apparently the only way to run a spam-free...
Hi, Scott got ploticus compiled on his AIX 5.3 64 bit platform, and sent in the binary, so I've made it available on via the download page. (X11 is disabled) ...
Jan, sorry about the noise. I don't see it here because of home site spam filtering. I've changed the group settings so that I'm the designated moderator. If...
Hi! I am using following script to create a graph, but it looks strange: The ends of the lines in the graph are connected with the beginnings. What might be...
Jochen, Probably due to: when translating to the various output devices there can be rounding artifacts (etc.) especially with small objects. There has been...
Hi, yes this occurred too with something I was doing, so I'll put it in as a bug. There shouldn't be a "circuit breaker" message when no stubs/tics are being...
I'm trying to plot filesystem usage on a NAS device. Not really relevant but there you go. I'm trying to use the stack prefab. I'm expecting to get a large...
nofreeidshere
Martin.Rohrbach@...
Nov 25, 2005 5:26 pm
1730
Hi! Is it possible to change the color of only one line in the grid? It is the horizontal line beginning at number 1(y). Numbers go up to 10(y). I have set up...
Kaln, if you're writing a ploticus script you can easily do this by creating the grid then later use proc line to draw the red line on top of an existing blue...
Hi, you didn't specify a yrange, so ploticus is using a Y axis range automatically determined from the range of your data (from 930,000 to 975,000). If you...
Hi Steve, terribly sorry, you are of course right. I stared at the graph for too long so I didn't even see the Y axis _NOT_ starting at 0. Thanks for the help....
nofreeidshere
Martin.Rohrbach@...
Nov 30, 2005 1:15 pm
1734
I am creating a stacked horizontal bar graph to display various categories as a percentage of the whole (in other words, the sum of all categories for each...
schonbach
yahoo@...
Dec 6, 2005 2:16 pm
1735
Hi, I understand your question. A "labelselect" attribute, where you could specify a condition for label printing, would be useful.. I'll add it to my todo...
I have looked through the prebuilt scripts and the test dir and I can't find an example of the syntax I am looking for... though it seems a very obvious...
Hi, the way I would do this is to use the "select" attribute of your plotting proc. For instance if you are doing lineplots: #proc getdata ... #proc areadef ...
I have been looking at the compare prefab to plot bar graphs. However, I noticed that the prefab only seems to support labelling for two sub-categories (in the...
Hi Niraj, the 'compare' prefab only handles 2 subcategories, and there are no plans to extend this. You might try running the prefab with 2 subcategories and...