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...
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...
Yes, there are a number of gallery examples that illustrate this FOr example: http://ploticus.sourceforge.net/gallery/lineplot20.htm Steve ... Stephen C. Grubb...
Another, more straightforward gallery example of multiple plots in one PNG is: http://ploticus.sourceforge.net/gallery/volunteers.htm ... Stephen C. Grubb...
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...
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:...
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...
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 ...
(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...
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....
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@...
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...
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@...
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,...
The labels are coming from xcategories in the script file and are placed with barloc. I have xcategories: MainGroup1\nsubgroup1 MainGroup1\nsubgroup2 \ ...
jamerawk
jamerawk@...
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...
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@...
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...
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,...
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@...
May 19, 2003 1:10 am
431
Regards, Robert...
binghe127@...
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...
Ploticus version 2.11 is now available. http://ploticus.sourceforge.net Highlights: * SWF (flash) support - contributed by Bill Traill * Popup text bubbles can...
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...