head	1.4;
access;
symbols
	pkgsrc-2026Q1:1.4.0.2
	pkgsrc-2026Q1-base:1.4
	pkgsrc-2025Q4:1.3.0.6
	pkgsrc-2025Q4-base:1.3
	pkgsrc-2025Q3:1.3.0.4
	pkgsrc-2025Q3-base:1.3
	pkgsrc-2025Q2:1.3.0.2
	pkgsrc-2025Q2-base:1.3
	pkgsrc-2025Q1:1.2.0.6
	pkgsrc-2025Q1-base:1.2
	pkgsrc-2024Q4:1.2.0.4
	pkgsrc-2024Q4-base:1.2
	pkgsrc-2024Q3:1.2.0.2
	pkgsrc-2024Q3-base:1.2
	pkgsrc-2024Q2:1.1.0.26
	pkgsrc-2024Q2-base:1.1
	pkgsrc-2024Q1:1.1.0.24
	pkgsrc-2024Q1-base:1.1
	pkgsrc-2023Q4:1.1.0.22
	pkgsrc-2023Q4-base:1.1
	pkgsrc-2023Q3:1.1.0.20
	pkgsrc-2023Q3-base:1.1
	pkgsrc-2023Q2:1.1.0.18
	pkgsrc-2023Q2-base:1.1
	pkgsrc-2023Q1:1.1.0.16
	pkgsrc-2023Q1-base:1.1
	pkgsrc-2022Q4:1.1.0.14
	pkgsrc-2022Q4-base:1.1
	pkgsrc-2022Q3:1.1.0.12
	pkgsrc-2022Q3-base:1.1
	pkgsrc-2022Q2:1.1.0.10
	pkgsrc-2022Q2-base:1.1
	pkgsrc-2022Q1:1.1.0.8
	pkgsrc-2022Q1-base:1.1
	pkgsrc-2021Q4:1.1.0.6
	pkgsrc-2021Q4-base:1.1
	pkgsrc-2021Q3:1.1.0.4
	pkgsrc-2021Q3-base:1.1
	pkgsrc-2021Q2:1.1.0.2
	pkgsrc-2021Q2-base:1.1;
locks; strict;
comment	@# @;


1.4
date	2026.02.16.15.40.53;	author adam;	state Exp;
branches;
next	1.3;
commitid	yHNxqawWjWa1gCuG;

1.3
date	2025.04.13.08.33.26;	author adam;	state Exp;
branches;
next	1.2;
commitid	rHr8d4V53gGuPRQF;

1.2
date	2024.08.05.14.45.29;	author adam;	state Exp;
branches;
next	1.1;
commitid	Rw31t31wBoH1XDkF;

1.1
date	2021.04.06.08.31.49;	author tnn;	state Exp;
branches;
next	;
commitid	7hnSvHMAdKkw0dOC;


desc
@@


1.4
log
@py-qtgraph-qt5: updated to 0.14.0

0.14.0

Highlights

implement cuda OpenGL interops
PColorMeshItem: implement opengl rendering
Port PlotCurveItem experimental opengl codepath to shaders
Remove MetaArray, MultiPlotItem and MultiPlotWidget
Add Boxplot feature
Unvendor very old colorama
implement fill for connect="finite"
Add legend double-click and legend sample click signals.
pcmi: add support for OpenGL ES 3.0
Bump min numpy to 1.25+
Create FUNDING.yml

API/Behavior Changes and Additions

GLMeshItem: allow ubyte color buffers
Allow OpenGL without enableExperimental
Do away with Parameter deprecation
Transform3D.map should return the type of obj passed in
Remove MetaArray, MultiPlotItem and MultiPlotWidget
Remove canvas module
implement fill for connect="finite"
Raise ParseError on duplicate keys in configfile
Add legend double-click and legend sample click signals.
Parameter Tree: ListParameter: Add deprecation warning when values is present.
allow conditional siPrefixing of axis labels
PlotItem.autoBtnClicked to emit PlotItem.sigRangeChangedManually
add setSymbol method
Option to execute repl commands in a non-GUI thread
AxisItem: Allow hiding minor ticks
allow returned camera params to be set back
Plot option to subtract mean value from all samples
Locale aware spinbox
Parameter: define create as a classmethod
Add overlay grid option to GLSurfacePlotItem
Alignment option for GLTextItem

Bug Fixes

Correctly handle SI-prefixes for nonlinear units
fix aspect-locked zoom with mouse-drag while right-button pressed
fix: isnan is not available in OpenGL 2.1 nor OpenGL ES 2.0
fix: GL_POINT_SPRITE was not enabled for NoProfile
Fix LinearRegionItem mouseDragEvent
render comparison: resize before show
fix: GLLinePlotItem uploading vbo perpetually
Various OpenGL fixes
Support downsampling of image data with NaNs
Catch SystemError During Signal.disconnect()
RawImageGLWidget: update uploaded state on cleanup
enable blending to take into account alpha transparency
Fixes: Error when using FFT on data with one point
Fix ViewBox wheel event propagation
bugfix: PlotCurveItem OpenGL didn't invalidate render_cache on cleanup
Format DateAxisItem ticks in different timezones correctly
fix ComboBox.items()
connect darkMode slots only once
Minor fixes for a memory debugging tool
ParseError line numbers should account for empty lines
workaround PySide QByteArray leak on conda builds
Fix ConsoleWidget ReplWidget.write() always scrolling to bottom (scrollToBottom not working)
initialize the pressPos attribute with default value to prevent error
Apoptose dock area when temporary window is closed
Fix bug in PlotItem.setAxisItem when called befor scene is set
Emit sigRegionChanged only once for LinearRegionItem
Removes GraphicsScene.mouseMoveEvent duplicate events
Fix 'GridItem.generatePicture' for cases of invalid size
Fix scaling with locked aspect
Update removeItem()
GLLinePlotItem: restore changes to state
PlotDataItem setData() listOfDicts fix?
To align mark and the label vertically in a Legend
Fix bug causing DateTimeAxis to not display tick labels
Update syntax.py to correctly colorize commented code
Fix bug preventing console showing more than one uncaught exception
fixed the issue where x and y column would be added regardless of the columnMode while exporting to csv
GraphicsLayout: Fix removeItem() regression
fix GLIsosurface overflow warning on numpy 2
Fix parameter item compare unpack order
Fix recarray support in PlotDataItem
Two minor corrections in flowchart and debug
Fix exception when AxisItem is initialized with text argument
ensure comparison returns bool instead of np.bool in TableWidget
fix: blockSignal=True in Parameter.setValue()

Performance Improvements

invalidate nan locations when downsampling image
ImageItem: implement persistent default autolevels
finer grained VBO upload
Skip nan values in mesh
Fixed bug that significantly degraded zooming performance for line plots
use native c++ construction of QPixmap from QImage
implement cuda OpenGL interops
Port PlotCurveItem experimental opengl codepath to shaders
PlotCurveItem: implement OpenGL curve fill
PColorMeshItem: implement opengl rendering
pcmi: add support for OpenGL ES 3.0
De-ancient-ify OpenGL shaders
prevent grid lines from getting mouse events
Make PlotCurveItem and PColorMeshItem work in Core Profile
Lazy evaluation of mkColor error string
Make shaders in shaders.py run on macOS OpenGL 4.1 Core
ViewBox: Only update auto-range before painting.
create a default VAO if using Core profile
GLVolumeItem: calculate camera pos using ModelView matrix
don't relink shader program where it is not needed
Adding support for connect PlotItem connect vector during view clipping and downsampling

Testing

test image formats outside of ImageItem
Remove now unneeded test skip conditions, use packaging library for version comparison.
Add coverage reporting
Use packaging library for version comparison

Documentation

Add Qtimer, multi threading and multiprocessing to docs
Substantially upgrade ImageItem docs
Overhaul PlotDataItem documentation
Documentation text review for PlotDataItem
Convert PlotItem and AxisItem to use numpydoc Docstring Style
Do upgrade to CONTRIBUTING.md, it's been a while
Bump sphinx-design from 0.5.0 to 0.6.0 in /doc
Bump sphinx-design from 0.6.0 to 0.6.1 in /doc
Update to pydata-sphinx-theme 0.15.4
Bump pydata-sphinx-theme from 0.15.4 to 0.16.0 in /doc
Upgrade to PyData-Sphinx-Theme 0.16.1
Bump sphinx from 7.3.7 to 7.4.6 in /doc
Bump sphinx from 7.4.6 to 7.4.7 in /doc
Bump sphinxcontrib-images from 0.9.4 to 1.0.1 in /doc

Misc

