Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Python
Graphs/statistics using wxPython
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Jan Danielsson, post: 1826450"] Hello all, I wanted to plot some statistics, so I wrote a simple wxPython class to do it. Then I realized that I would like to draw bar graphs, so I added that too. Since I'm a complete Python newbie, I haven't done much of it the "Python way", I suspect. So, I'm wondering if someone would like to show me some of the tricks I should have used. You can find the code at: [URL]http://user.it.uu.se/~jada3673/drawtest.py[/URL] It's not finished[*], but it is usable. Oh, you can do whatever you want with it. Since I had never touched wxPython before working with this, I used some doodle application as a starting point. Btw... Has anyone already written statistics classes for wxPython? If so, where can I find them? If nothing similar exists, I'll probably add support for loading data from a file, and a few other features. Feel free to make requests or enhancements. [*] There are some size/offset bugs which I am aware of, but they are easily fixed. I just haven't got around to it yet. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Python
Graphs/statistics using wxPython
Top