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...
1881
Stephen C. Grubb
stevegrubb1
Aug 17, 2006 3:42 pm
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...
1882
Stephen C. Grubb
stevegrubb1
Aug 17, 2006 5:40 pm
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....
1883
Stephen C. Grubb
stevegrubb1
Aug 17, 2006 5:42 pm
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)...
1884
Stephen C. Grubb
stevegrubb1
Aug 17, 2006 5:43 pm
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 ... ...
1885
Stephen C. Grubb
stevegrubb1
Aug 17, 2006 5:46 pm
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...
1886
Stephen C. Grubb
stevegrubb1
Aug 17, 2006 5:46 pm
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...
1887
Stephen C. Grubb
stevegrubb1
Aug 17, 2006 5:46 pm
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...
1888
Stephen C. Grubb
stevegrubb1
Aug 17, 2006 5:46 pm
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...
1889
Stephen C. Grubb
stevegrubb1
Aug 17, 2006 5:47 pm
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 ...
1890
Stephen C. Grubb
stevegrubb1
Aug 17, 2006 5:49 pm
Joni, other than the workaround suggested earlier, there's no built-in tooltip functionality for lineplots. THis is because tooltips (at least ploticus'...
1891
Stephen C. Grubb
stevegrubb1
Aug 17, 2006 7:07 pm
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...
1892
Stephen C. Grubb
stevegrubb1
Aug 18, 2006 2:55 pm
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...
1893
Stephen C. Grubb
stevegrubb1
Aug 18, 2006 2:56 pm
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...
1894
jovvany
Aug 22, 2006 2:56 pm
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...
1895
pmlebiot
Aug 22, 2006 2:58 pm
Thanks a lot Steve, that works fine! Pierre-Marie ... proc ... have ... (and ... Therefore ... the plot. ... which it ... procedure?...
1896
Jeff
yahoogroups@...
Aug 31, 2006 1:47 pm
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...
1897
scottie_29
scottie28@...
Aug 31, 2006 1:48 pm
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...
1898
Jeff
yahoogroups@...
Aug 31, 2006 1:49 pm
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,...
1899
Eric Hudson
ehudson@...
Sep 5, 2006 3:26 pm
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 ...
1900
benja_m2003
Sep 5, 2006 3:27 pm
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 ...
1901
pmlebiot
Sep 5, 2006 3:30 pm
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...
1902
Stephen C. Grubb
stevegrubb1
Sep 5, 2006 8:31 pm
Hi, you need to specify -pagesize on the command line in order to allocate a bigger image space. Eg. pl ... -pagesize 8,12 (...
1903
i8uyesterday
Sep 6, 2006 1:45 pm
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...
1904
Stephen C. Grubb
stevegrubb1
Sep 6, 2006 7:45 pm
Hi, please indicate your platform (windows?) also indicate what you did when you downloaded / installed ploticus. ploticus doesn't "automagically" install...
1905
Stephen C. Grubb
stevegrubb1
Sep 8, 2006 3:24 pm
Hi, The following bug affects applications where clickmaps containing URLs are generated. A code bug in the url encoding routine causes certain puncuation...