replace stencil test with scissor test
ColorMapMenu: add new matplotlib colormaps
Use filtfilt for bidirectional filtering in Flowchart
Added type annotations to GraphicsWidget
adapt to changes in QPainterPathPrivate in Qt 6.10
Update Flowchart.py
Update ASV config to use paramers
Fix libegl1 not found
Fix Comment Error in examples/dockarea.py
pcmi opengl: discard nan fragments
Annotate slots with QtCore.Slot
Annotate ViewBox slots
GraphicsItem: don't override Qt methods
pyside6: don't take QByteArray memoryview too
Probe QByteArray leak at runtime
REPL fonts should be consistently monospaced
refactor getting of OpenGLFunctions
Create FUNDING.yml
remove numba for rescaleData
RawImageGLWidget: implement using QOpenGLTextureBlitter
Unvendor very old colorama
don't draw non-finite pairs
fix: minor improvements to the visibility of the colormap button
assume matplotlib supports Qt6
Use Monospace font in Console Widget CmdInput
fix variable name typo
CI Updates
@
text
@@@comment $NetBSD: PLIST,v 1.3 2025/04/13 08:33:26 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/pyqtgraph/GraphicsScene/GraphicsScene.py
${PYSITELIB}/pyqtgraph/GraphicsScene/GraphicsScene.pyc
${PYSITELIB}/pyqtgraph/GraphicsScene/GraphicsScene.pyo
${PYSITELIB}/pyqtgraph/GraphicsScene/__init__.py
${PYSITELIB}/pyqtgraph/GraphicsScene/__init__.pyc
${PYSITELIB}/pyqtgraph/GraphicsScene/__init__.pyo
${PYSITELIB}/pyqtgraph/GraphicsScene/exportDialog.py
${PYSITELIB}/pyqtgraph/GraphicsScene/exportDialog.pyc
${PYSITELIB}/pyqtgraph/GraphicsScene/exportDialog.pyo
${PYSITELIB}/pyqtgraph/GraphicsScene/exportDialogTemplate_generic.py
${PYSITELIB}/pyqtgraph/GraphicsScene/exportDialogTemplate_generic.pyc
${PYSITELIB}/pyqtgraph/GraphicsScene/exportDialogTemplate_generic.pyo
${PYSITELIB}/pyqtgraph/GraphicsScene/mouseEvents.py
${PYSITELIB}/pyqtgraph/GraphicsScene/mouseEvents.pyc
${PYSITELIB}/pyqtgraph/GraphicsScene/mouseEvents.pyo
${PYSITELIB}/pyqtgraph/PlotData.py
${PYSITELIB}/pyqtgraph/PlotData.pyc
${PYSITELIB}/pyqtgraph/PlotData.pyo
${PYSITELIB}/pyqtgraph/Point.py
${PYSITELIB}/pyqtgraph/Point.pyc
${PYSITELIB}/pyqtgraph/Point.pyo
${PYSITELIB}/pyqtgraph/Qt/OpenGLConstants.py
${PYSITELIB}/pyqtgraph/Qt/OpenGLConstants.pyc
${PYSITELIB}/pyqtgraph/Qt/OpenGLConstants.pyo
${PYSITELIB}/pyqtgraph/Qt/OpenGLHelpers.py
${PYSITELIB}/pyqtgraph/Qt/OpenGLHelpers.pyc
${PYSITELIB}/pyqtgraph/Qt/OpenGLHelpers.pyo
${PYSITELIB}/pyqtgraph/Qt/QtCore/__init__.py
${PYSITELIB}/pyqtgraph/Qt/QtCore/__init__.pyc
${PYSITELIB}/pyqtgraph/Qt/QtCore/__init__.pyi
${PYSITELIB}/pyqtgraph/Qt/QtCore/__init__.pyo
${PYSITELIB}/pyqtgraph/Qt/QtGui/__init__.py
${PYSITELIB}/pyqtgraph/Qt/QtGui/__init__.pyc
${PYSITELIB}/pyqtgraph/Qt/QtGui/__init__.pyi
${PYSITELIB}/pyqtgraph/Qt/QtGui/__init__.pyo
${PYSITELIB}/pyqtgraph/Qt/QtSvg.pyi
${PYSITELIB}/pyqtgraph/Qt/QtTest.pyi
${PYSITELIB}/pyqtgraph/Qt/QtWidgets/__init__.py
${PYSITELIB}/pyqtgraph/Qt/QtWidgets/__init__.pyc
${PYSITELIB}/pyqtgraph/Qt/QtWidgets/__init__.pyi
${PYSITELIB}/pyqtgraph/Qt/QtWidgets/__init__.pyo
${PYSITELIB}/pyqtgraph/Qt/__init__.py
${PYSITELIB}/pyqtgraph/Qt/__init__.pyc
${PYSITELIB}/pyqtgraph/Qt/__init__.pyi
${PYSITELIB}/pyqtgraph/Qt/__init__.pyo
${PYSITELIB}/pyqtgraph/Qt/compat/__init__.py
${PYSITELIB}/pyqtgraph/Qt/compat/__init__.pyc
${PYSITELIB}/pyqtgraph/Qt/compat/__init__.pyo
${PYSITELIB}/pyqtgraph/Qt/internals.py
${PYSITELIB}/pyqtgraph/Qt/internals.pyc
${PYSITELIB}/pyqtgraph/Qt/internals.pyo
${PYSITELIB}/pyqtgraph/SRTTransform.py
${PYSITELIB}/pyqtgraph/SRTTransform.pyc
${PYSITELIB}/pyqtgraph/SRTTransform.pyo
${PYSITELIB}/pyqtgraph/SRTTransform3D.py
${PYSITELIB}/pyqtgraph/SRTTransform3D.pyc
${PYSITELIB}/pyqtgraph/SRTTransform3D.pyo
${PYSITELIB}/pyqtgraph/SignalProxy.py
${PYSITELIB}/pyqtgraph/SignalProxy.pyc
${PYSITELIB}/pyqtgraph/SignalProxy.pyo
${PYSITELIB}/pyqtgraph/ThreadsafeTimer.py
${PYSITELIB}/pyqtgraph/ThreadsafeTimer.pyc
${PYSITELIB}/pyqtgraph/ThreadsafeTimer.pyo
${PYSITELIB}/pyqtgraph/Transform3D.py
${PYSITELIB}/pyqtgraph/Transform3D.pyc
${PYSITELIB}/pyqtgraph/Transform3D.pyo
${PYSITELIB}/pyqtgraph/Vector.py
${PYSITELIB}/pyqtgraph/Vector.pyc
${PYSITELIB}/pyqtgraph/Vector.pyo
${PYSITELIB}/pyqtgraph/WidgetGroup.py
${PYSITELIB}/pyqtgraph/WidgetGroup.pyc
${PYSITELIB}/pyqtgraph/WidgetGroup.pyo
${PYSITELIB}/pyqtgraph/__init__.py
${PYSITELIB}/pyqtgraph/__init__.pyc
${PYSITELIB}/pyqtgraph/__init__.pyo
${PYSITELIB}/pyqtgraph/colormap.py
${PYSITELIB}/pyqtgraph/colormap.pyc
${PYSITELIB}/pyqtgraph/colormap.pyo
${PYSITELIB}/pyqtgraph/colors/__init__.py
${PYSITELIB}/pyqtgraph/colors/__init__.pyc
${PYSITELIB}/pyqtgraph/colors/__init__.pyo
${PYSITELIB}/pyqtgraph/colors/maps/CC-BY license - applies to CET color map data.txt
${PYSITELIB}/pyqtgraph/colors/maps/CC0 legal code - applies to virids, magma, plasma, inferno and cividis.txt
${PYSITELIB}/pyqtgraph/colors/maps/CET-C1.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-C1s.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-C2.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-C2s.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-C3.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-C3s.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-C4.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-C4s.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-C5.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-C5s.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-C6.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-C6s.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-C7.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-C7s.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-CBC1.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-CBC2.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-CBD1.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-CBL1.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-CBL2.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-CBTC1.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-CBTC2.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-CBTD1.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-CBTL1.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-CBTL2.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-D1.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-D10.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-D11.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-D12.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-D13.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-D1A.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-D2.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-D3.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-D4.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-D6.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-D7.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-D8.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-D9.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-I1.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-I2.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-I3.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-L1.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-L10.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-L11.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-L12.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-L13.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-L14.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-L15.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-L16.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-L17.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-L18.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-L19.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-L2.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-L3.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-L4.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-L5.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-L6.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-L7.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-L8.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-L9.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-R1.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-R2.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-R3.csv
${PYSITELIB}/pyqtgraph/colors/maps/CET-R4.csv
${PYSITELIB}/pyqtgraph/colors/maps/PAL-relaxed.hex
${PYSITELIB}/pyqtgraph/colors/maps/PAL-relaxed_bright.hex
${PYSITELIB}/pyqtgraph/colors/maps/cividis.csv
${PYSITELIB}/pyqtgraph/colors/maps/inferno.csv
${PYSITELIB}/pyqtgraph/colors/maps/magma.csv
${PYSITELIB}/pyqtgraph/colors/maps/plasma.csv
${PYSITELIB}/pyqtgraph/colors/maps/turbo.csv
${PYSITELIB}/pyqtgraph/colors/maps/viridis.csv
${PYSITELIB}/pyqtgraph/colors/palette.py
${PYSITELIB}/pyqtgraph/colors/palette.pyc
${PYSITELIB}/pyqtgraph/colors/palette.pyo
${PYSITELIB}/pyqtgraph/configfile.py
${PYSITELIB}/pyqtgraph/configfile.pyc
${PYSITELIB}/pyqtgraph/configfile.pyo
${PYSITELIB}/pyqtgraph/console/CmdInput.py
${PYSITELIB}/pyqtgraph/console/CmdInput.pyc
${PYSITELIB}/pyqtgraph/console/CmdInput.pyo
${PYSITELIB}/pyqtgraph/console/Console.py
${PYSITELIB}/pyqtgraph/console/Console.pyc
${PYSITELIB}/pyqtgraph/console/Console.pyo
${PYSITELIB}/pyqtgraph/console/__init__.py
${PYSITELIB}/pyqtgraph/console/__init__.pyc
${PYSITELIB}/pyqtgraph/console/__init__.pyo
${PYSITELIB}/pyqtgraph/console/exception_widget.py
${PYSITELIB}/pyqtgraph/console/exception_widget.pyc
${PYSITELIB}/pyqtgraph/console/exception_widget.pyo
${PYSITELIB}/pyqtgraph/console/repl_widget.py
${PYSITELIB}/pyqtgraph/console/repl_widget.pyc
${PYSITELIB}/pyqtgraph/console/repl_widget.pyo
${PYSITELIB}/pyqtgraph/console/stackwidget.py
${PYSITELIB}/pyqtgraph/console/stackwidget.pyc
${PYSITELIB}/pyqtgraph/console/stackwidget.pyo
${PYSITELIB}/pyqtgraph/debug.py
${PYSITELIB}/pyqtgraph/debug.pyc
${PYSITELIB}/pyqtgraph/debug.pyo
${PYSITELIB}/pyqtgraph/dockarea/Container.py
${PYSITELIB}/pyqtgraph/dockarea/Container.pyc
${PYSITELIB}/pyqtgraph/dockarea/Container.pyo
${PYSITELIB}/pyqtgraph/dockarea/Dock.py
${PYSITELIB}/pyqtgraph/dockarea/Dock.pyc
${PYSITELIB}/pyqtgraph/dockarea/Dock.pyo
${PYSITELIB}/pyqtgraph/dockarea/DockArea.py
${PYSITELIB}/pyqtgraph/dockarea/DockArea.pyc
${PYSITELIB}/pyqtgraph/dockarea/DockArea.pyo
${PYSITELIB}/pyqtgraph/dockarea/DockDrop.py
${PYSITELIB}/pyqtgraph/dockarea/DockDrop.pyc
${PYSITELIB}/pyqtgraph/dockarea/DockDrop.pyo
${PYSITELIB}/pyqtgraph/dockarea/__init__.py
${PYSITELIB}/pyqtgraph/dockarea/__init__.pyc
${PYSITELIB}/pyqtgraph/dockarea/__init__.pyo
${PYSITELIB}/pyqtgraph/examples/Arrow.py
${PYSITELIB}/pyqtgraph/examples/Arrow.pyc
${PYSITELIB}/pyqtgraph/examples/Arrow.pyo
${PYSITELIB}/pyqtgraph/examples/AxisItem_label_overlap.py
${PYSITELIB}/pyqtgraph/examples/AxisItem_label_overlap.pyc
${PYSITELIB}/pyqtgraph/examples/AxisItem_label_overlap.pyo
${PYSITELIB}/pyqtgraph/examples/BarGraphItem.py
${PYSITELIB}/pyqtgraph/examples/BarGraphItem.pyc
${PYSITELIB}/pyqtgraph/examples/BarGraphItem.pyo
${PYSITELIB}/pyqtgraph/examples/BoxplotItem.py
${PYSITELIB}/pyqtgraph/examples/BoxplotItem.pyc
${PYSITELIB}/pyqtgraph/examples/BoxplotItem.pyo
${PYSITELIB}/pyqtgraph/examples/CLIexample.py
${PYSITELIB}/pyqtgraph/examples/CLIexample.pyc
${PYSITELIB}/pyqtgraph/examples/CLIexample.pyo
${PYSITELIB}/pyqtgraph/examples/ColorBarItem.py
${PYSITELIB}/pyqtgraph/examples/ColorBarItem.pyc
${PYSITELIB}/pyqtgraph/examples/ColorBarItem.pyo
${PYSITELIB}/pyqtgraph/examples/ColorButton.py
${PYSITELIB}/pyqtgraph/examples/ColorButton.pyc
${PYSITELIB}/pyqtgraph/examples/ColorButton.pyo
${PYSITELIB}/pyqtgraph/examples/ColorGradientPlots.py
${PYSITELIB}/pyqtgraph/examples/ColorGradientPlots.pyc
${PYSITELIB}/pyqtgraph/examples/ColorGradientPlots.pyo
${PYSITELIB}/pyqtgraph/examples/ConsoleWidget.py
${PYSITELIB}/pyqtgraph/examples/ConsoleWidget.pyc
${PYSITELIB}/pyqtgraph/examples/ConsoleWidget.pyo
${PYSITELIB}/pyqtgraph/examples/CustomGraphItem.py
${PYSITELIB}/pyqtgraph/examples/CustomGraphItem.pyc
${PYSITELIB}/pyqtgraph/examples/CustomGraphItem.pyo
${PYSITELIB}/pyqtgraph/examples/DataSlicing.py
${PYSITELIB}/pyqtgraph/examples/DataSlicing.pyc
${PYSITELIB}/pyqtgraph/examples/DataSlicing.pyo
${PYSITELIB}/pyqtgraph/examples/DataTreeWidget.py
${PYSITELIB}/pyqtgraph/examples/DataTreeWidget.pyc
${PYSITELIB}/pyqtgraph/examples/DataTreeWidget.pyo
${PYSITELIB}/pyqtgraph/examples/DateAxisItem.py
${PYSITELIB}/pyqtgraph/examples/DateAxisItem.pyc
${PYSITELIB}/pyqtgraph/examples/DateAxisItem.pyo
${PYSITELIB}/pyqtgraph/examples/DateAxisItem_QtDesigner.py
${PYSITELIB}/pyqtgraph/examples/DateAxisItem_QtDesigner.pyc
${PYSITELIB}/pyqtgraph/examples/DateAxisItem_QtDesigner.pyo
${PYSITELIB}/pyqtgraph/examples/DiffTreeWidget.py
${PYSITELIB}/pyqtgraph/examples/DiffTreeWidget.pyc
${PYSITELIB}/pyqtgraph/examples/DiffTreeWidget.pyo
${PYSITELIB}/pyqtgraph/examples/Draw.py
${PYSITELIB}/pyqtgraph/examples/Draw.pyc
${PYSITELIB}/pyqtgraph/examples/Draw.pyo
${PYSITELIB}/pyqtgraph/examples/ErrorBarItem.py
${PYSITELIB}/pyqtgraph/examples/ErrorBarItem.pyc
${PYSITELIB}/pyqtgraph/examples/ErrorBarItem.pyo
${PYSITELIB}/pyqtgraph/examples/ExampleApp.py
${PYSITELIB}/pyqtgraph/examples/ExampleApp.pyc
${PYSITELIB}/pyqtgraph/examples/ExampleApp.pyo
${PYSITELIB}/pyqtgraph/examples/FillBetweenItem.py
${PYSITELIB}/pyqtgraph/examples/FillBetweenItem.pyc
${PYSITELIB}/pyqtgraph/examples/FillBetweenItem.pyo
${PYSITELIB}/pyqtgraph/examples/Flowchart.py
${PYSITELIB}/pyqtgraph/examples/Flowchart.pyc
${PYSITELIB}/pyqtgraph/examples/Flowchart.pyo
${PYSITELIB}/pyqtgraph/examples/FlowchartCustomNode.py
${PYSITELIB}/pyqtgraph/examples/FlowchartCustomNode.pyc
${PYSITELIB}/pyqtgraph/examples/FlowchartCustomNode.pyo
${PYSITELIB}/pyqtgraph/examples/GLBarGraphItem.py
${PYSITELIB}/pyqtgraph/examples/GLBarGraphItem.pyc
${PYSITELIB}/pyqtgraph/examples/GLBarGraphItem.pyo
${PYSITELIB}/pyqtgraph/examples/GLGradientLegendItem.py
${PYSITELIB}/pyqtgraph/examples/GLGradientLegendItem.pyc
${PYSITELIB}/pyqtgraph/examples/GLGradientLegendItem.pyo
${PYSITELIB}/pyqtgraph/examples/GLGraphItem.py
${PYSITELIB}/pyqtgraph/examples/GLGraphItem.pyc
${PYSITELIB}/pyqtgraph/examples/GLGraphItem.pyo
${PYSITELIB}/pyqtgraph/examples/GLImageItem.py
${PYSITELIB}/pyqtgraph/examples/GLImageItem.pyc
${PYSITELIB}/pyqtgraph/examples/GLImageItem.pyo
${PYSITELIB}/pyqtgraph/examples/GLIsosurface.py
${PYSITELIB}/pyqtgraph/examples/GLIsosurface.pyc
${PYSITELIB}/pyqtgraph/examples/GLIsosurface.pyo
${PYSITELIB}/pyqtgraph/examples/GLLinePlotItem.py
${PYSITELIB}/pyqtgraph/examples/GLLinePlotItem.pyc
${PYSITELIB}/pyqtgraph/examples/GLLinePlotItem.pyo
${PYSITELIB}/pyqtgraph/examples/GLMeshItem.py
${PYSITELIB}/pyqtgraph/examples/GLMeshItem.pyc
${PYSITELIB}/pyqtgraph/examples/GLMeshItem.pyo
${PYSITELIB}/pyqtgraph/examples/GLPainterItem.py
${PYSITELIB}/pyqtgraph/examples/GLPainterItem.pyc
${PYSITELIB}/pyqtgraph/examples/GLPainterItem.pyo
${PYSITELIB}/pyqtgraph/examples/GLScatterPlotItem.py
${PYSITELIB}/pyqtgraph/examples/GLScatterPlotItem.pyc
${PYSITELIB}/pyqtgraph/examples/GLScatterPlotItem.pyo
${PYSITELIB}/pyqtgraph/examples/GLSurfacePlot.py
${PYSITELIB}/pyqtgraph/examples/GLSurfacePlot.pyc
${PYSITELIB}/pyqtgraph/examples/GLSurfacePlot.pyo
${PYSITELIB}/pyqtgraph/examples/GLTextItem.py
${PYSITELIB}/pyqtgraph/examples/GLTextItem.pyc
${PYSITELIB}/pyqtgraph/examples/GLTextItem.pyo
${PYSITELIB}/pyqtgraph/examples/GLViewWidget.py
${PYSITELIB}/pyqtgraph/examples/GLViewWidget.pyc
${PYSITELIB}/pyqtgraph/examples/GLViewWidget.pyo
${PYSITELIB}/pyqtgraph/examples/GLVolumeItem.py
${PYSITELIB}/pyqtgraph/examples/GLVolumeItem.pyc
${PYSITELIB}/pyqtgraph/examples/GLVolumeItem.pyo
${PYSITELIB}/pyqtgraph/examples/GLshaders.py
${PYSITELIB}/pyqtgraph/examples/GLshaders.pyc
${PYSITELIB}/pyqtgraph/examples/GLshaders.pyo
${PYSITELIB}/pyqtgraph/examples/GradientEditor.py
${PYSITELIB}/pyqtgraph/examples/GradientEditor.pyc
${PYSITELIB}/pyqtgraph/examples/GradientEditor.pyo
${PYSITELIB}/pyqtgraph/examples/GradientWidget.py
${PYSITELIB}/pyqtgraph/examples/GradientWidget.pyc
${PYSITELIB}/pyqtgraph/examples/GradientWidget.pyo
${PYSITELIB}/pyqtgraph/examples/GraphItem.py
${PYSITELIB}/pyqtgraph/examples/GraphItem.pyc
${PYSITELIB}/pyqtgraph/examples/GraphItem.pyo
${PYSITELIB}/pyqtgraph/examples/GraphicsLayout.py
${PYSITELIB}/pyqtgraph/examples/GraphicsLayout.pyc
${PYSITELIB}/pyqtgraph/examples/GraphicsLayout.pyo
${PYSITELIB}/pyqtgraph/examples/GraphicsScene.py
${PYSITELIB}/pyqtgraph/examples/GraphicsScene.pyc
${PYSITELIB}/pyqtgraph/examples/GraphicsScene.pyo
${PYSITELIB}/pyqtgraph/examples/HistogramLUT.py
${PYSITELIB}/pyqtgraph/examples/HistogramLUT.pyc
${PYSITELIB}/pyqtgraph/examples/HistogramLUT.pyo
${PYSITELIB}/pyqtgraph/examples/ImageItem.py
${PYSITELIB}/pyqtgraph/examples/ImageItem.pyc
${PYSITELIB}/pyqtgraph/examples/ImageItem.pyo
${PYSITELIB}/pyqtgraph/examples/ImageView.py
${PYSITELIB}/pyqtgraph/examples/ImageView.pyc
${PYSITELIB}/pyqtgraph/examples/ImageView.pyo
${PYSITELIB}/pyqtgraph/examples/InfiniteLine.py
${PYSITELIB}/pyqtgraph/examples/InfiniteLine.pyc
${PYSITELIB}/pyqtgraph/examples/InfiniteLine.pyo
${PYSITELIB}/pyqtgraph/examples/InteractiveParameter.py
${PYSITELIB}/pyqtgraph/examples/InteractiveParameter.pyc
${PYSITELIB}/pyqtgraph/examples/InteractiveParameter.pyo
${PYSITELIB}/pyqtgraph/examples/JoystickButton.py
${PYSITELIB}/pyqtgraph/examples/JoystickButton.pyc
${PYSITELIB}/pyqtgraph/examples/JoystickButton.pyo
${PYSITELIB}/pyqtgraph/examples/Legend.py
${PYSITELIB}/pyqtgraph/examples/Legend.pyc
${PYSITELIB}/pyqtgraph/examples/Legend.pyo
${PYSITELIB}/pyqtgraph/examples/LogPlotTest.py
${PYSITELIB}/pyqtgraph/examples/LogPlotTest.pyc
${PYSITELIB}/pyqtgraph/examples/LogPlotTest.pyo
${PYSITELIB}/pyqtgraph/examples/MatrixDisplayExample.py
${PYSITELIB}/pyqtgraph/examples/MatrixDisplayExample.pyc
${PYSITELIB}/pyqtgraph/examples/MatrixDisplayExample.pyo
${PYSITELIB}/pyqtgraph/examples/MouseSelection.py
${PYSITELIB}/pyqtgraph/examples/MouseSelection.pyc
${PYSITELIB}/pyqtgraph/examples/MouseSelection.pyo
${PYSITELIB}/pyqtgraph/examples/MultiDataPlot.py
${PYSITELIB}/pyqtgraph/examples/MultiDataPlot.pyc
${PYSITELIB}/pyqtgraph/examples/MultiDataPlot.pyo
${PYSITELIB}/pyqtgraph/examples/MultiPlotSpeedTest.py
${PYSITELIB}/pyqtgraph/examples/MultiPlotSpeedTest.pyc
${PYSITELIB}/pyqtgraph/examples/MultiPlotSpeedTest.pyo
${PYSITELIB}/pyqtgraph/examples/MultiplePlotAxes.py
${PYSITELIB}/pyqtgraph/examples/MultiplePlotAxes.pyc
${PYSITELIB}/pyqtgraph/examples/MultiplePlotAxes.pyo
${PYSITELIB}/pyqtgraph/examples/NonUniformImage.py
${PYSITELIB}/pyqtgraph/examples/NonUniformImage.pyc
${PYSITELIB}/pyqtgraph/examples/NonUniformImage.pyo
${PYSITELIB}/pyqtgraph/examples/PColorMeshItem.py
${PYSITELIB}/pyqtgraph/examples/PColorMeshItem.pyc
${PYSITELIB}/pyqtgraph/examples/PColorMeshItem.pyo
${PYSITELIB}/pyqtgraph/examples/PanningPlot.py
${PYSITELIB}/pyqtgraph/examples/PanningPlot.pyc
${PYSITELIB}/pyqtgraph/examples/PanningPlot.pyo
${PYSITELIB}/pyqtgraph/examples/PlotAutoRange.py
${PYSITELIB}/pyqtgraph/examples/PlotAutoRange.pyc
${PYSITELIB}/pyqtgraph/examples/PlotAutoRange.pyo
${PYSITELIB}/pyqtgraph/examples/PlotSpeedTest.py
${PYSITELIB}/pyqtgraph/examples/PlotSpeedTest.pyc
${PYSITELIB}/pyqtgraph/examples/PlotSpeedTest.pyo
${PYSITELIB}/pyqtgraph/examples/PlotWidget.py
${PYSITELIB}/pyqtgraph/examples/PlotWidget.pyc
${PYSITELIB}/pyqtgraph/examples/PlotWidget.pyo
${PYSITELIB}/pyqtgraph/examples/Plotting.py
${PYSITELIB}/pyqtgraph/examples/Plotting.pyc
${PYSITELIB}/pyqtgraph/examples/Plotting.pyo
${PYSITELIB}/pyqtgraph/examples/ProgressDialog.py
${PYSITELIB}/pyqtgraph/examples/ProgressDialog.pyc
${PYSITELIB}/pyqtgraph/examples/ProgressDialog.pyo
${PYSITELIB}/pyqtgraph/examples/ROIExamples.py
${PYSITELIB}/pyqtgraph/examples/ROIExamples.pyc
${PYSITELIB}/pyqtgraph/examples/ROIExamples.pyo
${PYSITELIB}/pyqtgraph/examples/ROItypes.py
${PYSITELIB}/pyqtgraph/examples/ROItypes.pyc
${PYSITELIB}/pyqtgraph/examples/ROItypes.pyo
${PYSITELIB}/pyqtgraph/examples/RemoteGraphicsView.py
${PYSITELIB}/pyqtgraph/examples/RemoteGraphicsView.pyc
${PYSITELIB}/pyqtgraph/examples/RemoteGraphicsView.pyo
${PYSITELIB}/pyqtgraph/examples/RemoteSpeedTest.py
${PYSITELIB}/pyqtgraph/examples/RemoteSpeedTest.pyc
${PYSITELIB}/pyqtgraph/examples/RemoteSpeedTest.pyo
${PYSITELIB}/pyqtgraph/examples/RunExampleApp.py
${PYSITELIB}/pyqtgraph/examples/RunExampleApp.pyc
${PYSITELIB}/pyqtgraph/examples/RunExampleApp.pyo
${PYSITELIB}/pyqtgraph/examples/ScaleBar.py
${PYSITELIB}/pyqtgraph/examples/ScaleBar.pyc
${PYSITELIB}/pyqtgraph/examples/ScaleBar.pyo
${PYSITELIB}/pyqtgraph/examples/ScatterPlot.py
${PYSITELIB}/pyqtgraph/examples/ScatterPlot.pyc
${PYSITELIB}/pyqtgraph/examples/ScatterPlot.pyo
${PYSITELIB}/pyqtgraph/examples/ScatterPlotSpeedTest.py
${PYSITELIB}/pyqtgraph/examples/ScatterPlotSpeedTest.pyc
${PYSITELIB}/pyqtgraph/examples/ScatterPlotSpeedTest.pyo
${PYSITELIB}/pyqtgraph/examples/ScatterPlotWidget.py
${PYSITELIB}/pyqtgraph/examples/ScatterPlotWidget.pyc
${PYSITELIB}/pyqtgraph/examples/ScatterPlotWidget.pyo
${PYSITELIB}/pyqtgraph/examples/SimplePlot.py
${PYSITELIB}/pyqtgraph/examples/SimplePlot.pyc
${PYSITELIB}/pyqtgraph/examples/SimplePlot.pyo
${PYSITELIB}/pyqtgraph/examples/SpinBox.py
${PYSITELIB}/pyqtgraph/examples/SpinBox.pyc
${PYSITELIB}/pyqtgraph/examples/SpinBox.pyo
${PYSITELIB}/pyqtgraph/examples/Symbols.py
${PYSITELIB}/pyqtgraph/examples/Symbols.pyc
${PYSITELIB}/pyqtgraph/examples/Symbols.pyo
${PYSITELIB}/pyqtgraph/examples/TableWidget.py
${PYSITELIB}/pyqtgraph/examples/TableWidget.pyc
${PYSITELIB}/pyqtgraph/examples/TableWidget.pyo
${PYSITELIB}/pyqtgraph/examples/TreeWidget.py
${PYSITELIB}/pyqtgraph/examples/TreeWidget.pyc
${PYSITELIB}/pyqtgraph/examples/TreeWidget.pyo
${PYSITELIB}/pyqtgraph/examples/VideoSpeedTest.py
${PYSITELIB}/pyqtgraph/examples/VideoSpeedTest.pyc
${PYSITELIB}/pyqtgraph/examples/VideoSpeedTest.pyo
${PYSITELIB}/pyqtgraph/examples/VideoTemplate_generic.py
${PYSITELIB}/pyqtgraph/examples/VideoTemplate_generic.pyc
${PYSITELIB}/pyqtgraph/examples/VideoTemplate_generic.pyo
${PYSITELIB}/pyqtgraph/examples/ViewBox.py
${PYSITELIB}/pyqtgraph/examples/ViewBox.pyc
${PYSITELIB}/pyqtgraph/examples/ViewBox.pyo
${PYSITELIB}/pyqtgraph/examples/ViewBoxFeatures.py
${PYSITELIB}/pyqtgraph/examples/ViewBoxFeatures.pyc
${PYSITELIB}/pyqtgraph/examples/ViewBoxFeatures.pyo
${PYSITELIB}/pyqtgraph/examples/ViewLimits.py
${PYSITELIB}/pyqtgraph/examples/ViewLimits.pyc
${PYSITELIB}/pyqtgraph/examples/ViewLimits.pyo
${PYSITELIB}/pyqtgraph/examples/__init__.py
${PYSITELIB}/pyqtgraph/examples/__init__.pyc
${PYSITELIB}/pyqtgraph/examples/__init__.pyo
${PYSITELIB}/pyqtgraph/examples/__main__.py
${PYSITELIB}/pyqtgraph/examples/__main__.pyc
${PYSITELIB}/pyqtgraph/examples/__main__.pyo
${PYSITELIB}/pyqtgraph/examples/_buildParamTypes.py
${PYSITELIB}/pyqtgraph/examples/_buildParamTypes.pyc
${PYSITELIB}/pyqtgraph/examples/_buildParamTypes.pyo
${PYSITELIB}/pyqtgraph/examples/_paramtreecfg.py
${PYSITELIB}/pyqtgraph/examples/_paramtreecfg.pyc
${PYSITELIB}/pyqtgraph/examples/_paramtreecfg.pyo
${PYSITELIB}/pyqtgraph/examples/beeswarm.py
${PYSITELIB}/pyqtgraph/examples/beeswarm.pyc
${PYSITELIB}/pyqtgraph/examples/beeswarm.pyo
${PYSITELIB}/pyqtgraph/examples/colorMaps.py
${PYSITELIB}/pyqtgraph/examples/colorMaps.pyc
${PYSITELIB}/pyqtgraph/examples/colorMaps.pyo
${PYSITELIB}/pyqtgraph/examples/colorMapsLinearized.py
${PYSITELIB}/pyqtgraph/examples/colorMapsLinearized.pyc
${PYSITELIB}/pyqtgraph/examples/colorMapsLinearized.pyo
${PYSITELIB}/pyqtgraph/examples/console_exception_inspection.py
${PYSITELIB}/pyqtgraph/examples/console_exception_inspection.pyc
${PYSITELIB}/pyqtgraph/examples/console_exception_inspection.pyo
${PYSITELIB}/pyqtgraph/examples/contextMenu.py
${PYSITELIB}/pyqtgraph/examples/contextMenu.pyc
${PYSITELIB}/pyqtgraph/examples/contextMenu.pyo
${PYSITELIB}/pyqtgraph/examples/crosshair.py
${PYSITELIB}/pyqtgraph/examples/crosshair.pyc
${PYSITELIB}/pyqtgraph/examples/crosshair.pyo
${PYSITELIB}/pyqtgraph/examples/customGraphicsItem.py
${PYSITELIB}/pyqtgraph/examples/customGraphicsItem.pyc
${PYSITELIB}/pyqtgraph/examples/customGraphicsItem.pyo
${PYSITELIB}/pyqtgraph/examples/customPlot.py
${PYSITELIB}/pyqtgraph/examples/customPlot.pyc
${PYSITELIB}/pyqtgraph/examples/customPlot.pyo
${PYSITELIB}/pyqtgraph/examples/cx_freeze/plotTest.py
${PYSITELIB}/pyqtgraph/examples/cx_freeze/plotTest.pyc
${PYSITELIB}/pyqtgraph/examples/cx_freeze/plotTest.pyo
${PYSITELIB}/pyqtgraph/examples/cx_freeze/setup.py
${PYSITELIB}/pyqtgraph/examples/cx_freeze/setup.pyc
${PYSITELIB}/pyqtgraph/examples/cx_freeze/setup.pyo
${PYSITELIB}/pyqtgraph/examples/designerExample.py
${PYSITELIB}/pyqtgraph/examples/designerExample.pyc
${PYSITELIB}/pyqtgraph/examples/designerExample.pyo
${PYSITELIB}/pyqtgraph/examples/dockarea.py
${PYSITELIB}/pyqtgraph/examples/dockarea.pyc
${PYSITELIB}/pyqtgraph/examples/dockarea.pyo
${PYSITELIB}/pyqtgraph/examples/exampleLoaderTemplate_generic.py
${PYSITELIB}/pyqtgraph/examples/exampleLoaderTemplate_generic.pyc
${PYSITELIB}/pyqtgraph/examples/exampleLoaderTemplate_generic.pyo
${PYSITELIB}/pyqtgraph/examples/fractal.py
${PYSITELIB}/pyqtgraph/examples/fractal.pyc
${PYSITELIB}/pyqtgraph/examples/fractal.pyo
${PYSITELIB}/pyqtgraph/examples/glow.py
${PYSITELIB}/pyqtgraph/examples/glow.pyc
${PYSITELIB}/pyqtgraph/examples/glow.pyo
${PYSITELIB}/pyqtgraph/examples/hdf5.py
${PYSITELIB}/pyqtgraph/examples/hdf5.pyc
${PYSITELIB}/pyqtgraph/examples/hdf5.pyo
${PYSITELIB}/pyqtgraph/examples/histogram.py
${PYSITELIB}/pyqtgraph/examples/histogram.pyc
${PYSITELIB}/pyqtgraph/examples/histogram.pyo
${PYSITELIB}/pyqtgraph/examples/imageAnalysis.py
${PYSITELIB}/pyqtgraph/examples/imageAnalysis.pyc
${PYSITELIB}/pyqtgraph/examples/imageAnalysis.pyo
${PYSITELIB}/pyqtgraph/examples/infiniteline_performance.py
${PYSITELIB}/pyqtgraph/examples/infiniteline_performance.pyc
${PYSITELIB}/pyqtgraph/examples/infiniteline_performance.pyo
${PYSITELIB}/pyqtgraph/examples/isocurve.py
${PYSITELIB}/pyqtgraph/examples/isocurve.pyc
${PYSITELIB}/pyqtgraph/examples/isocurve.pyo
${PYSITELIB}/pyqtgraph/examples/jupyter_console_example.py
${PYSITELIB}/pyqtgraph/examples/jupyter_console_example.pyc
${PYSITELIB}/pyqtgraph/examples/jupyter_console_example.pyo
${PYSITELIB}/pyqtgraph/examples/linkedViews.py
${PYSITELIB}/pyqtgraph/examples/linkedViews.pyc
${PYSITELIB}/pyqtgraph/examples/linkedViews.pyo
${PYSITELIB}/pyqtgraph/examples/logAxis.py
${PYSITELIB}/pyqtgraph/examples/logAxis.pyc
${PYSITELIB}/pyqtgraph/examples/logAxis.pyo
${PYSITELIB}/pyqtgraph/examples/multiplePlotSpeedTest.py
${PYSITELIB}/pyqtgraph/examples/multiplePlotSpeedTest.pyc
${PYSITELIB}/pyqtgraph/examples/multiplePlotSpeedTest.pyo
${PYSITELIB}/pyqtgraph/examples/multiprocess.py
${PYSITELIB}/pyqtgraph/examples/multiprocess.pyc
${PYSITELIB}/pyqtgraph/examples/multiprocess.pyo
${PYSITELIB}/pyqtgraph/examples/optics/__init__.py
${PYSITELIB}/pyqtgraph/examples/optics/__init__.pyc
${PYSITELIB}/pyqtgraph/examples/optics/__init__.pyo
${PYSITELIB}/pyqtgraph/examples/optics/pyoptic.py
${PYSITELIB}/pyqtgraph/examples/optics/pyoptic.pyc
${PYSITELIB}/pyqtgraph/examples/optics/pyoptic.pyo
${PYSITELIB}/pyqtgraph/examples/optics/schott_glasses.csv.gz
${PYSITELIB}/pyqtgraph/examples/optics_demos.py
${PYSITELIB}/pyqtgraph/examples/optics_demos.pyc
${PYSITELIB}/pyqtgraph/examples/optics_demos.pyo
${PYSITELIB}/pyqtgraph/examples/parallelize.py
${PYSITELIB}/pyqtgraph/examples/parallelize.pyc
${PYSITELIB}/pyqtgraph/examples/parallelize.pyo
${PYSITELIB}/pyqtgraph/examples/parametertree.py
${PYSITELIB}/pyqtgraph/examples/parametertree.pyc
${PYSITELIB}/pyqtgraph/examples/parametertree.pyo
${PYSITELIB}/pyqtgraph/examples/py2exe/plotTest.py
${PYSITELIB}/pyqtgraph/examples/py2exe/plotTest.pyc
${PYSITELIB}/pyqtgraph/examples/py2exe/plotTest.pyo
${PYSITELIB}/pyqtgraph/examples/py2exe/setup.py
${PYSITELIB}/pyqtgraph/examples/py2exe/setup.pyc
${PYSITELIB}/pyqtgraph/examples/py2exe/setup.pyo
${PYSITELIB}/pyqtgraph/examples/relativity/__init__.py
${PYSITELIB}/pyqtgraph/examples/relativity/__init__.pyc
${PYSITELIB}/pyqtgraph/examples/relativity/__init__.pyo
${PYSITELIB}/pyqtgraph/examples/relativity/presets/Grid Expansion.cfg
${PYSITELIB}/pyqtgraph/examples/relativity/presets/Twin Paradox (grid).cfg
${PYSITELIB}/pyqtgraph/examples/relativity/presets/Twin Paradox.cfg
${PYSITELIB}/pyqtgraph/examples/relativity/relativity.py
${PYSITELIB}/pyqtgraph/examples/relativity/relativity.pyc
${PYSITELIB}/pyqtgraph/examples/relativity/relativity.pyo
${PYSITELIB}/pyqtgraph/examples/relativity_demo.py
${PYSITELIB}/pyqtgraph/examples/relativity_demo.pyc
${PYSITELIB}/pyqtgraph/examples/relativity_demo.pyo
${PYSITELIB}/pyqtgraph/examples/scrollingPlots.py
${PYSITELIB}/pyqtgraph/examples/scrollingPlots.pyc
${PYSITELIB}/pyqtgraph/examples/scrollingPlots.pyo
${PYSITELIB}/pyqtgraph/examples/syntax.py
${PYSITELIB}/pyqtgraph/examples/syntax.pyc
${PYSITELIB}/pyqtgraph/examples/syntax.pyo
${PYSITELIB}/pyqtgraph/examples/template.py
${PYSITELIB}/pyqtgraph/examples/template.pyc
${PYSITELIB}/pyqtgraph/examples/template.pyo
${PYSITELIB}/pyqtgraph/examples/test_examples.py
${PYSITELIB}/pyqtgraph/examples/test_examples.pyc
${PYSITELIB}/pyqtgraph/examples/test_examples.pyo
${PYSITELIB}/pyqtgraph/examples/text.py
${PYSITELIB}/pyqtgraph/examples/text.pyc
${PYSITELIB}/pyqtgraph/examples/text.pyo
${PYSITELIB}/pyqtgraph/examples/utils.py
${PYSITELIB}/pyqtgraph/examples/utils.pyc
${PYSITELIB}/pyqtgraph/examples/utils.pyo
${PYSITELIB}/pyqtgraph/examples/verlet_chain/__init__.py
${PYSITELIB}/pyqtgraph/examples/verlet_chain/__init__.pyc
${PYSITELIB}/pyqtgraph/examples/verlet_chain/__init__.pyo
${PYSITELIB}/pyqtgraph/examples/verlet_chain/chain.py
${PYSITELIB}/pyqtgraph/examples/verlet_chain/chain.pyc
${PYSITELIB}/pyqtgraph/examples/verlet_chain/chain.pyo
${PYSITELIB}/pyqtgraph/examples/verlet_chain/relax.py
${PYSITELIB}/pyqtgraph/examples/verlet_chain/relax.pyc
${PYSITELIB}/pyqtgraph/examples/verlet_chain/relax.pyo
${PYSITELIB}/pyqtgraph/examples/verlet_chain_demo.py
${PYSITELIB}/pyqtgraph/examples/verlet_chain_demo.pyc
${PYSITELIB}/pyqtgraph/examples/verlet_chain_demo.pyo
${PYSITELIB}/pyqtgraph/exceptionHandling.py
${PYSITELIB}/pyqtgraph/exceptionHandling.pyc
${PYSITELIB}/pyqtgraph/exceptionHandling.pyo
${PYSITELIB}/pyqtgraph/exporters/CSVExporter.py
${PYSITELIB}/pyqtgraph/exporters/CSVExporter.pyc
${PYSITELIB}/pyqtgraph/exporters/CSVExporter.pyo
${PYSITELIB}/pyqtgraph/exporters/Exporter.py
${PYSITELIB}/pyqtgraph/exporters/Exporter.pyc
${PYSITELIB}/pyqtgraph/exporters/Exporter.pyo
${PYSITELIB}/pyqtgraph/exporters/HDF5Exporter.py
${PYSITELIB}/pyqtgraph/exporters/HDF5Exporter.pyc
${PYSITELIB}/pyqtgraph/exporters/HDF5Exporter.pyo
${PYSITELIB}/pyqtgraph/exporters/ImageExporter.py
${PYSITELIB}/pyqtgraph/exporters/ImageExporter.pyc
${PYSITELIB}/pyqtgraph/exporters/ImageExporter.pyo
${PYSITELIB}/pyqtgraph/exporters/Matplotlib.py
${PYSITELIB}/pyqtgraph/exporters/Matplotlib.pyc
${PYSITELIB}/pyqtgraph/exporters/Matplotlib.pyo
${PYSITELIB}/pyqtgraph/exporters/PrintExporter.py
${PYSITELIB}/pyqtgraph/exporters/PrintExporter.pyc
${PYSITELIB}/pyqtgraph/exporters/PrintExporter.pyo
${PYSITELIB}/pyqtgraph/exporters/SVGExporter.py
${PYSITELIB}/pyqtgraph/exporters/SVGExporter.pyc
${PYSITELIB}/pyqtgraph/exporters/SVGExporter.pyo
${PYSITELIB}/pyqtgraph/exporters/__init__.py
${PYSITELIB}/pyqtgraph/exporters/__init__.pyc
${PYSITELIB}/pyqtgraph/exporters/__init__.pyo
${PYSITELIB}/pyqtgraph/flowchart/Flowchart.py
${PYSITELIB}/pyqtgraph/flowchart/Flowchart.pyc
${PYSITELIB}/pyqtgraph/flowchart/Flowchart.pyo
${PYSITELIB}/pyqtgraph/flowchart/FlowchartCtrlTemplate_generic.py
${PYSITELIB}/pyqtgraph/flowchart/FlowchartCtrlTemplate_generic.pyc
${PYSITELIB}/pyqtgraph/flowchart/FlowchartCtrlTemplate_generic.pyo
${PYSITELIB}/pyqtgraph/flowchart/FlowchartGraphicsView.py
${PYSITELIB}/pyqtgraph/flowchart/FlowchartGraphicsView.pyc
${PYSITELIB}/pyqtgraph/flowchart/FlowchartGraphicsView.pyo
${PYSITELIB}/pyqtgraph/flowchart/Node.py
${PYSITELIB}/pyqtgraph/flowchart/Node.pyc
${PYSITELIB}/pyqtgraph/flowchart/Node.pyo
${PYSITELIB}/pyqtgraph/flowchart/NodeLibrary.py
${PYSITELIB}/pyqtgraph/flowchart/NodeLibrary.pyc
${PYSITELIB}/pyqtgraph/flowchart/NodeLibrary.pyo
${PYSITELIB}/pyqtgraph/flowchart/Terminal.py
${PYSITELIB}/pyqtgraph/flowchart/Terminal.pyc
${PYSITELIB}/pyqtgraph/flowchart/Terminal.pyo
${PYSITELIB}/pyqtgraph/flowchart/__init__.py
${PYSITELIB}/pyqtgraph/flowchart/__init__.pyc
${PYSITELIB}/pyqtgraph/flowchart/__init__.pyo
${PYSITELIB}/pyqtgraph/flowchart/library/Data.py
${PYSITELIB}/pyqtgraph/flowchart/library/Data.pyc
${PYSITELIB}/pyqtgraph/flowchart/library/Data.pyo
${PYSITELIB}/pyqtgraph/flowchart/library/Display.py
${PYSITELIB}/pyqtgraph/flowchart/library/Display.pyc
${PYSITELIB}/pyqtgraph/flowchart/library/Display.pyo
${PYSITELIB}/pyqtgraph/flowchart/library/Filters.py
${PYSITELIB}/pyqtgraph/flowchart/library/Filters.pyc
${PYSITELIB}/pyqtgraph/flowchart/library/Filters.pyo
${PYSITELIB}/pyqtgraph/flowchart/library/Operators.py
${PYSITELIB}/pyqtgraph/flowchart/library/Operators.pyc
${PYSITELIB}/pyqtgraph/flowchart/library/Operators.pyo
${PYSITELIB}/pyqtgraph/flowchart/library/__init__.py
${PYSITELIB}/pyqtgraph/flowchart/library/__init__.pyc
${PYSITELIB}/pyqtgraph/flowchart/library/__init__.pyo
${PYSITELIB}/pyqtgraph/flowchart/library/common.py
${PYSITELIB}/pyqtgraph/flowchart/library/common.pyc
${PYSITELIB}/pyqtgraph/flowchart/library/common.pyo
${PYSITELIB}/pyqtgraph/flowchart/library/functions.py
${PYSITELIB}/pyqtgraph/flowchart/library/functions.pyc
${PYSITELIB}/pyqtgraph/flowchart/library/functions.pyo
${PYSITELIB}/pyqtgraph/frozenSupport.py
${PYSITELIB}/pyqtgraph/frozenSupport.pyc
${PYSITELIB}/pyqtgraph/frozenSupport.pyo
${PYSITELIB}/pyqtgraph/functions.py
${PYSITELIB}/pyqtgraph/functions.pyc
${PYSITELIB}/pyqtgraph/functions.pyo
${PYSITELIB}/pyqtgraph/functions_numba.py
${PYSITELIB}/pyqtgraph/functions_numba.pyc
${PYSITELIB}/pyqtgraph/functions_numba.pyo
${PYSITELIB}/pyqtgraph/functions_qimage.py
${PYSITELIB}/pyqtgraph/functions_qimage.pyc
${PYSITELIB}/pyqtgraph/functions_qimage.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/ArrowItem.py
${PYSITELIB}/pyqtgraph/graphicsItems/ArrowItem.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/ArrowItem.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/AxisItem.py
${PYSITELIB}/pyqtgraph/graphicsItems/AxisItem.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/AxisItem.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/BarGraphItem.py
${PYSITELIB}/pyqtgraph/graphicsItems/BarGraphItem.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/BarGraphItem.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/BoxplotItem.py
${PYSITELIB}/pyqtgraph/graphicsItems/BoxplotItem.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/BoxplotItem.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/ButtonItem.py
${PYSITELIB}/pyqtgraph/graphicsItems/ButtonItem.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/ButtonItem.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/ColorBarItem.py
${PYSITELIB}/pyqtgraph/graphicsItems/ColorBarItem.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/ColorBarItem.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/CurvePoint.py
${PYSITELIB}/pyqtgraph/graphicsItems/CurvePoint.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/CurvePoint.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/DateAxisItem.py
${PYSITELIB}/pyqtgraph/graphicsItems/DateAxisItem.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/DateAxisItem.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/ErrorBarItem.py
${PYSITELIB}/pyqtgraph/graphicsItems/ErrorBarItem.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/ErrorBarItem.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/FillBetweenItem.py
${PYSITELIB}/pyqtgraph/graphicsItems/FillBetweenItem.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/FillBetweenItem.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/GradientEditorItem.py
${PYSITELIB}/pyqtgraph/graphicsItems/GradientEditorItem.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/GradientEditorItem.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/GradientLegend.py
${PYSITELIB}/pyqtgraph/graphicsItems/GradientLegend.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/GradientLegend.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/GradientPresets.py
${PYSITELIB}/pyqtgraph/graphicsItems/GradientPresets.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/GradientPresets.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/GraphItem.py
${PYSITELIB}/pyqtgraph/graphicsItems/GraphItem.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/GraphItem.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/GraphicsItem.py
${PYSITELIB}/pyqtgraph/graphicsItems/GraphicsItem.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/GraphicsItem.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/GraphicsLayout.py
${PYSITELIB}/pyqtgraph/graphicsItems/GraphicsLayout.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/GraphicsLayout.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/GraphicsObject.py
${PYSITELIB}/pyqtgraph/graphicsItems/GraphicsObject.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/GraphicsObject.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/GraphicsWidget.py
${PYSITELIB}/pyqtgraph/graphicsItems/GraphicsWidget.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/GraphicsWidget.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/GraphicsWidgetAnchor.py
${PYSITELIB}/pyqtgraph/graphicsItems/GraphicsWidgetAnchor.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/GraphicsWidgetAnchor.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/GridItem.py
${PYSITELIB}/pyqtgraph/graphicsItems/GridItem.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/GridItem.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/HistogramLUTItem.py
${PYSITELIB}/pyqtgraph/graphicsItems/HistogramLUTItem.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/HistogramLUTItem.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/ImageItem.py
${PYSITELIB}/pyqtgraph/graphicsItems/ImageItem.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/ImageItem.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/InfiniteLine.py
${PYSITELIB}/pyqtgraph/graphicsItems/InfiniteLine.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/InfiniteLine.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/IsocurveItem.py
${PYSITELIB}/pyqtgraph/graphicsItems/IsocurveItem.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/IsocurveItem.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/ItemGroup.py
${PYSITELIB}/pyqtgraph/graphicsItems/ItemGroup.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/ItemGroup.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/LabelItem.py
${PYSITELIB}/pyqtgraph/graphicsItems/LabelItem.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/LabelItem.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/LegendItem.py
${PYSITELIB}/pyqtgraph/graphicsItems/LegendItem.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/LegendItem.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/LinearRegionItem.py
${PYSITELIB}/pyqtgraph/graphicsItems/LinearRegionItem.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/LinearRegionItem.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/NonUniformImage.py
${PYSITELIB}/pyqtgraph/graphicsItems/NonUniformImage.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/NonUniformImage.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/PColorMeshItem.py
${PYSITELIB}/pyqtgraph/graphicsItems/PColorMeshItem.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/PColorMeshItem.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/PlotCurveItem.py
${PYSITELIB}/pyqtgraph/graphicsItems/PlotCurveItem.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/PlotCurveItem.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/PlotDataItem.py
${PYSITELIB}/pyqtgraph/graphicsItems/PlotDataItem.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/PlotDataItem.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/PlotItem.py
${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/PlotItem.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/PlotItem.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/__init__.py
${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/__init__.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/__init__.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate_generic.py
${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate_generic.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate_generic.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/ROI.py
${PYSITELIB}/pyqtgraph/graphicsItems/ROI.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/ROI.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/ScaleBar.py
${PYSITELIB}/pyqtgraph/graphicsItems/ScaleBar.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/ScaleBar.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/ScatterPlotItem.py
${PYSITELIB}/pyqtgraph/graphicsItems/ScatterPlotItem.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/ScatterPlotItem.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/TargetItem.py
${PYSITELIB}/pyqtgraph/graphicsItems/TargetItem.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/TargetItem.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/TextItem.py
${PYSITELIB}/pyqtgraph/graphicsItems/TextItem.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/TextItem.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/UIGraphicsItem.py
${PYSITELIB}/pyqtgraph/graphicsItems/UIGraphicsItem.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/UIGraphicsItem.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/VTickGroup.py
${PYSITELIB}/pyqtgraph/graphicsItems/VTickGroup.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/VTickGroup.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/ViewBox/ViewBox.py
${PYSITELIB}/pyqtgraph/graphicsItems/ViewBox/ViewBox.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/ViewBox/ViewBox.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/ViewBox/ViewBoxMenu.py
${PYSITELIB}/pyqtgraph/graphicsItems/ViewBox/ViewBoxMenu.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/ViewBox/ViewBoxMenu.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/ViewBox/__init__.py
${PYSITELIB}/pyqtgraph/graphicsItems/ViewBox/__init__.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/ViewBox/__init__.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/ViewBox/axisCtrlTemplate_generic.py
${PYSITELIB}/pyqtgraph/graphicsItems/ViewBox/axisCtrlTemplate_generic.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/ViewBox/axisCtrlTemplate_generic.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/__init__.py
${PYSITELIB}/pyqtgraph/graphicsItems/__init__.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/__init__.pyo
${PYSITELIB}/pyqtgraph/icons/__init__.py
${PYSITELIB}/pyqtgraph/icons/__init__.pyc
${PYSITELIB}/pyqtgraph/icons/__init__.pyo
${PYSITELIB}/pyqtgraph/icons/auto.png
${PYSITELIB}/pyqtgraph/icons/ctrl.png
${PYSITELIB}/pyqtgraph/icons/default.png
${PYSITELIB}/pyqtgraph/icons/icons.svg
${PYSITELIB}/pyqtgraph/icons/invisibleEye.svg
${PYSITELIB}/pyqtgraph/icons/lock.png
${PYSITELIB}/pyqtgraph/icons/peegee/peegee.svg
${PYSITELIB}/pyqtgraph/icons/peegee/peegee_128px.png
${PYSITELIB}/pyqtgraph/icons/peegee/peegee_128px@@2x.png
${PYSITELIB}/pyqtgraph/icons/peegee/peegee_192px.png
${PYSITELIB}/pyqtgraph/icons/peegee/peegee_256px.png
${PYSITELIB}/pyqtgraph/icons/peegee/peegee_256px@@2x.png
${PYSITELIB}/pyqtgraph/icons/peegee/peegee_512px.png
${PYSITELIB}/pyqtgraph/icons/peegee/peegee_512px@@2x.png
${PYSITELIB}/pyqtgraph/imageview/ImageView.py
${PYSITELIB}/pyqtgraph/imageview/ImageView.pyc
${PYSITELIB}/pyqtgraph/imageview/ImageView.pyo
${PYSITELIB}/pyqtgraph/imageview/ImageViewTemplate_generic.py
${PYSITELIB}/pyqtgraph/imageview/ImageViewTemplate_generic.pyc
${PYSITELIB}/pyqtgraph/imageview/ImageViewTemplate_generic.pyo
${PYSITELIB}/pyqtgraph/imageview/__init__.py
${PYSITELIB}/pyqtgraph/imageview/__init__.pyc
${PYSITELIB}/pyqtgraph/imageview/__init__.pyo
${PYSITELIB}/pyqtgraph/jupyter/GraphicsView.py
${PYSITELIB}/pyqtgraph/jupyter/GraphicsView.pyc
${PYSITELIB}/pyqtgraph/jupyter/GraphicsView.pyo
${PYSITELIB}/pyqtgraph/jupyter/__init__.py
${PYSITELIB}/pyqtgraph/jupyter/__init__.pyc
${PYSITELIB}/pyqtgraph/jupyter/__init__.pyo
${PYSITELIB}/pyqtgraph/multiprocess/__init__.py
${PYSITELIB}/pyqtgraph/multiprocess/__init__.pyc
${PYSITELIB}/pyqtgraph/multiprocess/__init__.pyo
${PYSITELIB}/pyqtgraph/multiprocess/bootstrap.py
${PYSITELIB}/pyqtgraph/multiprocess/bootstrap.pyc
${PYSITELIB}/pyqtgraph/multiprocess/bootstrap.pyo
${PYSITELIB}/pyqtgraph/multiprocess/parallelizer.py
${PYSITELIB}/pyqtgraph/multiprocess/parallelizer.pyc
${PYSITELIB}/pyqtgraph/multiprocess/parallelizer.pyo
${PYSITELIB}/pyqtgraph/multiprocess/processes.py
${PYSITELIB}/pyqtgraph/multiprocess/processes.pyc
${PYSITELIB}/pyqtgraph/multiprocess/processes.pyo
${PYSITELIB}/pyqtgraph/multiprocess/remoteproxy.py
${PYSITELIB}/pyqtgraph/multiprocess/remoteproxy.pyc
${PYSITELIB}/pyqtgraph/multiprocess/remoteproxy.pyo
${PYSITELIB}/pyqtgraph/opengl/GLGraphicsItem.py
${PYSITELIB}/pyqtgraph/opengl/GLGraphicsItem.pyc
${PYSITELIB}/pyqtgraph/opengl/GLGraphicsItem.pyo
${PYSITELIB}/pyqtgraph/opengl/GLViewWidget.py
${PYSITELIB}/pyqtgraph/opengl/GLViewWidget.pyc
${PYSITELIB}/pyqtgraph/opengl/GLViewWidget.pyo
${PYSITELIB}/pyqtgraph/opengl/MeshData.py
${PYSITELIB}/pyqtgraph/opengl/MeshData.pyc
${PYSITELIB}/pyqtgraph/opengl/MeshData.pyo
${PYSITELIB}/pyqtgraph/opengl/__init__.py
${PYSITELIB}/pyqtgraph/opengl/__init__.pyc
${PYSITELIB}/pyqtgraph/opengl/__init__.pyo
${PYSITELIB}/pyqtgraph/opengl/items/GLAxisItem.py
${PYSITELIB}/pyqtgraph/opengl/items/GLAxisItem.pyc
${PYSITELIB}/pyqtgraph/opengl/items/GLAxisItem.pyo
${PYSITELIB}/pyqtgraph/opengl/items/GLBarGraphItem.py
${PYSITELIB}/pyqtgraph/opengl/items/GLBarGraphItem.pyc
${PYSITELIB}/pyqtgraph/opengl/items/GLBarGraphItem.pyo
${PYSITELIB}/pyqtgraph/opengl/items/GLBoxItem.py
${PYSITELIB}/pyqtgraph/opengl/items/GLBoxItem.pyc
${PYSITELIB}/pyqtgraph/opengl/items/GLBoxItem.pyo
${PYSITELIB}/pyqtgraph/opengl/items/GLGradientLegendItem.py
${PYSITELIB}/pyqtgraph/opengl/items/GLGradientLegendItem.pyc
${PYSITELIB}/pyqtgraph/opengl/items/GLGradientLegendItem.pyo
${PYSITELIB}/pyqtgraph/opengl/items/GLGraphItem.py
${PYSITELIB}/pyqtgraph/opengl/items/GLGraphItem.pyc
${PYSITELIB}/pyqtgraph/opengl/items/GLGraphItem.pyo
${PYSITELIB}/pyqtgraph/opengl/items/GLGridItem.py
${PYSITELIB}/pyqtgraph/opengl/items/GLGridItem.pyc
${PYSITELIB}/pyqtgraph/opengl/items/GLGridItem.pyo
${PYSITELIB}/pyqtgraph/opengl/items/GLImageItem.py
${PYSITELIB}/pyqtgraph/opengl/items/GLImageItem.pyc
${PYSITELIB}/pyqtgraph/opengl/items/GLImageItem.pyo
${PYSITELIB}/pyqtgraph/opengl/items/GLLinePlotItem.py
${PYSITELIB}/pyqtgraph/opengl/items/GLLinePlotItem.pyc
${PYSITELIB}/pyqtgraph/opengl/items/GLLinePlotItem.pyo
${PYSITELIB}/pyqtgraph/opengl/items/GLMeshItem.py
${PYSITELIB}/pyqtgraph/opengl/items/GLMeshItem.pyc
${PYSITELIB}/pyqtgraph/opengl/items/GLMeshItem.pyo
${PYSITELIB}/pyqtgraph/opengl/items/GLScatterPlotItem.py
${PYSITELIB}/pyqtgraph/opengl/items/GLScatterPlotItem.pyc
${PYSITELIB}/pyqtgraph/opengl/items/GLScatterPlotItem.pyo
${PYSITELIB}/pyqtgraph/opengl/items/GLSurfacePlotItem.py
${PYSITELIB}/pyqtgraph/opengl/items/GLSurfacePlotItem.pyc
${PYSITELIB}/pyqtgraph/opengl/items/GLSurfacePlotItem.pyo
${PYSITELIB}/pyqtgraph/opengl/items/GLTextItem.py
${PYSITELIB}/pyqtgraph/opengl/items/GLTextItem.pyc
${PYSITELIB}/pyqtgraph/opengl/items/GLTextItem.pyo
${PYSITELIB}/pyqtgraph/opengl/items/GLVolumeItem.py
${PYSITELIB}/pyqtgraph/opengl/items/GLVolumeItem.pyc
${PYSITELIB}/pyqtgraph/opengl/items/GLVolumeItem.pyo
${PYSITELIB}/pyqtgraph/opengl/items/__init__.py
${PYSITELIB}/pyqtgraph/opengl/items/__init__.pyc
${PYSITELIB}/pyqtgraph/opengl/items/__init__.pyo
${PYSITELIB}/pyqtgraph/opengl/shaders.py
${PYSITELIB}/pyqtgraph/opengl/shaders.pyc
${PYSITELIB}/pyqtgraph/opengl/shaders.pyo
${PYSITELIB}/pyqtgraph/parametertree/Parameter.py
${PYSITELIB}/pyqtgraph/parametertree/Parameter.pyc
${PYSITELIB}/pyqtgraph/parametertree/Parameter.pyo
${PYSITELIB}/pyqtgraph/parametertree/ParameterItem.py
${PYSITELIB}/pyqtgraph/parametertree/ParameterItem.pyc
${PYSITELIB}/pyqtgraph/parametertree/ParameterItem.pyo
${PYSITELIB}/pyqtgraph/parametertree/ParameterSystem.py
${PYSITELIB}/pyqtgraph/parametertree/ParameterSystem.pyc
${PYSITELIB}/pyqtgraph/parametertree/ParameterSystem.pyo
${PYSITELIB}/pyqtgraph/parametertree/ParameterTree.py
${PYSITELIB}/pyqtgraph/parametertree/ParameterTree.pyc
${PYSITELIB}/pyqtgraph/parametertree/ParameterTree.pyo
${PYSITELIB}/pyqtgraph/parametertree/SystemSolver.py
${PYSITELIB}/pyqtgraph/parametertree/SystemSolver.pyc
${PYSITELIB}/pyqtgraph/parametertree/SystemSolver.pyo
${PYSITELIB}/pyqtgraph/parametertree/__init__.py
${PYSITELIB}/pyqtgraph/parametertree/__init__.pyc
${PYSITELIB}/pyqtgraph/parametertree/__init__.pyo
${PYSITELIB}/pyqtgraph/parametertree/interactive.py
${PYSITELIB}/pyqtgraph/parametertree/interactive.pyc
${PYSITELIB}/pyqtgraph/parametertree/interactive.pyo
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/__init__.py
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/__init__.pyc
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/__init__.pyo
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/action.py
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/action.pyc
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/action.pyo
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/actiongroup.py
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/actiongroup.pyc
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/actiongroup.pyo
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/basetypes.py
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/basetypes.pyc
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/basetypes.pyo
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/bool.py
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/bool.pyc
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/bool.pyo
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/calendar.py
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/calendar.pyc
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/calendar.pyo
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/checklist.py
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/checklist.pyc
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/checklist.pyo
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/color.py
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/color.pyc
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/color.pyo
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/colormap.py
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/colormap.pyc
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/colormap.pyo
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/colormaplut.py
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/colormaplut.pyc
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/colormaplut.pyo
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/file.py
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/file.pyc
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/file.pyo
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/font.py
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/font.pyc
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/font.pyo
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/list.py
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/list.pyc
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/list.pyo
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/numeric.py
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/numeric.pyc
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/numeric.pyo
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/pen.py
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/pen.pyc
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/pen.pyo
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/progress.py
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/progress.pyc
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/progress.pyo
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/qtenum.py
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/qtenum.pyc
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/qtenum.pyo
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/slider.py
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/slider.pyc
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/slider.pyo
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/str.py
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/str.pyc
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/str.pyo
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/text.py
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/text.pyc
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/text.pyo
${PYSITELIB}/pyqtgraph/reload.py
${PYSITELIB}/pyqtgraph/reload.pyc
${PYSITELIB}/pyqtgraph/reload.pyo
${PYSITELIB}/pyqtgraph/units.py
${PYSITELIB}/pyqtgraph/units.pyc
${PYSITELIB}/pyqtgraph/units.pyo
${PYSITELIB}/pyqtgraph/util/__init__.py
${PYSITELIB}/pyqtgraph/util/__init__.pyc
${PYSITELIB}/pyqtgraph/util/__init__.pyo
${PYSITELIB}/pyqtgraph/util/cprint.py
${PYSITELIB}/pyqtgraph/util/cprint.pyc
${PYSITELIB}/pyqtgraph/util/cprint.pyo
${PYSITELIB}/pyqtgraph/util/cupy_helper.py
${PYSITELIB}/pyqtgraph/util/cupy_helper.pyc
${PYSITELIB}/pyqtgraph/util/cupy_helper.pyo
${PYSITELIB}/pyqtgraph/util/garbage_collector.py
${PYSITELIB}/pyqtgraph/util/garbage_collector.pyc
${PYSITELIB}/pyqtgraph/util/garbage_collector.pyo
${PYSITELIB}/pyqtgraph/util/get_resolution.py
${PYSITELIB}/pyqtgraph/util/get_resolution.pyc
${PYSITELIB}/pyqtgraph/util/get_resolution.pyo
${PYSITELIB}/pyqtgraph/util/glinfo.py
${PYSITELIB}/pyqtgraph/util/glinfo.pyc
${PYSITELIB}/pyqtgraph/util/glinfo.pyo
${PYSITELIB}/pyqtgraph/util/mutex.py
${PYSITELIB}/pyqtgraph/util/mutex.pyc
${PYSITELIB}/pyqtgraph/util/mutex.pyo
${PYSITELIB}/pyqtgraph/util/numba_helper.py
${PYSITELIB}/pyqtgraph/util/numba_helper.pyc
${PYSITELIB}/pyqtgraph/util/numba_helper.pyo
${PYSITELIB}/pyqtgraph/widgets/BusyCursor.py
${PYSITELIB}/pyqtgraph/widgets/BusyCursor.pyc
${PYSITELIB}/pyqtgraph/widgets/BusyCursor.pyo
${PYSITELIB}/pyqtgraph/widgets/CheckTable.py
${PYSITELIB}/pyqtgraph/widgets/CheckTable.pyc
${PYSITELIB}/pyqtgraph/widgets/CheckTable.pyo
${PYSITELIB}/pyqtgraph/widgets/ColorButton.py
${PYSITELIB}/pyqtgraph/widgets/ColorButton.pyc
${PYSITELIB}/pyqtgraph/widgets/ColorButton.pyo
${PYSITELIB}/pyqtgraph/widgets/ColorMapButton.py
${PYSITELIB}/pyqtgraph/widgets/ColorMapButton.pyc
${PYSITELIB}/pyqtgraph/widgets/ColorMapButton.pyo
${PYSITELIB}/pyqtgraph/widgets/ColorMapMenu.py
${PYSITELIB}/pyqtgraph/widgets/ColorMapMenu.pyc
${PYSITELIB}/pyqtgraph/widgets/ColorMapMenu.pyo
${PYSITELIB}/pyqtgraph/widgets/ColorMapWidget.py
${PYSITELIB}/pyqtgraph/widgets/ColorMapWidget.pyc
${PYSITELIB}/pyqtgraph/widgets/ColorMapWidget.pyo
${PYSITELIB}/pyqtgraph/widgets/ComboBox.py
${PYSITELIB}/pyqtgraph/widgets/ComboBox.pyc
${PYSITELIB}/pyqtgraph/widgets/ComboBox.pyo
${PYSITELIB}/pyqtgraph/widgets/DataFilterWidget.py
${PYSITELIB}/pyqtgraph/widgets/DataFilterWidget.pyc
${PYSITELIB}/pyqtgraph/widgets/DataFilterWidget.pyo
${PYSITELIB}/pyqtgraph/widgets/DataTreeWidget.py
${PYSITELIB}/pyqtgraph/widgets/DataTreeWidget.pyc
${PYSITELIB}/pyqtgraph/widgets/DataTreeWidget.pyo
${PYSITELIB}/pyqtgraph/widgets/DiffTreeWidget.py
${PYSITELIB}/pyqtgraph/widgets/DiffTreeWidget.pyc
${PYSITELIB}/pyqtgraph/widgets/DiffTreeWidget.pyo
${PYSITELIB}/pyqtgraph/widgets/FeedbackButton.py
${PYSITELIB}/pyqtgraph/widgets/FeedbackButton.pyc
${PYSITELIB}/pyqtgraph/widgets/FeedbackButton.pyo
${PYSITELIB}/pyqtgraph/widgets/FileDialog.py
${PYSITELIB}/pyqtgraph/widgets/FileDialog.pyc
${PYSITELIB}/pyqtgraph/widgets/FileDialog.pyo
${PYSITELIB}/pyqtgraph/widgets/GradientWidget.py
${PYSITELIB}/pyqtgraph/widgets/GradientWidget.pyc
${PYSITELIB}/pyqtgraph/widgets/GradientWidget.pyo
${PYSITELIB}/pyqtgraph/widgets/GraphicsLayoutWidget.py
${PYSITELIB}/pyqtgraph/widgets/GraphicsLayoutWidget.pyc
${PYSITELIB}/pyqtgraph/widgets/GraphicsLayoutWidget.pyo
${PYSITELIB}/pyqtgraph/widgets/GraphicsView.py
${PYSITELIB}/pyqtgraph/widgets/GraphicsView.pyc
${PYSITELIB}/pyqtgraph/widgets/GraphicsView.pyo
${PYSITELIB}/pyqtgraph/widgets/GroupBox.py
${PYSITELIB}/pyqtgraph/widgets/GroupBox.pyc
${PYSITELIB}/pyqtgraph/widgets/GroupBox.pyo
${PYSITELIB}/pyqtgraph/widgets/HistogramLUTWidget.py
${PYSITELIB}/pyqtgraph/widgets/HistogramLUTWidget.pyc
${PYSITELIB}/pyqtgraph/widgets/HistogramLUTWidget.pyo
${PYSITELIB}/pyqtgraph/widgets/JoystickButton.py
${PYSITELIB}/pyqtgraph/widgets/JoystickButton.pyc
${PYSITELIB}/pyqtgraph/widgets/JoystickButton.pyo
${PYSITELIB}/pyqtgraph/widgets/LayoutWidget.py
${PYSITELIB}/pyqtgraph/widgets/LayoutWidget.pyc
${PYSITELIB}/pyqtgraph/widgets/LayoutWidget.pyo
${PYSITELIB}/pyqtgraph/widgets/MatplotlibWidget.py
${PYSITELIB}/pyqtgraph/widgets/MatplotlibWidget.pyc
${PYSITELIB}/pyqtgraph/widgets/MatplotlibWidget.pyo
${PYSITELIB}/pyqtgraph/widgets/PathButton.py
${PYSITELIB}/pyqtgraph/widgets/PathButton.pyc
${PYSITELIB}/pyqtgraph/widgets/PathButton.pyo
${PYSITELIB}/pyqtgraph/widgets/PenPreviewLabel.py
${PYSITELIB}/pyqtgraph/widgets/PenPreviewLabel.pyc
${PYSITELIB}/pyqtgraph/widgets/PenPreviewLabel.pyo
${PYSITELIB}/pyqtgraph/widgets/PlotWidget.py
${PYSITELIB}/pyqtgraph/widgets/PlotWidget.pyc
${PYSITELIB}/pyqtgraph/widgets/PlotWidget.pyo
${PYSITELIB}/pyqtgraph/widgets/ProgressDialog.py
${PYSITELIB}/pyqtgraph/widgets/ProgressDialog.pyc
${PYSITELIB}/pyqtgraph/widgets/ProgressDialog.pyo
${PYSITELIB}/pyqtgraph/widgets/RawImageWidget.py
${PYSITELIB}/pyqtgraph/widgets/RawImageWidget.pyc
${PYSITELIB}/pyqtgraph/widgets/RawImageWidget.pyo
${PYSITELIB}/pyqtgraph/widgets/RemoteGraphicsView.py
${PYSITELIB}/pyqtgraph/widgets/RemoteGraphicsView.pyc
${PYSITELIB}/pyqtgraph/widgets/RemoteGraphicsView.pyo
${PYSITELIB}/pyqtgraph/widgets/ScatterPlotWidget.py
${PYSITELIB}/pyqtgraph/widgets/ScatterPlotWidget.pyc
${PYSITELIB}/pyqtgraph/widgets/ScatterPlotWidget.pyo
${PYSITELIB}/pyqtgraph/widgets/SpinBox.py
${PYSITELIB}/pyqtgraph/widgets/SpinBox.pyc
${PYSITELIB}/pyqtgraph/widgets/SpinBox.pyo
${PYSITELIB}/pyqtgraph/widgets/TableWidget.py
${PYSITELIB}/pyqtgraph/widgets/TableWidget.pyc
${PYSITELIB}/pyqtgraph/widgets/TableWidget.pyo
${PYSITELIB}/pyqtgraph/widgets/TreeWidget.py
${PYSITELIB}/pyqtgraph/widgets/TreeWidget.pyc
${PYSITELIB}/pyqtgraph/widgets/TreeWidget.pyo
${PYSITELIB}/pyqtgraph/widgets/ValueLabel.py
${PYSITELIB}/pyqtgraph/widgets/ValueLabel.pyc
${PYSITELIB}/pyqtgraph/widgets/ValueLabel.pyo
${PYSITELIB}/pyqtgraph/widgets/VerticalLabel.py
${PYSITELIB}/pyqtgraph/widgets/VerticalLabel.pyc
${PYSITELIB}/pyqtgraph/widgets/VerticalLabel.pyo
${PYSITELIB}/pyqtgraph/widgets/__init__.py
${PYSITELIB}/pyqtgraph/widgets/__init__.pyc
${PYSITELIB}/pyqtgraph/widgets/__init__.pyo
@


1.3
log
@Fix PLIST after py-setuptools update; bump depends and revision
@
text
@d1 1
a1 1
@@comment $NetBSD: PLIST,v 1.2 2024/08/05 14:45:29 adam Exp $
d28 6
a81 18
${PYSITELIB}/pyqtgraph/canvas/Canvas.py
${PYSITELIB}/pyqtgraph/canvas/Canvas.pyc
${PYSITELIB}/pyqtgraph/canvas/Canvas.pyo
${PYSITELIB}/pyqtgraph/canvas/CanvasItem.py
${PYSITELIB}/pyqtgraph/canvas/CanvasItem.pyc
${PYSITELIB}/pyqtgraph/canvas/CanvasItem.pyo
${PYSITELIB}/pyqtgraph/canvas/CanvasManager.py
${PYSITELIB}/pyqtgraph/canvas/CanvasManager.pyc
${PYSITELIB}/pyqtgraph/canvas/CanvasManager.pyo
${PYSITELIB}/pyqtgraph/canvas/CanvasTemplate_generic.py
${PYSITELIB}/pyqtgraph/canvas/CanvasTemplate_generic.pyc
${PYSITELIB}/pyqtgraph/canvas/CanvasTemplate_generic.pyo
${PYSITELIB}/pyqtgraph/canvas/TransformGuiTemplate_generic.py
${PYSITELIB}/pyqtgraph/canvas/TransformGuiTemplate_generic.pyc
${PYSITELIB}/pyqtgraph/canvas/TransformGuiTemplate_generic.pyo
${PYSITELIB}/pyqtgraph/canvas/__init__.py
${PYSITELIB}/pyqtgraph/canvas/__init__.pyc
${PYSITELIB}/pyqtgraph/canvas/__init__.pyo
d212 3
d684 3
a758 3
${PYSITELIB}/pyqtgraph/graphicsItems/MultiPlotItem.py
${PYSITELIB}/pyqtgraph/graphicsItems/MultiPlotItem.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/MultiPlotItem.pyo
a847 6
${PYSITELIB}/pyqtgraph/metaarray/MetaArray.py
${PYSITELIB}/pyqtgraph/metaarray/MetaArray.pyc
${PYSITELIB}/pyqtgraph/metaarray/MetaArray.pyo
${PYSITELIB}/pyqtgraph/metaarray/__init__.py
${PYSITELIB}/pyqtgraph/metaarray/__init__.pyc
${PYSITELIB}/pyqtgraph/metaarray/__init__.pyo
a1009 9
${PYSITELIB}/pyqtgraph/util/colorama/__init__.py
${PYSITELIB}/pyqtgraph/util/colorama/__init__.pyc
${PYSITELIB}/pyqtgraph/util/colorama/__init__.pyo
${PYSITELIB}/pyqtgraph/util/colorama/win32.py
${PYSITELIB}/pyqtgraph/util/colorama/win32.pyc
${PYSITELIB}/pyqtgraph/util/colorama/win32.pyo
${PYSITELIB}/pyqtgraph/util/colorama/winterm.py
${PYSITELIB}/pyqtgraph/util/colorama/winterm.pyc
${PYSITELIB}/pyqtgraph/util/colorama/winterm.pyo
a1090 3
${PYSITELIB}/pyqtgraph/widgets/MultiPlotWidget.py
${PYSITELIB}/pyqtgraph/widgets/MultiPlotWidget.pyc
${PYSITELIB}/pyqtgraph/widgets/MultiPlotWidget.pyo
@


1.2
log
@py-qtgraph-qt5: updated to 0.13.7

pyqtgraph-0.13.7

* test_PolyLineROI now passes on non-AMD64 platforms
* Add note about NaN to int conversion
* remove functions.try_fastpath_argb as it triggered segfaults
* Allow users to specify FillRule for FillBetweenItem, undo regressionfrom


pyqtgraph-0.13.6

* bdist_wheel needs to grab peegee icons


What's Changed

Highlights

* add fastpath for float images with nans
* Add peegee as mkQApp application icon
* Add stubs for Qt modules
* add ColorMapMenu to ColorBarItem

API/Behavior Changes

* add ColorMapMenu to ColorBarItem
* Add Vertical and Horizontal Line Symbols

Bug Fixes

* Filling correction for Fillbetweenitem
* Fix SpinBox SyntaxWarnings
* class Handle Fix allowing dict to be passed for handlePen and removing hard reset for width and cosmetic attributes
* numpy 2.0: workaround regression in rescaleData

Misc

* Add peegee as mkQApp application icon
* Add stubs for Qt modules
* set SymbolAtlas dpr to primary screen's dpr
* ImageView example: use levelMode="rgba"
* Remove deprecated use of paletteChanged
* Set Application Icon on windows
@
text
@d1 1
a1 2
@@comment $NetBSD: PLIST,v 1.1 2021/04/06 08:31:49 tnn Exp $
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
d5 1
@


1.1
log
@x11/py-qtgraph-qt5: import py38-qtgraph-qt5-0.12.0

PyQtGraph is intended for use in mathematics / scientific / engineering
applications. Despite being written entirely in python, the library is fast
due to its heavy leverage of numpy for number crunching, Qt's GraphicsView
framework for 2D display, and OpenGL for 3D display.
@
text
@d1 6
a6 6
@@comment $NetBSD$
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
d16 3
a18 12
${PYSITELIB}/pyqtgraph/GraphicsScene/exportDialogTemplate_pyqt5.py
${PYSITELIB}/pyqtgraph/GraphicsScene/exportDialogTemplate_pyqt5.pyc
${PYSITELIB}/pyqtgraph/GraphicsScene/exportDialogTemplate_pyqt5.pyo
${PYSITELIB}/pyqtgraph/GraphicsScene/exportDialogTemplate_pyqt6.py
${PYSITELIB}/pyqtgraph/GraphicsScene/exportDialogTemplate_pyqt6.pyc
${PYSITELIB}/pyqtgraph/GraphicsScene/exportDialogTemplate_pyqt6.pyo
${PYSITELIB}/pyqtgraph/GraphicsScene/exportDialogTemplate_pyside2.py
${PYSITELIB}/pyqtgraph/GraphicsScene/exportDialogTemplate_pyside2.pyc
${PYSITELIB}/pyqtgraph/GraphicsScene/exportDialogTemplate_pyside2.pyo
${PYSITELIB}/pyqtgraph/GraphicsScene/exportDialogTemplate_pyside6.py
${PYSITELIB}/pyqtgraph/GraphicsScene/exportDialogTemplate_pyside6.pyc
${PYSITELIB}/pyqtgraph/GraphicsScene/exportDialogTemplate_pyside6.pyo
d28 24
a51 3
${PYSITELIB}/pyqtgraph/Qt.py
${PYSITELIB}/pyqtgraph/Qt.pyc
${PYSITELIB}/pyqtgraph/Qt.pyo
d85 6
a90 24
${PYSITELIB}/pyqtgraph/canvas/CanvasTemplate_pyqt5.py
${PYSITELIB}/pyqtgraph/canvas/CanvasTemplate_pyqt5.pyc
${PYSITELIB}/pyqtgraph/canvas/CanvasTemplate_pyqt5.pyo
${PYSITELIB}/pyqtgraph/canvas/CanvasTemplate_pyqt6.py
${PYSITELIB}/pyqtgraph/canvas/CanvasTemplate_pyqt6.pyc
${PYSITELIB}/pyqtgraph/canvas/CanvasTemplate_pyqt6.pyo
${PYSITELIB}/pyqtgraph/canvas/CanvasTemplate_pyside2.py
${PYSITELIB}/pyqtgraph/canvas/CanvasTemplate_pyside2.pyc
${PYSITELIB}/pyqtgraph/canvas/CanvasTemplate_pyside2.pyo
${PYSITELIB}/pyqtgraph/canvas/CanvasTemplate_pyside6.py
${PYSITELIB}/pyqtgraph/canvas/CanvasTemplate_pyside6.pyc
${PYSITELIB}/pyqtgraph/canvas/CanvasTemplate_pyside6.pyo
${PYSITELIB}/pyqtgraph/canvas/TransformGuiTemplate_pyqt5.py
${PYSITELIB}/pyqtgraph/canvas/TransformGuiTemplate_pyqt5.pyc
${PYSITELIB}/pyqtgraph/canvas/TransformGuiTemplate_pyqt5.pyo
${PYSITELIB}/pyqtgraph/canvas/TransformGuiTemplate_pyqt6.py
${PYSITELIB}/pyqtgraph/canvas/TransformGuiTemplate_pyqt6.pyc
${PYSITELIB}/pyqtgraph/canvas/TransformGuiTemplate_pyqt6.pyo
${PYSITELIB}/pyqtgraph/canvas/TransformGuiTemplate_pyside2.py
${PYSITELIB}/pyqtgraph/canvas/TransformGuiTemplate_pyside2.pyc
${PYSITELIB}/pyqtgraph/canvas/TransformGuiTemplate_pyside2.pyo
${PYSITELIB}/pyqtgraph/canvas/TransformGuiTemplate_pyside6.py
${PYSITELIB}/pyqtgraph/canvas/TransformGuiTemplate_pyside6.pyc
${PYSITELIB}/pyqtgraph/canvas/TransformGuiTemplate_pyside6.pyo
d97 79
d188 9
a196 12
${PYSITELIB}/pyqtgraph/console/template_pyqt5.py
${PYSITELIB}/pyqtgraph/console/template_pyqt5.pyc
${PYSITELIB}/pyqtgraph/console/template_pyqt5.pyo
${PYSITELIB}/pyqtgraph/console/template_pyqt6.py
${PYSITELIB}/pyqtgraph/console/template_pyqt6.pyc
${PYSITELIB}/pyqtgraph/console/template_pyqt6.pyo
${PYSITELIB}/pyqtgraph/console/template_pyside2.py
${PYSITELIB}/pyqtgraph/console/template_pyside2.pyc
${PYSITELIB}/pyqtgraph/console/template_pyside2.pyo
${PYSITELIB}/pyqtgraph/console/template_pyside6.py
${PYSITELIB}/pyqtgraph/console/template_pyside6.pyc
${PYSITELIB}/pyqtgraph/console/template_pyside6.pyo
d218 3
d227 3
d233 3
d278 6
d296 3
d305 3
d344 3
d356 3
d362 3
a367 3
${PYSITELIB}/pyqtgraph/examples/MultiPlotWidget.py
${PYSITELIB}/pyqtgraph/examples/MultiPlotWidget.pyc
${PYSITELIB}/pyqtgraph/examples/MultiPlotWidget.pyo
d407 3
d440 3
a442 12
${PYSITELIB}/pyqtgraph/examples/VideoTemplate_pyqt5.py
${PYSITELIB}/pyqtgraph/examples/VideoTemplate_pyqt5.pyc
${PYSITELIB}/pyqtgraph/examples/VideoTemplate_pyqt5.pyo
${PYSITELIB}/pyqtgraph/examples/VideoTemplate_pyqt6.py
${PYSITELIB}/pyqtgraph/examples/VideoTemplate_pyqt6.pyc
${PYSITELIB}/pyqtgraph/examples/VideoTemplate_pyqt6.pyo
${PYSITELIB}/pyqtgraph/examples/VideoTemplate_pyside2.py
${PYSITELIB}/pyqtgraph/examples/VideoTemplate_pyside2.pyc
${PYSITELIB}/pyqtgraph/examples/VideoTemplate_pyside2.pyo
${PYSITELIB}/pyqtgraph/examples/VideoTemplate_pyside6.py
${PYSITELIB}/pyqtgraph/examples/VideoTemplate_pyside6.pyc
${PYSITELIB}/pyqtgraph/examples/VideoTemplate_pyside6.pyo
d458 6
d470 6
d488 6
d500 3
a502 12
${PYSITELIB}/pyqtgraph/examples/exampleLoaderTemplate_pyqt5.py
${PYSITELIB}/pyqtgraph/examples/exampleLoaderTemplate_pyqt5.pyc
${PYSITELIB}/pyqtgraph/examples/exampleLoaderTemplate_pyqt5.pyo
${PYSITELIB}/pyqtgraph/examples/exampleLoaderTemplate_pyqt6.py
${PYSITELIB}/pyqtgraph/examples/exampleLoaderTemplate_pyqt6.pyc
${PYSITELIB}/pyqtgraph/examples/exampleLoaderTemplate_pyqt6.pyo
${PYSITELIB}/pyqtgraph/examples/exampleLoaderTemplate_pyside2.py
${PYSITELIB}/pyqtgraph/examples/exampleLoaderTemplate_pyside2.pyc
${PYSITELIB}/pyqtgraph/examples/exampleLoaderTemplate_pyside2.pyo
${PYSITELIB}/pyqtgraph/examples/exampleLoaderTemplate_pyside6.py
${PYSITELIB}/pyqtgraph/examples/exampleLoaderTemplate_pyside6.pyc
${PYSITELIB}/pyqtgraph/examples/exampleLoaderTemplate_pyside6.pyo
d506 3
a520 3
${PYSITELIB}/pyqtgraph/examples/initExample.py
${PYSITELIB}/pyqtgraph/examples/initExample.pyc
${PYSITELIB}/pyqtgraph/examples/initExample.pyo
d524 3
d555 6
a581 3
${PYSITELIB}/pyqtgraph/examples/test_ExampleApp.py
${PYSITELIB}/pyqtgraph/examples/test_ExampleApp.pyc
${PYSITELIB}/pyqtgraph/examples/test_ExampleApp.pyo
a629 18
${PYSITELIB}/pyqtgraph/exporters/tests/__init__.py
${PYSITELIB}/pyqtgraph/exporters/tests/__init__.pyc
${PYSITELIB}/pyqtgraph/exporters/tests/__init__.pyo
${PYSITELIB}/pyqtgraph/exporters/tests/test_csv.py
${PYSITELIB}/pyqtgraph/exporters/tests/test_csv.pyc
${PYSITELIB}/pyqtgraph/exporters/tests/test_csv.pyo
${PYSITELIB}/pyqtgraph/exporters/tests/test_hdf5.py
${PYSITELIB}/pyqtgraph/exporters/tests/test_hdf5.pyc
${PYSITELIB}/pyqtgraph/exporters/tests/test_hdf5.pyo
${PYSITELIB}/pyqtgraph/exporters/tests/test_image.py
${PYSITELIB}/pyqtgraph/exporters/tests/test_image.pyc
${PYSITELIB}/pyqtgraph/exporters/tests/test_image.pyo
${PYSITELIB}/pyqtgraph/exporters/tests/test_matplotlib.py
${PYSITELIB}/pyqtgraph/exporters/tests/test_matplotlib.pyc
${PYSITELIB}/pyqtgraph/exporters/tests/test_matplotlib.pyo
${PYSITELIB}/pyqtgraph/exporters/tests/test_svg.py
${PYSITELIB}/pyqtgraph/exporters/tests/test_svg.pyc
${PYSITELIB}/pyqtgraph/exporters/tests/test_svg.pyo
d633 3
a635 12
${PYSITELIB}/pyqtgraph/flowchart/FlowchartCtrlTemplate_pyqt5.py
${PYSITELIB}/pyqtgraph/flowchart/FlowchartCtrlTemplate_pyqt5.pyc
${PYSITELIB}/pyqtgraph/flowchart/FlowchartCtrlTemplate_pyqt5.pyo
${PYSITELIB}/pyqtgraph/flowchart/FlowchartCtrlTemplate_pyqt6.py
${PYSITELIB}/pyqtgraph/flowchart/FlowchartCtrlTemplate_pyqt6.pyc
${PYSITELIB}/pyqtgraph/flowchart/FlowchartCtrlTemplate_pyqt6.pyo
${PYSITELIB}/pyqtgraph/flowchart/FlowchartCtrlTemplate_pyside2.py
${PYSITELIB}/pyqtgraph/flowchart/FlowchartCtrlTemplate_pyside2.pyc
${PYSITELIB}/pyqtgraph/flowchart/FlowchartCtrlTemplate_pyside2.pyo
${PYSITELIB}/pyqtgraph/flowchart/FlowchartCtrlTemplate_pyside6.py
${PYSITELIB}/pyqtgraph/flowchart/FlowchartCtrlTemplate_pyside6.pyc
${PYSITELIB}/pyqtgraph/flowchart/FlowchartCtrlTemplate_pyside6.pyo
a638 12
${PYSITELIB}/pyqtgraph/flowchart/FlowchartTemplate_pyqt5.py
${PYSITELIB}/pyqtgraph/flowchart/FlowchartTemplate_pyqt5.pyc
${PYSITELIB}/pyqtgraph/flowchart/FlowchartTemplate_pyqt5.pyo
${PYSITELIB}/pyqtgraph/flowchart/FlowchartTemplate_pyqt6.py
${PYSITELIB}/pyqtgraph/flowchart/FlowchartTemplate_pyqt6.pyc
${PYSITELIB}/pyqtgraph/flowchart/FlowchartTemplate_pyqt6.pyo
${PYSITELIB}/pyqtgraph/flowchart/FlowchartTemplate_pyside2.py
${PYSITELIB}/pyqtgraph/flowchart/FlowchartTemplate_pyside2.pyc
${PYSITELIB}/pyqtgraph/flowchart/FlowchartTemplate_pyside2.pyo
${PYSITELIB}/pyqtgraph/flowchart/FlowchartTemplate_pyside6.py
${PYSITELIB}/pyqtgraph/flowchart/FlowchartTemplate_pyside6.pyc
${PYSITELIB}/pyqtgraph/flowchart/FlowchartTemplate_pyside6.pyo
d678 6
d696 3
d717 3
d786 3
a788 18
${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate_pyqt5.py
${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate_pyqt5.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate_pyqt5.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate_pyqt6.py
${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate_pyqt6.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate_pyqt6.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate_pyside2.py
${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate_pyside2.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate_pyside2.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate_pyside6.py
${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate_pyside6.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate_pyside6.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/tests/__init__.py
${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/tests/__init__.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/tests/__init__.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/tests/test_PlotItem.py
${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/tests/test_PlotItem.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/tests/test_PlotItem.pyo
d819 3
a821 12
${PYSITELIB}/pyqtgraph/graphicsItems/ViewBox/axisCtrlTemplate_pyqt5.py
${PYSITELIB}/pyqtgraph/graphicsItems/ViewBox/axisCtrlTemplate_pyqt5.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/ViewBox/axisCtrlTemplate_pyqt5.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/ViewBox/axisCtrlTemplate_pyqt6.py
${PYSITELIB}/pyqtgraph/graphicsItems/ViewBox/axisCtrlTemplate_pyqt6.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/ViewBox/axisCtrlTemplate_pyqt6.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/ViewBox/axisCtrlTemplate_pyside2.py
${PYSITELIB}/pyqtgraph/graphicsItems/ViewBox/axisCtrlTemplate_pyside2.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/ViewBox/axisCtrlTemplate_pyside2.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/ViewBox/axisCtrlTemplate_pyside6.py
${PYSITELIB}/pyqtgraph/graphicsItems/ViewBox/axisCtrlTemplate_pyside6.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/ViewBox/axisCtrlTemplate_pyside6.pyo
a824 3
${PYSITELIB}/pyqtgraph/graphicsWindows.py
${PYSITELIB}/pyqtgraph/graphicsWindows.pyc
${PYSITELIB}/pyqtgraph/graphicsWindows.pyo
d834 8
d845 3
a847 12
${PYSITELIB}/pyqtgraph/imageview/ImageViewTemplate_pyqt5.py
${PYSITELIB}/pyqtgraph/imageview/ImageViewTemplate_pyqt5.pyc
${PYSITELIB}/pyqtgraph/imageview/ImageViewTemplate_pyqt5.pyo
${PYSITELIB}/pyqtgraph/imageview/ImageViewTemplate_pyqt6.py
${PYSITELIB}/pyqtgraph/imageview/ImageViewTemplate_pyqt6.pyc
${PYSITELIB}/pyqtgraph/imageview/ImageViewTemplate_pyqt6.pyo
${PYSITELIB}/pyqtgraph/imageview/ImageViewTemplate_pyside2.py
${PYSITELIB}/pyqtgraph/imageview/ImageViewTemplate_pyside2.pyc
${PYSITELIB}/pyqtgraph/imageview/ImageViewTemplate_pyside2.pyo
${PYSITELIB}/pyqtgraph/imageview/ImageViewTemplate_pyside6.py
${PYSITELIB}/pyqtgraph/imageview/ImageViewTemplate_pyside6.pyc
${PYSITELIB}/pyqtgraph/imageview/ImageViewTemplate_pyside6.pyo
d851 6
a889 3
${PYSITELIB}/pyqtgraph/opengl/glInfo.py
${PYSITELIB}/pyqtgraph/opengl/glInfo.pyc
${PYSITELIB}/pyqtgraph/opengl/glInfo.pyo
d899 6
d923 3
a934 3
${PYSITELIB}/pyqtgraph/ordereddict.py
${PYSITELIB}/pyqtgraph/ordereddict.pyc
${PYSITELIB}/pyqtgraph/ordereddict.pyo
d953 63
a1015 12
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes.py
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes.pyc
${PYSITELIB}/pyqtgraph/parametertree/parameterTypes.pyo
${PYSITELIB}/pyqtgraph/pgcollections.py
${PYSITELIB}/pyqtgraph/pgcollections.pyc
${PYSITELIB}/pyqtgraph/pgcollections.pyo
${PYSITELIB}/pyqtgraph/ptime.py
${PYSITELIB}/pyqtgraph/ptime.pyc
${PYSITELIB}/pyqtgraph/ptime.pyo
${PYSITELIB}/pyqtgraph/python2_3.py
${PYSITELIB}/pyqtgraph/python2_3.pyc
${PYSITELIB}/pyqtgraph/python2_3.pyo
a1018 39
${PYSITELIB}/pyqtgraph/tests/__init__.py
${PYSITELIB}/pyqtgraph/tests/__init__.pyc
${PYSITELIB}/pyqtgraph/tests/__init__.pyo
${PYSITELIB}/pyqtgraph/tests/image_testing.py
${PYSITELIB}/pyqtgraph/tests/image_testing.pyc
${PYSITELIB}/pyqtgraph/tests/image_testing.pyo
${PYSITELIB}/pyqtgraph/tests/test_Vector.py
${PYSITELIB}/pyqtgraph/tests/test_Vector.pyc
${PYSITELIB}/pyqtgraph/tests/test_Vector.pyo
${PYSITELIB}/pyqtgraph/tests/test_configparser.py
${PYSITELIB}/pyqtgraph/tests/test_configparser.pyc
${PYSITELIB}/pyqtgraph/tests/test_configparser.pyo
${PYSITELIB}/pyqtgraph/tests/test_exit_crash.py
${PYSITELIB}/pyqtgraph/tests/test_exit_crash.pyc
${PYSITELIB}/pyqtgraph/tests/test_exit_crash.pyo
${PYSITELIB}/pyqtgraph/tests/test_functions.py
${PYSITELIB}/pyqtgraph/tests/test_functions.pyc
${PYSITELIB}/pyqtgraph/tests/test_functions.pyo
${PYSITELIB}/pyqtgraph/tests/test_qt.py
${PYSITELIB}/pyqtgraph/tests/test_qt.pyc
${PYSITELIB}/pyqtgraph/tests/test_qt.pyo
${PYSITELIB}/pyqtgraph/tests/test_ref_cycles.py
${PYSITELIB}/pyqtgraph/tests/test_ref_cycles.pyc
${PYSITELIB}/pyqtgraph/tests/test_ref_cycles.pyo
${PYSITELIB}/pyqtgraph/tests/test_reload.py
${PYSITELIB}/pyqtgraph/tests/test_reload.pyc
${PYSITELIB}/pyqtgraph/tests/test_reload.pyo
${PYSITELIB}/pyqtgraph/tests/test_signalproxy.py
${PYSITELIB}/pyqtgraph/tests/test_signalproxy.pyc
${PYSITELIB}/pyqtgraph/tests/test_signalproxy.pyo
${PYSITELIB}/pyqtgraph/tests/test_srttransform3d.py
${PYSITELIB}/pyqtgraph/tests/test_srttransform3d.pyc
${PYSITELIB}/pyqtgraph/tests/test_srttransform3d.pyo
${PYSITELIB}/pyqtgraph/tests/test_stability.py
${PYSITELIB}/pyqtgraph/tests/test_stability.pyc
${PYSITELIB}/pyqtgraph/tests/test_stability.pyo
${PYSITELIB}/pyqtgraph/tests/ui_testing.py
${PYSITELIB}/pyqtgraph/tests/ui_testing.pyc
${PYSITELIB}/pyqtgraph/tests/ui_testing.pyo
d1046 3
a1048 3
${PYSITELIB}/pyqtgraph/util/lru_cache.py
${PYSITELIB}/pyqtgraph/util/lru_cache.pyc
${PYSITELIB}/pyqtgraph/util/lru_cache.pyo
d1052 3
a1054 3
${PYSITELIB}/pyqtgraph/util/pil_fix.py
${PYSITELIB}/pyqtgraph/util/pil_fix.pyc
${PYSITELIB}/pyqtgraph/util/pil_fix.pyo
d1064 6
d1121 3
@

