Metadata-Version: 2.1
Name: pvplot
Version: 0.6.1
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
Plotting tool for EPICS PVs, ADO and [liteServer](https://github.com/ASukhanov/liteServer) parameters.

![Stripchart example](docs/pvplot_stripchart.png)

![Example of an array plot](docs/pvplot_arrays.png)

## Examples
- Sliced array plot of an EPICS PV: ```pvplot -s0.01 -a'E:testAPD:scope1:' 'Waveform_RBV[1:500]'```
- Strip chart 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'```
- To change properties of curves: right click on a plot and select 'DataSets Options'

