Hi Steve A couple of times now, I come up against some "hard" limits in ploticus, specifically in: #proc getdata commandmr: perl -e ' ...perl script... and in ...
George Hansper
georgeh@...
Jun 4, 2007 2:36 pm
2006
Hi Steve, I've found ploticus quite useful, but the date-time handling is frustrating at times. There are quite a few input and output formats, but it would be...
George Hansper
georgeh@...
Jun 4, 2007 2:36 pm
2007
George, thanks for your comments. The issues that can be addressed in the near term- I will try to get to, especially the stability-related ones. The others...
Hi, Can someone please help: The plot file am currently having issues with - was working fine till recently, and all of a sudden I am having this issue, where...
afsha_sheikh
afsha_sheikh@...
Jun 14, 2007 1:50 pm
2009
Hi, Steve. When I use the dist prefab with cats=yes Ploticus generates an output graph with incorrect Y axis bounds and with a single bar that has garbage...
Hi, you are doing this #proc getdata file: @FILE @FILE is a variable... but where is FILE being set? Not within the script as shown here.. on the command...
Hi Steve, thanks much for the quick response, I am setting the FILE in the command line, but that doesnt seem to be the problem, I tried to hardcode the...
... Hi Steve, I think I found the issue, the issue seems to be the maxfields option I was passing to my script . I was using a very very large number for ...
Hi, I hope this is the right place to ask user questions .. I'm creating a stacked bars chart that uses similar data like to the data below, the number of...
Hello, I have got a very different problem. I have a line graph with some very high peeks on y-axis which actually increase the size of the graph and reduce...
sszabistian
sszabistian@...
Jul 16, 2007 12:59 pm
2015
Have you considered using a log scale for your Y axis? Josh Simons...
Joshua Simons
jsimons@...
Jul 16, 2007 4:59 pm
2016
Try: clip: yes in your lineplot along with specifying the y range. -Dan ________________________________ From: ploticus@yahoogroups.com...
Vita, if you're using a ploticus script you could probably add a filter to your proc getdata that computes the sums. Filters effectively re-write the data...
Hi, you can add the parameter yaxis=0 to the command line to force a yaxis min of 0. Doing so gives correct results on my system (solaris). I'm not getting...
Thanks Dan! it worked. ... Behalf Of Joshua Simons ... range)....
sszabistian
sszabistian@...
Jul 20, 2007 3:13 pm
2020
I'm trying to build Ploticus 2.33 from source on Mac OS using gcc. It fails with a compilation error in gd13.c because there are two arrays declared first as...
Joshua Simons
jsimons@...
Jul 20, 2007 3:14 pm
2021
Hi, Steve. Thanks for your note. If I can get Ploticus to build under Xcode on Mac OS, I will see if I can debug the garbage problem. Josh...
Joshua Simons
jsimons@...
Jul 20, 2007 6:21 pm
2022
Josh, I (and just about everyone else) uses gcc, but gcc changes (and tends to get more strict) over time. Is the code you include here real? I can't find it...
Steve: The latest version of Xcode uses gcc 4.0.1. I think you are correct that 3.x versions of gcc will compile the code correctly. In gd13.c, the actual...
Joshua Simons
jsimons@...
Jul 24, 2007 3:09 pm
2024
As a follow-up on this, I believe now that gcc is in error when it complains about this code. There is traffic on the gcc aliases about exactly this...
Joshua Simons
jsimons@...
Jul 25, 2007 1:25 pm
2025
hello, ... i tried to extend it to 10 categories. The only problem is for legend. I changed: legend = "min+0.5 max+0.5" by: legend = "min+0.5 max+1.75" but for...
Hi all, I have a problem drawing simple line graph. My dataset looks like this: ... 08:35:28 57 08:35:38 57 08:35:48 57 08:35:58 55 ... There are around 8500...
Hi everybody! I try to plot a graph (range bar) that compares two variables but I've got one little problem left: Ploticus only plots values between 0 to 0.25....
holger.kinkelin
holger.kinkelin@...
Sep 4, 2007 1:58 pm
2028
Hey all, I could do this with multiple pol scripts and hard-coded legend labels, but I'm hoping that's not necessary, and someone can tell me how to work...
scottie_29
scottie28@...
Sep 5, 2007 3:16 pm
2029
I got around this by sending the correct codes as ENV vars in my perl script, but I was still hoping there may be a way to use a data element as a legend label...
scottie_29
scottie28@...
Sep 10, 2007 1:52 pm
2030
Hi Scottie, I was scratching my head over this kind of thing, too, until I re-read the docs, and found you can embed #set statements in your data. ...
George Hansper
georgeh@...
Sep 10, 2007 1:53 pm
2031
I'm having problems getting "outline: yes" (the default) to work with horizontal bars; in my example the outline does not actually go around the bars. The...
Randall Smith
rsmith@...
Sep 13, 2007 1:22 pm
2032
1) (lines prefab) I have data with x values of 16 to 40 in increments of 4. I want to avoid the point for x=16 being drawn on the y-axis line. I could use...
beribboned
ben@...
Oct 1, 2007 2:47 pm
2033
Hi, a user -contributed patch that can be applied to ./prefabs/stack.pl to give you up to 10 categories of data instead of the current 4 is available for...