Hi, I hope this is the right place to ask user questions .. I'm creating a stacked bars chart that uses similar data like to the data below, the number of...
Hello, I have got a very different problem. I have a line graph with some very high peeks on y-axis which actually increase the size of the graph and reduce...
sszabistian
sszabistian@...
Jul 16, 2007 12:59 pm
2015
Have you considered using a log scale for your Y axis? Josh Simons...
Joshua Simons
jsimons@...
Jul 16, 2007 4:59 pm
2016
Try: clip: yes in your lineplot along with specifying the y range. -Dan ________________________________ From: ploticus@yahoogroups.com...
Vita, if you're using a ploticus script you could probably add a filter to your proc getdata that computes the sums. Filters effectively re-write the data...
Hi, you can add the parameter yaxis=0 to the command line to force a yaxis min of 0. Doing so gives correct results on my system (solaris). I'm not getting...
Thanks Dan! it worked. ... Behalf Of Joshua Simons ... range)....
sszabistian
sszabistian@...
Jul 20, 2007 3:13 pm
2020
I'm trying to build Ploticus 2.33 from source on Mac OS using gcc. It fails with a compilation error in gd13.c because there are two arrays declared first as...
Joshua Simons
jsimons@...
Jul 20, 2007 3:14 pm
2021
Hi, Steve. Thanks for your note. If I can get Ploticus to build under Xcode on Mac OS, I will see if I can debug the garbage problem. Josh...
Joshua Simons
jsimons@...
Jul 20, 2007 6:21 pm
2022
Josh, I (and just about everyone else) uses gcc, but gcc changes (and tends to get more strict) over time. Is the code you include here real? I can't find it...
Steve: The latest version of Xcode uses gcc 4.0.1. I think you are correct that 3.x versions of gcc will compile the code correctly. In gd13.c, the actual...
Joshua Simons
jsimons@...
Jul 24, 2007 3:09 pm
2024
As a follow-up on this, I believe now that gcc is in error when it complains about this code. There is traffic on the gcc aliases about exactly this...
Joshua Simons
jsimons@...
Jul 25, 2007 1:25 pm
2025
hello, ... i tried to extend it to 10 categories. The only problem is for legend. I changed: legend = "min+0.5 max+0.5" by: legend = "min+0.5 max+1.75" but for...
Hi all, I have a problem drawing simple line graph. My dataset looks like this: ... 08:35:28 57 08:35:38 57 08:35:48 57 08:35:58 55 ... There are around 8500...
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...