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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 2013 - 2042 of 2121   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
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
2035
Hi, you can do what you describe in (1) by writing a script and using #proc axis selflocatingstubs: ..... See http://ploticus.sourceforge.net/doc/axis.html For...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Oct 2, 2007
4:25 pm
2036
Hi Holger, if this is still an issue could you send me your data so I can try it and see what it does. Thanks, Steve ... Stephen C. Grubb scg@......
Stephen C. Grubb
stevegrubb1
Offline Send Email
Oct 2, 2007
4:25 pm
2037
... your ... reproduce the ... echo -e "10 12\n12 15\n14 17\n16 18\n" | pl -prefab lines data=stdin x=1 y=2 xstubdet="size=16" ystubdet="size=10" -ps -o...
beribboned
ben@...
Send Email
Oct 3, 2007
1:09 pm
2038
Thank you, and also congratulation for ploticus which helps me every day!...
Mathieu DECORE
mdecore2000
Offline Send Email
Oct 3, 2007
1:10 pm
2039
Hi I noticed a small bug in ploticus 2.33 which gave me quite some headache because I first thought I did something wrong. This is a small script to reproduce:...
m_weyland
m_weyland@...
Send Email
Oct 16, 2007
5:59 pm
2040
Mat, thanks for this report. This fix will be present in next release. -Steve ... Stephen C. Grubb scg@... x-6633 Scientific Software...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Oct 29, 2007
3:56 pm
2041
hi there, i'm a ploticus newbie but i have to say that after struggling heavily with gnuplot for years, i'm finding it to be amazingly flexible and precisely...
chrisatnike
chrisatnike@...
Send Email
Nov 12, 2007
7:39 pm
2042
I've written a tool for collecting very comprehensive and detailed linux system performance data (see: http://collectl.sourceforge.net/) and one of the...
Mark Seger
seger72149
Offline Send Email
Nov 12, 2007
7:40 pm
Messages 2013 - 2042 of 2121   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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