Steve, I just downloaded version 2.33 (I am currently using 2.32). I noticed that with 2.33, floating bars don't render correctly. It looks like each bar...
schonbach
yahoo@...
Jul 10, 2006 1:16 pm
1862
Mark, thanks for finding this. I was able to reproduce the problem here, and it is definitely a bug in 2.33 ... I'll report back when I've had a chance to...
Steve, I believe I've found and fixed the bug. It looks like an incorrect check for an empty "overlapcolor" was being performed, and thus the overlap bars...
schonbach
yahoo@...
Jul 11, 2006 3:01 pm
1864
Steve, I believe I have found (and corrected) another bug in 2.33. When using (horizontal) segment bars, the labels do not respect any horizontal adjustment...
schonbach
yahoo@...
Jul 11, 2006 3:01 pm
1865
Alan, one way to do it would be to use the command: pl .... -backcolor black -color white -Steve ... Stephen C. Grubb scg@... x-6633 ...
Ah now this is better (hint don't try to use the beta Rich-text editor it crunches white space!! Message now reconstituted.) I seem to half remember that this...
shlinuxau
shlinuxau@...
Jul 12, 2006 6:49 pm
1869
That worked great! I modified your code to expect the script filename as parameter to pl and the data through stdin.... Thanks! Joni...
jfazo@...
Jul 19, 2006 5:46 pm
1870
Hi, I am using scatterplot to draw tens of thousands of points. Therefore I use symbols with a small radius (0.01 cm) which is fine for the plot. But it is the...
Hello I am a new user of Ploticus graphical tool. I need some help from you. I am trying to draw bars (similar to Example 4 in page ...
Suman Mukherjee
smukherjee@...
Jul 21, 2006 7:23 pm
1872
Good function to have. Glad you added it to 2.33. One change requested for how it works though. Can you have it zero the y values from the last x value in the...
I'm trying to create a bar chart, with prefab chron. AFAICS the data looks OK, but I just get the axes and no values on the graph. With the -debug option, ...
Neil Youngman
neil.youngman@...
Jul 25, 2006 6:58 pm
1874
Hi Steve, I had to draw a legend with entries having very long (one word) names, so I used the proc legend wraplen attribute. (ploticus Windows 2.32 & 2.33) I...
Steve, I was happy to see that URL escaping issue was fixed in 2.33 (where spaces got replaced by underscores), but I discovered a new problem: ploticus now...
ddimov
dmitry@...
Jul 27, 2006 1:27 pm
1876
I have this script file : #proc page: pagesize: 12 12 crop: 0 3.590000 9.2 10 backgroundcolor: transparent titledetails: size=20 align=center font=/Helvetica...
libault_qosmos
libault_qosmos@...
Aug 2, 2006 3:10 pm
1877
Hi, Now I have a request to add clickmaplabels to my generated images. Any tips on how to do this without temp files for data? Would I have to execute...
jfazo@...
Aug 9, 2006 5:30 pm
1878
I have nearly the same problem. I'm using @@XVAL and @@YVAL in URLs. This becomes unusable if e.g. all "." are removed. This patch fixes the issue: ...
Jochen Reinwand
jochen.reinwand@...
Aug 10, 2006 1:47 pm
1879
Hi, Is it possible to have mouseover tooltips with a lineplot graph generated via ploticus? Thanks, Joni...
jfazo@...
Aug 10, 2006 1:49 pm
1880
I did this by running proc scatterplot after proc lineplot with the same data and putting the tooltips on the scatterplot data. I tried to make the scatterplot...
Jamie Echlin
jechlin@...
Aug 16, 2006 1:00 pm
1881
Tao, sorry, I think you've run into a limitation of the script language.. and I can't readily think of a way to do what you require. I'll add this ticket to...
Neil, apparently ploticus doesn't like the fact that the time component of your datetime data has only hours. When I add ":00" to the end of them, it works....
Hi, this isn't a bug, it's the expected operation in this degenerate case. When you do a basic autorange operation on {0 0 0 0} (without specifying a floor)...
Dmitry, yes, I'll reexamine this issue for the next release. I was trying to follow the official spec on this one... Thanks for letting me know, Steve ... ...
Hi, based on the description of what you're trying to do, no solution comes to mind. You might investigate proc processdata (etc.) to see if you can figure...
Pierre-Marie, this is how it was implemented, with normal text in mind rather than long continuous strings. Hopefully there is another way you can organize...
Joni, to get clickmap labels you need to specify -csmap the mapping info (in html) is written to stdout by default. you can redirect to a file by specifying...
Pierre-Marie, you could do this as follows. Don't specify legendlabel in your proc scatterplot. Instead use a separate proc legendlabel. Then you have total...
Hi, I don't believe there's any provision for escaping out the double quote character in the input data. A workaround might be to say "test ''4" or similar ...
Joni, other than the workaround suggested earlier, there's no built-in tooltip functionality for lineplots. THis is because tooltips (at least ploticus'...