Hi, it looks like your xrange argument needs to be enclosed in quotes on the command line. Also the format of your dates in the range argument (dd-mmm-yyyy)...
Hi. I found some mistake in result image after running ploticus script. Result image have big space under the plot. I open "mydump" file and found points with...
valerykoval
valerykoval@...
Apr 16, 2007 2:19 pm
1985
Hi, I was able to reproduce this problem here. I believe you are right.. not sure why those Y<0 points are in there. Thanks for finding & reporting this bug....
Michael, I was able to reproduce this problem here... thanks for finding & reporting this bug. I will look into it shortly. -Steve ... Stephen C. Grubb...
Hi, two recently reported minor bugs have been fixed. 1) floating segment bars sometimes had an extra line glitch (try the gallery example timeline2.htm) 2)...
Hi, Steve. Here is a minor issue with titles. The workaround is easy, though perhaps not obvious. The following command: pl -gif -prefab stack data=revs...
Josh Simons
Joshua.Simons@...
Apr 19, 2007 12:03 pm
1990
Thanks Josh. About as bass-ackwards as it can be isn't it... I have fixed this. Take the following code, put it into a file called "chunk_title", and then put...
Hi, when using a crosshatch fill (eg. hatch6) and also enlarging or reducing the overall result using -scale, a bug involving incorrect line thickness occurs....
By default, Ploticus is trying to use X Windows to display your graph. If you are running X, then you need to define the DISPLAY environment variable to...
Joshua Simons
jsimons@...
May 3, 2007 2:39 pm
1994
I want to try and overlay graphs using the chron prefab. I'd like to have a legend, but haven't been able to get it to work. I do get the legend, but the...
sitecrawl
gallen@...
May 10, 2007 11:55 am
1995
Greg, this sounds like a case where the limitations of prefabs are being encountered.. I'd recommend writing a script. You can get started by adding the -echo...
Hi, I was trying to plot/illustrate TCP packets received on a connection using proc bars. The data file looks like this: 2007-01-24.19:24:27.076245 1...
I have a data file with TCP packets arrived: 1st column is time stamp; 2nd column is the starting sequence number; 3rd column is the ending sequence number. I...
Horsie
machunling@...
May 23, 2007 7:45 pm
1998
Hello, I am trying to combine multiple plots but I guess there is some width restriction on combined graphs because I can only combine plots unless the image...
sszabistian
sszabistian@...
May 23, 2007 7:45 pm
1999
Hi Shuja, for anything wider (or higher) than 8" you need to specify -pagesizeW,H command line arg (where W and H are width and height in inches) To get yours...
Hello, one problem is the granularity of your time points appears to be in microseconds. Is a datetime x axis really what you need here? How much time will...
Thank you, Steve. I would like to cover 30 seconds of packets arrivals. so I guess I will need at least seconds and microseconds in this case, right? What do...
Chunling, I would say that datetime scaling is overkill if you are just displaying 30 seconds worth of data at a time. You can use proc getdata's 'filter'...
Steve, I see your point. But right now, my problem is that I collected data for a few seconds (at most 10 seconds actually) every 30 minutes for one week. So...
Hi Chunling, I understand now what you're trying to do and agree it would be nice if ploticus could do this, but spent a few minutes trying various things and ...
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 ...