Metadata-Version: 2.3
Name: pvplot
Version: 1.3.3
Summary: Plotting tool for EPICS PVs, ADO and LITE parameters
Project-URL: Homepage, https://github.com/ASukhanov/pvplot
Project-URL: Bug Tracker, https://github.com/ASukhanov/pvplot/issues
Author-email: Andrei Sukhanov <cyxandr@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Requires-Dist: liteaccess
Description-Content-Type: text/markdown

# pvplot
Package for dynamic plotting of EPICS PVs and [liteServer data objects](https://github.com/ASukhanov/liteServer).

## Examples
- Sliced array plot of an EPICS PV: ```pvplot -s0.01 -a'E:testAPD:scope1:' 'Waveform_RBV[1:500]'```
- Time-series plot (stripchart) of analog inputs of a LabJack U3-HV instrument, served by liteLabjack:<br>
```pvplot -a'L:localhost:dev1' 'tempU3 ADC_HV[0] ADC_HV[1] ADC_HV[2] ADC_HV[3] ADC_LV'```
- Fast correlation plot of a litePeakSimulator ```pvplot -s.01 -a'L:localhost:dev1' 'x,y'```
- Multiple docks. For example, to plot two scrolling plots in lower dock and a 
correlation plot in upper dock:
```pvplot -a'L:localhost:dev1:' -#0'yMax yMin' -#1'yMax,yMin'```
- To change properties of curves: right click on a plot and select 'DataSets Options'
