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@...
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...
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...
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@...
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...
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@...
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, PC builds of ploticus don't display interactively, the way you're working is the only way to go. If your linux system has X11 it should be easy to get...
Hi, use the -pagesize command line arg to increase the size see http://ploticus.sourceforge.net/doc/pl.1.html#resultsize maximum size is not infinite, but you...
Hi folks, I'm a new user of ploticus, and haven't gone through all the questions in the newsgroup, so apologies in advance if this has already been answered...
thantry
hariharan.l.thantry@...
Nov 23, 2007 5:42 pm
2046
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...