PieChart?

I am new to wxPython/wxWidgets, and have been going through some samples, particularly the remarkable FloatCanvas samples. In one of the programs, there is a call to make a new PieChart.

I am searching high and low, and cant find where this is documented. Perhaps the source is the only docs on it?
Documentation finding is definitely high on my list right now, as I am trying to get oriented.

pointers welcome
   -Brian

Brian Hamlin wrote:

I am new to wxPython/wxWidgets, and have been going through some samples, particularly the remarkable FloatCanvas samples. In one of the programs, there is a call to make a new PieChart.

Do you mean the PieChart Sample in FloatCanvas? That's in the demo code in SVN.

The Pie chart object itself is defined in floatcanvas.SpecialObjects.PieChart:

http://svn.wxwidgets.org/viewvc/wx/wxPython/3rdParty/FloatCanvas/floatcanvas/SpecialObjects/

Perhaps the source is the only docs on it?

yup.

Documentation finding is definitely high on my list right now,

For FloatCanvas, demos ans source are about it.

There are other pie chart implementations floating around, too.

-Chris

···

--
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception

Chris.Barker@noaa.gov

Brian Hamlin pisze:

I am new to wxPython/wxWidgets, and have been going through some
samples, particularly the remarkable FloatCanvas samples. In one of the
programs, there is a call to make a new PieChart.

Try matplotlib module.

It's great! You can embed figures into the wxPython (see:
http://www.scipy.org/Cookbook/Matplotlib/EmbeddingInWx)

Besides the plotting options, there a plenty of other data-processing
functionalities.

···

I am searching high and low, and cant find where this is documented.
Perhaps the source is the only docs on it?
Documentation finding is definitely high on my list right now, as I am
trying to get oriented.

pointers welcome
  -Brian

_______________________________________________
wxpython-users mailing list
wxpython-users@lists.wxwidgets.org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users