plotpy.panels

The panels module provides plotpy.panels.PanelWidget (the panel widget class from which all panels must derived from) and identifiers for each kind of panel:

  • plotpy.panels.ID_ITEMLIST: ID of the item list panel
  • plotpy.panels.ID_CONTRAST: ID of the contrast adjustment panel
  • plotpy.panels.ID_XCS: ID of the X-axis cross section panel
  • plotpy.panels.ID_YCS: ID of the Y-axis cross section panel

See also

Module plotpy.plot
Module providing ready-to-use curve and image plotting widgets and dialog boxes
Module plotpy.curve
Module providing curve-related plot items and plotting widgets
Module plotpy.image
Module providing image-related plot items and plotting widgets
Module plotpy.tools
Module providing the plot tools