Re: I'm updating wx.lib.plot
Douglas Thor <[email protected]>
| Newsgroups | gmane.comp.python.wxpython.devel |
|---|---|
| Message-ID | <[email protected]> |
Box plots have been added to wx.lib.plot. It's still under construction (needs a lot more work to be finalized), but the demo is working. You can see the demo under the new menu item "Draw 8 - Box Plots". The BoxPlots class takes a 1D array of points - the data that you want to calculate the box plot on. Numpy is used for the internals, so it should be relatively fast. I have not checked it though. That'll come towards the end of the dev process. The box plot is defined <http://www.jmp.com/support/help/Options_for_Continuous_Variables.shtml#81387> in the same way as JMP <http://www.jmp.com>'s box plots (Tukey outlier box plot), since that's what I'm used to. There's a chance I'll add other box plot types later, but I doubt it. I'll really only add them if there's enough interest for it. *Tukey outlier box plot:* + The whiskers are defined as: the lowest datum still within 1.5 IQR of the lower quartile, and the highest datum still within 1.5 IQR of the upper quartile + Outliers are any points that are outside of the whisker values. -- You received this message because you are subscribed to the Google Groups "wxPython-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.