seantronsen / pvt

GNU General Public License v3.0
0 stars 0 forks source link

Feature: User configuration of line plot thickness, symbol sizing, and curve fill (integral shading) settings #39

Closed ghoulapool closed 6 months ago

ghoulapool commented 6 months ago

I'd like to be able to make the line thicker in the lineplot.

seantrons commented 6 months ago

I'll look into adding support for PyQtGraph's API for this weekend while working on the redesign for #35.

seantrons commented 6 months ago

Issue resolved as of: 933e70c

IMPORTANT: There are several "breaking" changes in this update. Mostly with the AppViewer classes which serve as root nodes for the Qt application display. VisionViewer and PlotViewer no longer exist. They were useless abstractions to begin with, but both are consolidated into a class just named Viewer now.

For the features requested, I suggest users check out the new version of the demo.py file. The documentation comments in that file were improved substantially and detail many of the newer features implemented since the previous edit.

An example is given below:

image

Closing.