wx.lib.plot.polyobjects.PolySpline¶Creates PolySpline object
The points that make up the spline
list of [x, y] values
keyword attributes
Keyword and Default  | 
Description  | 
Type  | 
|---|---|---|
  | 
Line color  | 
|
  | 
Line width  | 
float  | 
  | 
Line style  | 
  | 
  | 
Legend string  | 
str  | 
Warning
All methods except __init__ are private.
 Class Hierarchy¶
Inheritance diagram for class PolySpline:
 Known Superclasses¶wx.lib.plot.polyobjects.PolyLine
 Methods Summary¶Initialize self. See help(type(self)) for accurate signature.  | 
|
Draw the spline  | 
 Class API¶Creates PolySpline object
points (list of [x, y] values) – The points that make up the spline
**attr – keyword attributes
Keyword and Default  | 
Description  | 
Type  | 
|---|---|---|
  | 
Line color  | 
|
  | 
Line width  | 
float  | 
  | 
Line style  | 
  | 
  | 
Legend string  | 
str  | 
Warning
All methods except __init__ are private.
Initialize self. See help(type(self)) for accurate signature.
Draw the spline