Overview of wx.lib.plot
masterwx.lib.plot
wx.lib.plot is a lightweight plotting package designed for wxPython Phoenix. It is built upon wxPlotCanvas and is optimized for small footprint and fast plotting of large datasets.
Key Characteristics:
- Performance: Focused on speed when handling large data sets.
- Simplicity: Easier to integrate into wxPython applications compared to heavy-duty scientific libraries.
- Capabilities: Supports line graphs, scatter graphs, and simple bar graphs.
- Comparison: While not as feature-rich as SciPy's
matplotlib(plt) orChaco, it is significantly more resource-efficient for simple plotting tasks.
Authorship:
- Original authors: K. Hinsen, R. Srinivasan
- wxPython Port: Harm van der Heijden