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 ...
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...