Hi, I'm trying to get horizontal bars with data driven formatting. The script below is pretty much exactly from the ploticus handbook. But ploticus doesn't...
nenchichius
nenchichius@...
Dec 13, 2007 4:32 pm
2047
Is there a way to specify the exact pixel resolution of an output PNG? I need a 320x240 PNG. I've tried the following: pagesize 3.2 2.4 => 320x238 ...
esm1342000
yahoo@...
Dec 18, 2007 6:42 pm
2048
Hi, there's currently no direct way to specify pixel size of result PNG. The method you're using is what I would do. I'll see about adding this capability for...
Hi, Ploticus 2.40 is now available. http://ploticus.sourceforge.net Let me know of any problems encountered with this new release. Enjoy! -Steve Grubb...
Is there a way to make the plotting shape/colour different for the two distributions: distcolor2 = foocolour distdotshape2 = fooshape and other than changing...
beribboned
ben@...
Jan 25, 2008 5:12 pm
2051
Hi, I found a bug in the 2.40 release When using -csmap (or -map) and setting up a clickable grid using proc axis and proc areadef, the embedded values (@@XVAL...
Hello, I've encountered a problem while trying to plot very small values (these values are cross-sections of semiconductors in the order of 1e-14) I have tried...
I found my issue. The .pl file needs to be readable by the web server process. Can an error message be added to the plcgi_diag file if the .pl file is not...
Bruce, did you check the plcgi_err file (usually /tmp/plcgi_err) ... According to the docs, error messages are written to that file, while debug output is...
I'm interested in submitting it because it was kind of a pain to get all the libs. The only thing its missing is X11 support because my stupid Super Drive is...
bobalicious50
bobalicious50@...
Feb 11, 2008 3:40 pm
2057
Hi, yes please send me the binary, I'd like to post it. Please send it directly to me at stevegrubb@... Can you include some additional info? Is your...
Hello, we are using Ploticus with a web application to draw diagrams. On a specific pie chart, we are missing one slice! If you look at the output of this...
Hello, ... If you have all the appropriate libraries still collected somewhere, I'd appreciate a shout -- I could then compile it again with X11 included and...
Hi, a user has submitted a fix for a script parsing bug reportedly resulting in instability on win32 mingw builds, perhaps others. Please see the 18 Feb item...
Hi, another bug fix.... scripts that use proc processdata's 'breaks' action to loop across portions of data set, do not function correctly in version 2.40 the...
Dear ploticus developers, I am glad to inform you that Flash FDB Cyrillic fonts (Windows-1251 code page) for ploticus compiled with Ming 0.2a are available on...
ddmitov
ddmitov@...
Mar 18, 2008 2:29 pm
2063
Steve, thanks for your reply. I managed to find a cached copy at live.com (Microsoft's search engine): ...
Hi, Oliver Koch has contributed a package of changes and improvements (attached). It will take me some time to work through these, in the meantime I'm posting ...
I am a Ploticus newbie. My data file contains this: Date C-Total C-Free C-Used C-%%Free D-Total D-Free D-Used D-%%Free E-Total E-Free E-Used E-%%Free ...
bob_smithley
bob_smithley@...
Mar 31, 2008 5:44 pm
2066
Hi, Jeffrey Hutzelman pointed out recently that a coding practice that I used widely in code rewrite/cleanup for ploticus 2.40 is not proper practice and will...
Bob, with the pie prefab you can only create one pie graph at a time. Perhaps you could create 3 png images and display them together. If you need 3 pies in...
Hello, I am new to this group and am using ploticus for about 2 years now. I auto-create ploticus scripts from a database environment to produce SVG images. I...
Im working with a # of datasets that I am now given on a weekly basis, where the datestamp is as follows for each datapoint: Sat Mar 01 11:13:16 PST 2008 Sat...
I can have 3 separate images - that's fine. if my data file is in this format, can the prefab work? Date C-Total C-Free C-Used C-%%Free 03/29/2008 105858 67858...
bob_smithley
bob_smithley@...
Apr 14, 2008 5:48 pm
2071
Hi Andrew, sorry for the frustration and for the abruptness of this functionality change... you might consider sticking with 2.39 for running your existing ...
Hi, I'm new to ploticus, and am learning, but after a day of banging my head, it's time for a question. I'd like to do something like bars5a, to produce...
watcherofthenightskies
aling@...
Apr 17, 2008 12:26 pm
2073
Another thought: equivalently, can I build up the graph from left to right, one cluster at a time, essentially processing a datafile row by row (record by...
watcherofthenightskies
aling@...
Apr 17, 2008 1:55 pm
2074
Here is my data: Date,VTL1-Capacity,VTL1-Used,VTL2-Capacity,VTL2-Used,VTL3-Capacity,VTL3-Used 04/14/08,119264,3500,119264,89643,119264,17 How can I assign a...
Hello, I currently have a script that goes out and polls devices on a network for the number of cable modems that it has that are online and offline. While...