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...
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...
1863
schonbach
yahoo@...
Jul 11, 2006 3:01 pm
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...
1864
schonbach
yahoo@...
Jul 11, 2006 3:01 pm
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...
Hi, I doubt if anyone will have the patience to decode this.. if there's any way you can get the carriage returns in please do. -Steve...
1868
shlinuxau
shlinuxau@...
Jul 12, 2006 6:49 pm
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...
1869
jfazo@...
Jul 19, 2006 5:46 pm
That worked great! I modified your code to expect the script filename as parameter to pl and the data through stdin.... Thanks! Joni...
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...
1871
Suman Mukherjee
smukherjee@...
Jul 21, 2006 7:23 pm
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 ...
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...
1873
Neil Youngman
neil.youngman@...
Jul 25, 2006 6:58 pm
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, ...
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...
1875
ddimov
dmitry@...
Jul 27, 2006 1:27 pm
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...
1876
libault_qosmos
libault_qosmos@...
Aug 2, 2006 3:10 pm
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...
1877
jfazo@...
Aug 9, 2006 5:30 pm
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...
1878
Jochen Reinwand
jochen.reinwand@...
Aug 10, 2006 1:47 pm
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: ...
1879
jfazo@...
Aug 10, 2006 1:49 pm
Hi, Is it possible to have mouseover tooltips with a lineplot graph generated via ploticus? Thanks, Joni...
1880
Jamie Echlin
jechlin@...
Aug 16, 2006 1:00 pm
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...
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'...