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.
wx.lib.plot.polyobjects.PolyLine
Initialize self. See help(type(self)) for accurate signature. |
|
Draw the spline |
PolySpline
(PolyLine)¶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 |