Page 1 of 1
Box plot wackyness
Posted: Wed Oct 26, 2005 10:46 pm
by 9638380
Hello,
I have built a box plot for some environmental data. The box and whisker plots have some of the whiskers 'bent' back into their boxes. What is causing this and is there a fix?
Thanks,
Dan
Posted: Thu Oct 27, 2005 9:09 am
by narcis
Hi Dan,
Could you please let us know more information about that issue? It would also be possible that you sent an example we can run "as-is" to reproduce the problem here?
You can post your files at [url]news://
www.steema.net/steema.public.attachments[/url] newsgroup.
Posted: Thu Oct 27, 2005 3:21 pm
by 9638380
Our firewall prevents me from posting to the newsgroup. Can I email you a zip file with the code and database?
Posted: Fri Oct 28, 2005 8:37 am
by narcis
Hi Dan,
Yes please, send it directly to me.
Thanks in advance.
Posted: Fri Oct 28, 2005 7:27 pm
by 9638380
Nevermind, I figured it out. I was pulling data out of the database sorted on the date, I needed to sort it by the data itself.
I ended up sorting using the SQL code. I imagine one can add code in the code behind page that will sort as well, but I could not figure out the syntax.