Complete StripChart Widget
Closed this issue · 1 comments
tynanford commented
Remaining properties are a list of objects
- Y Axes (List)
- Title - str
- Auto-Scale - bool
- Log Scale - bool
- Minimum - int
- Maximum - int
- Show Grid - bool
- Visible - bool
- Traces (List)
- Name - str
- Y PV - str
- Y Axis - int
- Trace Type - enum
- Color - color
- Line Width - int
- Point Type - enum
- Point Size -int
- Visible - bool
tynanford commented
Completed, thanks @madelinespark!
New objects for StripChart widgets:
StripChartYAxis
and StripChartTrace