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'...
Noah, the issue of omitting holidays has been raised before and turns out to be a hairy one, since date to inches translation is done by arithmetic. Omitting...
Hi, this sounds like something that would best be addressed by writing a script, and using proc scatterplot to render the data points. I didn't really absorb...
Stefan, ploticus currently has no facility for sorting the data set. Some plotting procs, such as proc lineplot, can sort the data points before plotting, but...
Hi! Afetr installing all dependencies I still get /usr/lib/hpux32/dld.so: Unable to find library 'libwraster.so.4'. Do you know which package contains this...
Hi, I'm extremely new to ploticus, so I apologize if this question is not up to par. Preface: I need to generate a bar plot with groupings of up to 6 vars. The...
Jeff
yahoogroups@...
Aug 31, 2006 1:47 pm
1897
Does ploticus have a maximum graph height? I'm trying to draw a graph that is higher than 8 units, but specifying anything larger than that cuts off the top...
scottie_29
scottie28@...
Aug 31, 2006 1:48 pm
1898
I'm trying to turn my y axis stub values into abbreviated versions. Specifically turning 2000000 into 2M and 2000 into 2k. It doesn't look like I can do this,...
Jeff
yahoogroups@...
Aug 31, 2006 1:49 pm
1899
Hello All, I have a couple of questions and issues that I hope you all can help me with. I have attached my data sets (data5.txt and data6.txt) along with the ...
Eric Hudson
ehudson@...
Sep 5, 2006 3:26 pm
1900
Hi I use the following script "script" to generate a diagram. ... #proc areadef title: 3d-image titledetails: align=C style=b adjust=0,0.2 rectangle: 0 0 2 1 ...
Hi Steve, I have encountered a problem using ploticus 2.33 with Windows XP. When drawing a legend with a frame, the last item on the line was longer than the...
Hi I love the potential polticus has for some of things I do, and I've poured over all the documentation and examples that I can find but I still cant seem to...
Hi, please indicate your platform (windows?) also indicate what you did when you downloaded / installed ploticus. ploticus doesn't "automagically" install...
Hi, The following bug affects applications where clickmaps containing URLs are generated. A code bug in the url encoding routine causes certain puncuation...