.. wxPython Phoenix documentation
This file was generated by Phoenix's sphinx generator and associated
tools, do not edit by hand.
Copyright: (c) 2011-2020 by Total Control Software
License: wxWindows License
.. include:: headings.inc
.. currentmodule:: wx.lib.plot.examples.simple_example
.. highlight:: python
.. _wx.lib.plot.examples.simple_example.PlotExample:
==========================================================================================================================================
|phoenix_title| **wx.lib.plot.examples.simple_example.PlotExample**
==========================================================================================================================================
Frame() -> None
Frame(parent : Window, id: int=ID_ANY, title: str='', pos: Point=DefaultPosition, size: Size=DefaultSize, style: int=DEFAULT_FRAME_STYLE, name: str=FrameNameStr) -> None
A frame is a window whose size and position can (usually) be changed
by the user.
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html

Inheritance diagram for class
PlotExample:
|
|super_classes| Known Superclasses
==================================
:class:`wx.Frame`
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.lib.plot.examples.simple_example.PlotExample.__init__` Initialize self. See help(type(self)) for accurate signature.
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: PlotExample(wx.Frame)
Frame() -> None
Frame(parent : Window, id: int=ID_ANY, title: str='', pos: Point=DefaultPosition, size: Size=DefaultSize, style: int=DEFAULT_FRAME_STYLE, name: str=FrameNameStr) -> None
A frame is a window whose size and position can (usually) be changed
by the user.
.. method:: __init__(self)
Initialize self. See help(type(self)) for accurate signature.