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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 2005 - 2034 of 2231   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
Online Now 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
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...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jul 20, 2007
6:22 pm
2023
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@...
Send Email
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@...
Send Email
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...
Mathieu DECORE
mdecore2000
Offline Send Email
Aug 14, 2007
8:43 pm
2026
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...
dj.dule
Offline Send Email
Aug 28, 2007
2:02 pm
2027
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
stevegrubb1
Offline Send Email
Oct 2, 2007
3:42 pm
2034
Hi Matheiu, I've made your patch available on the web site. Thanks, Steve ... Stephen C. Grubb scg@... x-6633 Scientific Software...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Oct 2, 2007
4:25 pm
Messages 2005 - 2034 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