Search the web
Sign In
New User? Sign Up
ploticus · ploticus software support
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1992 - 2021 of 2231   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1992
This command ploticus -prefab chron data=data14 x=1 y=2 datefmt=yy/mm/dd xinc="1 month" stubfmt=M xyears=yyyy yrange="0 25" barwidth=line ...
Neil Jones
euphydryasuk
Offline Send Email
May 3, 2007
11:49 am
1993
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@...
Send Email
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@...
Send Email
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...
Stephen C. Grubb
stevegrubb1
Offline Send Email
May 16, 2007
8:53 pm
1996
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...
Chunling Ma
mcl7799
Offline Send Email
May 23, 2007
7:44 pm
1997
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@...
Send Email
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@...
Send Email
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...
Stephen C. Grubb
stevegrubb1
Offline Send Email
May 24, 2007
4:02 pm
2000
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...
Stephen C. Grubb
stevegrubb1
Offline Send Email
May 24, 2007
4:03 pm
2001
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...
Horsie
mcl7799
Offline Send Email
May 25, 2007
5:06 pm
2002
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'...
Stephen C. Grubb
stevegrubb1
Offline Send Email
May 29, 2007
1:34 pm
2003
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...
Chunling Ma
mcl7799
Offline Send Email
May 31, 2007
12:04 pm
2004
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 ...
Stephen C. Grubb
stevegrubb1
Offline Send Email
May 31, 2007
12:55 pm
2005
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@...
Send Email
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@...
Send Email
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...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jun 5, 2007
3:11 pm
2008
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@...
Send Email
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...
ibid17
Offline Send Email
Jun 14, 2007
1:51 pm
2010
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...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jun 15, 2007
4:21 pm
2011
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...
afsha_sheikh
Offline Send Email
Jun 19, 2007
1:37 pm
2012
... 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 ...
afsha_sheikh
Offline Send Email
Jun 22, 2007
12:34 pm
2013
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...
vita_santrucek
Offline Send Email
Jul 2, 2007
1:44 pm
2014
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@...
Send Email
Jul 16, 2007
12:59 pm
2015
Have you considered using a log scale for your Y axis? Josh Simons...
Joshua Simons
jsimons@...
Send Email
Jul 16, 2007
4:59 pm
2016
Try: clip: yes in your lineplot along with specifying the y range. -Dan ________________________________ From: ploticus@yahoogroups.com...
Daniel Wheeler
danonkeys
Offline Send Email
Jul 17, 2007
2:18 pm
2017
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...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jul 20, 2007
3:11 pm
2018
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...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jul 20, 2007
3:12 pm
2019
Thanks Dan! it worked. ... Behalf Of Joshua Simons ... range)....
sszabistian
sszabistian@...
Send Email
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@...
Send Email
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@...
Send Email
Jul 20, 2007
6:21 pm
Messages 1992 - 2021 of 2231   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help