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@...
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@...
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@...
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@...
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@...
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@...
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...