Graeme, you could do a scatterplot first (perhaps in a light color) with points labeled if desired, then do the boxplots next, which would effectively...
Stephen Grubb
Stephen.Grubb@...
Oct 6, 2008 9:02 pm
2113
Hi, I'm trying to generate a graph with date,time,number. My date file looks like this 2008/08/30,19:34:48,500000 2008/08/30,19:34:53,1000000 ...
mattmoran76
mattmoran76@...
Oct 6, 2008 9:02 pm
2114
As a followup to my last email, I've finally figured out the problem. Turns out that when defining a legend with #proc legendentry, the legendentries have to...
Hi, I am beginner with ploticus and I am trying to display bar graph with help of prefab chron. table is like this: 2008/09/29.09:49:29 993713876 ...
jpetag
jpetag@...
Oct 6, 2008 9:05 pm
2116
Good evening everyone, I've recently begun trying to use ploticus to generate some graphs for a paper I'm working on, and I've hit something of a snag. I've...
Peter, try ystubfmt=%.0f Steve ________________________________________ From: ploticus@yahoogroups.com [ploticus@yahoogroups.com] On Behalf Of jpetag...
Stephen Grubb
Stephen.Grubb@...
Oct 7, 2008 2:33 pm
2118
Hi, Ploticus rocks, but I'm having an issue... I'm creating timeline style blots (proc bars) from datetime data and finding that the stubs seem to placed...
treykinkead
treykinkead@...
Oct 7, 2008 2:33 pm
2119
Matt, you are specifying tab=hour which means it will sum all the values within each hour... is that what you intended? If not remove that option and see what...
Stephen Grubb
Stephen.Grubb@...
Oct 7, 2008 2:33 pm
2120
Hello Daniel, this is intended behavior... it is documented on the proc scatterplot man page, under the "symrangefield" attribute. Presumably you used this...
Stephen Grubb
Stephen.Grubb@...
Oct 7, 2008 2:33 pm
2121
Thanks for finding this issue and providing a fix... this fix will be present in next release. -Steve ________________________________________ From:...
Stephen Grubb
Stephen.Grubb@...
Oct 10, 2008 2:24 pm
2122
Hi all, Firstly thanks for a superb piece of software, I have really enjoyed its power and flexibility so far. I need to be able to plot a heatmap representing...
Adam Spiers
ploticus@...
Oct 14, 2008 8:35 pm
2123
Hello Adam, it looks like you are right, there's currently no way in proc scatterplot to directly specify color from the data. Off the top of my head, It...
Stephen Grubb
Stephen.Grubb@...
Oct 16, 2008 4:35 pm
2124
Hi, it has been quite a few years since I last used ploticus, but now I am back and in full effect! I am trying to plot downtime information, and this could...
kevin.atwork@...
kevin.atwork@...
Oct 28, 2008 6:16 pm
2125
Hello Kevin, I tried it with mode=line and removed the xrange argument, and my gif result is attached. It looks like online time is very short intervals, while...
Stephen Grubb
Stephen.Grubb@...
Oct 29, 2008 7:52 pm
2126
Hi Steve, Yes this does seem to do what I need, many thanks. kevin ... gif result is attached. ... time is quite a bit more, so the result seems reasonable to...
kevin.atwork@...
kevin.atwork@...
Nov 5, 2008 7:36 pm
2127
Hi, Sir: We want to use the ploticus to add charts into our Mediawiki-powered website: http://www.cn0km.com/ through an extension called Easytimeline. I tried...
Hello Jane, I am aware of the EasyTimeline tool but have never used it.... you would need to contact the author/maintainer of that tool for assistance. -Steve ...
Stephen Grubb
Stephen.Grubb@...
Nov 12, 2008 3:09 pm
2130
Thomas, thanks for this report. I am aware of the EasyTimeline tool but don't use it, and am not familiar w/ exactly how it works. The code shown in the raw...
Hello, I figured out how to use the EasyTimeline.pl script to generate the ploticus scripts from the EasyTimeline scripts. I have attached the first four...
ploticus@...
Nov 12, 2008 6:15 pm
2132
Hi, I'm trying to build libploticus on a mac, but have run into some problems. It appears to build correctly, but when I try to run pltestsuite/api_examp I...
andywiens@...
awiens@...
Nov 12, 2008 6:15 pm
2133
... I posted some months ago a patch for ploticus to make it generate valid xhtml (adding alt parameter to <area>), precisely targetted to the use by...
Platonides
platonides@...
Nov 12, 2008 6:17 pm
2134
Hi, thanks for the reminder. Your patch addressed one place where an area tag was being generated in clickmap.c, but there was another place that it didn't...
Stephen Grubb
Stephen.Grubb@...
Nov 12, 2008 6:37 pm
2135
... Thank you very much....
Platonides
platonides@...
Nov 13, 2008 5:11 pm
2136
Hello, Thank you for guiding me in the right direction. I did indeed locate a minor issue in the EasyTimeline tool. The fix I implemented seems to work for...
ploticus@...
Nov 13, 2008 5:11 pm
2137
The sample script file below demonstrates the problem. Note that bars A, B, and C have zero in column 4. Yet, for me, the plot shows a thin red line on the...
Hello Steve, You may skip this first part of my e-mail because it may make you blush a little bit. But I must say I am impressed with Ploticus. I think of...
Id like to bump this up..the list is getting way more attention now, than it did in the spring. Its still a problem..and I would love to stay with ploticus. ...
Hello Duane, see the proc bars "hidezerobars" attribute. If you add a "hidezerobars: yes" statement to the last proc bars invocation, this should make it...