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 407 - 436 of 2231   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
407
I have a need due to some limitations of scripts I'm using to create a single PNG that contains a few different line charts one above the other as a single...
S Anderson
x_beatnic
Offline Send Email
May 3, 2003
2:48 am
408
Ploticus does ignore the euro numbernotation along with a pie chart. It sill displays the percentage labels with dots instead of commas. Is this a bug? This is...
sjacobs81
Offline Send Email
May 5, 2003
8:37 am
409 sjacobs81
Offline Send Email
May 5, 2003
9:06 am
410
Sorry for the emtpy post, my fault... How do format the barchart labels on the x-axis? xlbldet = "size=8 style=B" does not work......
sjacobs81
Offline Send Email
May 5, 2003
9:07 am
411
Yes, there are a number of gallery examples that illustrate this FOr example: http://ploticus.sourceforge.net/gallery/lineplot20.htm Steve ... Stephen C. Grubb...
Stephen C. Grubb
stevegrubb1
Offline Send Email
May 5, 2003
10:40 am
412
Another, more straightforward gallery example of multiple plots in one PNG is: http://ploticus.sourceforge.net/gallery/volunteers.htm ... Stephen C. Grubb...
Stephen C. Grubb
stevegrubb1
Offline Send Email
May 5, 2003
10:51 am
413
This is a bug. Here's the fix (proc_pie.c line ~260): 251 /* labeling */ /* if doing legend, handle this during j == 0 because .. 252 otherwise do labeling...
Stephen C. Grubb
stevegrubb1
Offline Send Email
May 5, 2003
11:29 am
414
It's not clear to me here exactly how you're going about it (script or prefab) or what you're trying to do, but.. If you're writing a script, use labeldetails:...
Stephen C. Grubb
stevegrubb1
Offline Send Email
May 5, 2003
11:49 am
415
This function works fine in one of my config files but is giving this error in another one. The datafiles are formatted the same for both charts. getdata...
romeyde
Offline Send Email
May 5, 2003
3:54 pm
416
CHeck to be sure that your data are clean. Check the entries around 05/01/03.03:53 it looks like you're making some bad entries that contain embedded spaces ...
Stephen C. Grubb
stevegrubb1
Offline Send Email
May 5, 2003
4:02 pm
417
(possible dupe) Sorry for wasting your time. I actually had eyeballed the data thinking something like that might be the issue but couldn't find any problems...
romeyde
Offline Send Email
May 5, 2003
4:31 pm
418
Sorry for wasting your time. I actually had eyeballed the data thinking something like that might be the issue but couldn't find any problems around 05/01....
romeyde
Offline Send Email
May 5, 2003
5:25 pm
419
... controlling ... I am using the vbars prefab and need to format the barchart labels on the x-axis....
sjacobs81
Offline Send Email
May 5, 2003
6:30 pm
420
... Found it! The setting I was looking for is stubdetails! Nevermind!...
sjacobs81
Offline Send Email
May 7, 2003
4:32 am
421
I know how to group pairs of rangebars, but do not know how to label them the way I would like. I have the data set in categories such as MainGroup\nsubgroup...
jamerawk
jamerawk@...
Send Email
May 12, 2003
6:16 pm
422
Could you post/send a sample of your data.. it's not clear to me how your data set is organized, and this will be important w/ rangebar labeling Thanks, Steve...
Stephen C. Grubb
stevegrubb1
Offline Send Email
May 14, 2003
11:35 am
423
The data is simply in a form like: 0.0000 0.0069 0.0069 0.0000 0.0205 0.3081 0.0205 0.0000 0.0000 0.0000 0.0068 0.0274 0.3150 0.0068 0.0000 0.0000...
jamerawk
jamerawk@...
Send Email
May 14, 2003
12:42 pm
424
But where are your labels coming from? ... Stephen C. Grubb scg@... Scientific Software Engineer, The Jackson Laboratory 600 Main Street Bar Harbor,...
Stephen C. Grubb
stevegrubb1
Offline Send Email
May 14, 2003
12:55 pm
425
The labels are coming from xcategories in the script file and are placed with barloc. I have xcategories: MainGroup1\nsubgroup1 MainGroup1\nsubgroup2 \ ...
jamerawk
jamerawk@...
Send Email
May 14, 2003
4:37 pm
426
I think you could do the following: 1. don't use categories. just use xrange: 0 10 2. render your MainGroup labels using X axis stubs, specified as text 3. do...
Stephen C. Grubb
stevegrubb1
Offline Send Email
May 14, 2003
5:37 pm
427
I'm very impressed with ploticus! Thank you! I am getting my data from multiple SQL queries via command: in #proc getdata. Presently I'm doing the following:...
jdugan1024
jdugan1024@...
Send Email
May 15, 2003
1:01 am
428
Roland, You could use a proc getdata filter to adjust your values leftward by 50 units. assume your data file stair.dat looks like this: 500 0.8 600 0.9 700...
Stephen C. Grubb
stevegrubb1
Offline Send Email
May 16, 2003
11:53 am
429
Jon, if your 2 sql commands are producing the same result field format maybe you could do something like this: #proc getdata command: mysql "select 'in', x, y,...
Stephen C. Grubb
stevegrubb1
Offline Send Email
May 16, 2003
12:01 pm
430
Hi, Just started playing with ploticus. (It's great!). I'm writing some perl script to take network statistics (from Ethereal/Tethereal) and plot them. I was...
martinvisser99
martinvisser99@...
Send Email
May 19, 2003
1:10 am
431
Regards, Robert...
binghe127@...
Send Email
May 19, 2003
9:25 pm
432
Martin, This problem is alluded to in the troubleshooting page and the "notes for non-unix environments page". Although I believe microsoft should convert all...
Stephen C. Grubb
stevegrubb1
Offline Send Email
May 20, 2003
5:45 pm
433
I'm having trouble wrapping my head around the filter function. I have a set of data like this: 05/21/03.00:00 sched1 22 106316578 05/21/03.00:00...
romeyde
Offline Send Email
May 21, 2003
1:00 pm
434
Ploticus version 2.11 is now available. http://ploticus.sourceforge.net Highlights: * SWF (flash) support - contributed by Bill Traill * Popup text bubbles can...
Stephen C. Grubb
stevegrubb1
Offline Send Email
May 21, 2003
2:58 pm
435
Filters are useful for performing processing on a one-record-at-a-time basis, such as reformatting fields, concatenating fields, computing a difference or sum...
Stephen C. Grubb
stevegrubb1
Offline Send Email
May 22, 2003
12:38 pm
436
Regards, Robert...
ramak_farahabadi@...
Send Email
May 25, 2003
12:34 pm
Messages 407 - 436 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