Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python314-pyqtgraph-0.14.0-3.2 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python314-pyqtgraph Distribution: openSUSE Tumbleweed
Version: 0.14.0 Vendor: openSUSE
Release: 3.2 Build date: Wed Jun 10 08:49:20 2026
Group: Unspecified Build host: reproducible
Size: 7650963 Source RPM: python-pyqtgraph-0.14.0-3.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.pyqtgraph.org/
Summary: Scientific Graphics and GUI Library for Python
A pure-Python graphics library for PyQt/PySide/PyQt5/PySide2

PyQtGraph is intended for use in mathematics / scientific / engineering
applications. It is written in pure python, but the library leverages
numpy for number crunching, Qt's GraphicsView framework for 2D display,
and OpenGL for 3D display.

Provides

Requires

License

MIT

Changelog

* Wed Jun 10 2026 Steve Kowalik <steven.kowalik@suse.com>
  - Add patch skip-single-values-svgexport.patch:
    * Skip single values when exporting to SVG.
* Tue Dec 30 2025 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Enable build on aarch64 again but skip some tests
* Sat Dec 20 2025 Mikhail Paulyshka <me@mixaill.net>
  - replace no-sphinx-qt-doc.patch with drop-unpackaged-sphinx-extensions.patch
  - update to 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 #3185
    * 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 (fixes #3410)
    * 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
* Thu Jun 05 2025 Ben Greiner <code@bnavigator.de>
  - Remove pyside2 requirement
  - Update qt submodule requirement for matplotlib
  - Disable package for ARM and i586 due to failing tests
* Fri May 09 2025 Steve Kowalik <steven.kowalik@suse.com>
  - Switch to pyproject macros.
* Wed Sep 11 2024 Markéta Machová <mmachova@suse.com>
  - update to 0.13.7
    * Optimize clip and downsample
    * Drop python 3.8 and numpy 1.20 support
    * speed up PColorMeshItem
    * NonUniformImage improvements
    * Fix 'import pyqtgraph.canvas' crash
    * Add LabelItem font family option
    * add fastpath for float images with nans
    * Add peegee as mkQApp application icon
    * Add stubs for Qt modules
    * add ColorMapMenu to ColorBarItem
    * bdist_wheel needs to grab peegee icons
    * 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
  - Drop merged patches:
    * py3114.patch
    * 2748.patch
* Wed Jul 19 2023 Markéta Machová <mmachova@suse.com>
  - Add upstream patch py3114.patch to fix build with Python 3.11.4+
* Tue Jun 20 2023 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - update to version 0.13.3:
    * https://github.com/pyqtgraph/pyqtgraph/releases/tag/pyqtgraph-0.13.3
  - Changelog of skipped 0.13.2:
    * https://github.com/pyqtgraph/pyqtgraph/releases/tag/pyqtgraph-0.13.2
  - Re-enable test_rescaleData and add patch to fix it on aarch64:
    * 2748.patch
  - Update no-sphinx-qt-doc.patch
* Tue Feb 21 2023 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - update to version 0.13.1:
    * Bug Fixes
      + Refactor examples using `Interactor` to run on changing
      function parameters by @ntjess in
      https://github.com/pyqtgraph/pyqtgraph/pull/2437
    * API Change
      + deprecate GraphicsObject::parentChanged method by @pijyoi
      in https://github.com/pyqtgraph/pyqtgraph/pull/2420
    * Other
      + Move Console to generic template and make font Courier New
      by @j9ac9k in https://github.com/pyqtgraph/pyqtgraph/pull/2435
  - Changelog of skipped 0.13.0:
    * https://github.com/pyqtgraph/pyqtgraph/compare/pyqtgraph-0.12.4...pyqtgraph-0.13.0
  - Disable test_rescaleData on aarch64 until fixed upstream
  - Add patch to not build sphinx qt doc as it fails:
    * no-sphinx-qt-doc.patch
* Thu Jun 23 2022 Arun Persaud <arun@gmx.de>
  - update to version 0.12.4:
    * Highlights:
      + #2055 Jupyter Support via jupyter-rfb
      + #2011 Experimental High Performance With Lines > 1px Thickness
      + #2059/#2153 Python 3.10 Support
    * New Features:
      + #2041 Allow unsetting various options in PlotDataItem and
      PlotCurveItem
      + #2052 PlotItem Average pen and shadow pen are now accessible
      + #2090 More coninient methods for color maps and bars
    * Performance Enhancements:
      + #2023 PColorMeshItem Performance Improvements
      + #2032 Speed up PlotCurveItem fillLevel
      + #2036 Speed up arrayToQPath for connect='all' with non-finite
      values
      + #2111 PlotCurveItem OpenGL avoid automatic conversion from
      float64 to float32
      + #2124 Go back to using np.clip on Windows with numpy 1.22 or
      newer
      + #2131 Avoid PyOpenGL automatic array conversion
      + #2198 Cache values used in GraphicsWidget .boundingRect() and
      .shape() methods
      + #2199 Avoid unnecessary call to viewRange if autoRange is
      disabled
      + #2202 Cachce ViewBox view pixel size
    * Bug Fixes:
      + #2034 Fix Mouse Event possitioning issue with grid
      + #2047 Fixed WidgetGroup Handling QSplitter
      + #2054 Limit ViewBox based on double precision limitations
      + #2085 Reverse coordinates when drawing on row-major images
      + #2087 Fix broken imports in some examples
      + #2089 Don't raise exception when close method of an
      already-closed dock is called
      + #2101 Change GroupParameterItem palette to look ok in darkmode
      on macOS
      + #2103 Fix stuck ColorBarItem
      + #2132 Workaround for PySide6 6.2.2 breaking change
      + #2130 RangeColorMapItem derives from ColorMapParameter
      + #2147 Fire correct signal for Checklist ParameterItem type
      + #2148 Avoid comparing a string with a np.ndarray
      + #2170 Fix formatting on minimum value of GradientLegend
    * API/Behavior Changes:
      + #2081 Separate x and y flags for AxisItem.setLogMode
      + #2086 ParameterTree PenParameter now uses GrouParameter instead
      of popup button
      + #2097 Add a proxy delay to checklist ParameterItem changes via
      children edits
      + #2192 Added option to makeARGB to disable masking NaNs
    * Other:
      + #1915 Deprecate QtWidgets accessed through QtGui
      + #2002 isort and pycln prun over entire repo
      + #2038 Fixed various deprecations
      + #2045 Examples Directory moved inside project directory
      + #2051 Implement Pickle Protocol for RemoteGraphicsView
      + #2053 Disable unneeded call to ViewBox.prepareForPaint()
      + #2057 Avoid re-dispatching mouse events from the AxisItem
      + #2064 Add a quantization limit to ViewBox
      + #2073 Implementing glInfo without PyOpenGL
      + #2077 Improved error message for invalid PYQTGRAPH_QT_LIB
      + #2083 Added check for ROI to make sure its in a GraphicsScene
      + #2093 Add helpful exceptions for invalid inputs to some methods
      + #2096 Be lazier about importing h5py
      + #2098 Remove polluting import namespace using *
      + #2099 Convert == None to is None checks
      + #2100 Avoid re-using variables in nested loops
      + #2124 Fixed variety of deprecation warnings
      + #2154 Fix typos and formatting errors in comments/docstrings
      + #2194 stop using deprecated numpy.fromstring and use
      numpy.frombuffer instead

Files

/usr/lib/python3.14/site-packages/pyqtgraph
/usr/lib/python3.14/site-packages/pyqtgraph-0.14.0.dist-info
/usr/lib/python3.14/site-packages/pyqtgraph-0.14.0.dist-info/INSTALLER
/usr/lib/python3.14/site-packages/pyqtgraph-0.14.0.dist-info/METADATA
/usr/lib/python3.14/site-packages/pyqtgraph-0.14.0.dist-info/RECORD
/usr/lib/python3.14/site-packages/pyqtgraph-0.14.0.dist-info/REQUESTED
/usr/lib/python3.14/site-packages/pyqtgraph-0.14.0.dist-info/WHEEL
/usr/lib/python3.14/site-packages/pyqtgraph-0.14.0.dist-info/licenses
/usr/lib/python3.14/site-packages/pyqtgraph-0.14.0.dist-info/licenses/LICENSE.txt
/usr/lib/python3.14/site-packages/pyqtgraph-0.14.0.dist-info/top_level.txt
/usr/lib/python3.14/site-packages/pyqtgraph/GraphicsScene
/usr/lib/python3.14/site-packages/pyqtgraph/GraphicsScene/GraphicsScene.py
/usr/lib/python3.14/site-packages/pyqtgraph/GraphicsScene/__init__.py
/usr/lib/python3.14/site-packages/pyqtgraph/GraphicsScene/__pycache__
/usr/lib/python3.14/site-packages/pyqtgraph/GraphicsScene/__pycache__/GraphicsScene.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/GraphicsScene/__pycache__/GraphicsScene.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/GraphicsScene/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/GraphicsScene/__pycache__/__init__.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/GraphicsScene/__pycache__/exportDialog.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/GraphicsScene/__pycache__/exportDialog.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/GraphicsScene/__pycache__/exportDialogTemplate_generic.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/GraphicsScene/__pycache__/exportDialogTemplate_generic.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/GraphicsScene/__pycache__/mouseEvents.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/GraphicsScene/__pycache__/mouseEvents.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/GraphicsScene/exportDialog.py
/usr/lib/python3.14/site-packages/pyqtgraph/GraphicsScene/exportDialogTemplate_generic.py
/usr/lib/python3.14/site-packages/pyqtgraph/GraphicsScene/mouseEvents.py
/usr/lib/python3.14/site-packages/pyqtgraph/PlotData.py
/usr/lib/python3.14/site-packages/pyqtgraph/Point.py
/usr/lib/python3.14/site-packages/pyqtgraph/Qt
/usr/lib/python3.14/site-packages/pyqtgraph/Qt/OpenGLConstants.py
/usr/lib/python3.14/site-packages/pyqtgraph/Qt/OpenGLHelpers.py
/usr/lib/python3.14/site-packages/pyqtgraph/Qt/QtCore
/usr/lib/python3.14/site-packages/pyqtgraph/Qt/QtCore/__init__.py
/usr/lib/python3.14/site-packages/pyqtgraph/Qt/QtCore/__init__.pyi
/usr/lib/python3.14/site-packages/pyqtgraph/Qt/QtCore/__pycache__
/usr/lib/python3.14/site-packages/pyqtgraph/Qt/QtCore/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/Qt/QtCore/__pycache__/__init__.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/Qt/QtGui
/usr/lib/python3.14/site-packages/pyqtgraph/Qt/QtGui/__init__.py
/usr/lib/python3.14/site-packages/pyqtgraph/Qt/QtGui/__init__.pyi
/usr/lib/python3.14/site-packages/pyqtgraph/Qt/QtGui/__pycache__
/usr/lib/python3.14/site-packages/pyqtgraph/Qt/QtGui/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/Qt/QtGui/__pycache__/__init__.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/Qt/QtSvg.pyi
/usr/lib/python3.14/site-packages/pyqtgraph/Qt/QtTest.pyi
/usr/lib/python3.14/site-packages/pyqtgraph/Qt/QtWidgets
/usr/lib/python3.14/site-packages/pyqtgraph/Qt/QtWidgets/__init__.py
/usr/lib/python3.14/site-packages/pyqtgraph/Qt/QtWidgets/__init__.pyi
/usr/lib/python3.14/site-packages/pyqtgraph/Qt/QtWidgets/__pycache__
/usr/lib/python3.14/site-packages/pyqtgraph/Qt/QtWidgets/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/Qt/QtWidgets/__pycache__/__init__.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/Qt/__init__.py
/usr/lib/python3.14/site-packages/pyqtgraph/Qt/__init__.pyi
/usr/lib/python3.14/site-packages/pyqtgraph/Qt/__pycache__
/usr/lib/python3.14/site-packages/pyqtgraph/Qt/__pycache__/OpenGLConstants.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/Qt/__pycache__/OpenGLConstants.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/Qt/__pycache__/OpenGLHelpers.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/Qt/__pycache__/OpenGLHelpers.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/Qt/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/Qt/__pycache__/__init__.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/Qt/__pycache__/internals.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/Qt/__pycache__/internals.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/Qt/compat
/usr/lib/python3.14/site-packages/pyqtgraph/Qt/compat/__init__.py
/usr/lib/python3.14/site-packages/pyqtgraph/Qt/compat/__pycache__
/usr/lib/python3.14/site-packages/pyqtgraph/Qt/compat/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/Qt/compat/__pycache__/__init__.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/Qt/internals.py
/usr/lib/python3.14/site-packages/pyqtgraph/SRTTransform.py
/usr/lib/python3.14/site-packages/pyqtgraph/SRTTransform3D.py
/usr/lib/python3.14/site-packages/pyqtgraph/SignalProxy.py
/usr/lib/python3.14/site-packages/pyqtgraph/ThreadsafeTimer.py
/usr/lib/python3.14/site-packages/pyqtgraph/Transform3D.py
/usr/lib/python3.14/site-packages/pyqtgraph/Vector.py
/usr/lib/python3.14/site-packages/pyqtgraph/WidgetGroup.py
/usr/lib/python3.14/site-packages/pyqtgraph/__init__.py
/usr/lib/python3.14/site-packages/pyqtgraph/__pycache__
/usr/lib/python3.14/site-packages/pyqtgraph/__pycache__/PlotData.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/__pycache__/PlotData.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/__pycache__/Point.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/__pycache__/Point.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/__pycache__/SRTTransform.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/__pycache__/SRTTransform.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/__pycache__/SRTTransform3D.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/__pycache__/SRTTransform3D.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/__pycache__/SignalProxy.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/__pycache__/SignalProxy.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/__pycache__/ThreadsafeTimer.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/__pycache__/ThreadsafeTimer.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/__pycache__/Transform3D.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/__pycache__/Transform3D.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/__pycache__/Vector.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/__pycache__/Vector.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/__pycache__/WidgetGroup.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/__pycache__/WidgetGroup.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/__pycache__/__init__.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/__pycache__/colormap.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/__pycache__/colormap.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/__pycache__/configfile.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/__pycache__/configfile.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/__pycache__/debug.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/__pycache__/debug.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/__pycache__/exceptionHandling.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/__pycache__/exceptionHandling.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/__pycache__/frozenSupport.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/__pycache__/frozenSupport.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/__pycache__/functions.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/__pycache__/functions.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/__pycache__/functions_numba.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/__pycache__/functions_numba.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/__pycache__/functions_qimage.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/__pycache__/functions_qimage.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/__pycache__/reload.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/__pycache__/reload.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/__pycache__/units.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/__pycache__/units.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/colormap.py
/usr/lib/python3.14/site-packages/pyqtgraph/colors
/usr/lib/python3.14/site-packages/pyqtgraph/colors/__init__.py
/usr/lib/python3.14/site-packages/pyqtgraph/colors/__pycache__
/usr/lib/python3.14/site-packages/pyqtgraph/colors/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/colors/__pycache__/__init__.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/colors/__pycache__/palette.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/colors/__pycache__/palette.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CC-BY license - applies to CET color map data.txt
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CC0 legal code - applies to virids, magma, plasma, inferno and cividis.txt
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-C1.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-C1s.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-C2.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-C2s.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-C3.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-C3s.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-C4.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-C4s.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-C5.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-C5s.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-C6.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-C6s.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-C7.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-C7s.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-CBC1.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-CBC2.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-CBD1.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-CBL1.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-CBL2.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-CBTC1.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-CBTC2.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-CBTD1.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-CBTL1.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-CBTL2.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-D1.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-D10.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-D11.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-D12.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-D13.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-D1A.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-D2.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-D3.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-D4.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-D6.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-D7.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-D8.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-D9.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-I1.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-I2.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-I3.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-L1.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-L10.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-L11.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-L12.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-L13.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-L14.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-L15.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-L16.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-L17.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-L18.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-L19.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-L2.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-L3.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-L4.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-L5.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-L6.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-L7.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-L8.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-L9.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-R1.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-R2.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-R3.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/CET-R4.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/PAL-relaxed.hex
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/PAL-relaxed_bright.hex
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/cividis.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/inferno.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/magma.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/plasma.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/turbo.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/maps/viridis.csv
/usr/lib/python3.14/site-packages/pyqtgraph/colors/palette.py
/usr/lib/python3.14/site-packages/pyqtgraph/configfile.py
/usr/lib/python3.14/site-packages/pyqtgraph/console
/usr/lib/python3.14/site-packages/pyqtgraph/console/CmdInput.py
/usr/lib/python3.14/site-packages/pyqtgraph/console/Console.py
/usr/lib/python3.14/site-packages/pyqtgraph/console/__init__.py
/usr/lib/python3.14/site-packages/pyqtgraph/console/__pycache__
/usr/lib/python3.14/site-packages/pyqtgraph/console/__pycache__/CmdInput.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/console/__pycache__/CmdInput.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/console/__pycache__/Console.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/console/__pycache__/Console.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/console/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/console/__pycache__/__init__.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/console/__pycache__/exception_widget.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/console/__pycache__/exception_widget.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/console/__pycache__/repl_widget.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/console/__pycache__/repl_widget.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/console/__pycache__/stackwidget.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/console/__pycache__/stackwidget.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/console/exception_widget.py
/usr/lib/python3.14/site-packages/pyqtgraph/console/repl_widget.py
/usr/lib/python3.14/site-packages/pyqtgraph/console/stackwidget.py
/usr/lib/python3.14/site-packages/pyqtgraph/debug.py
/usr/lib/python3.14/site-packages/pyqtgraph/dockarea
/usr/lib/python3.14/site-packages/pyqtgraph/dockarea/Container.py
/usr/lib/python3.14/site-packages/pyqtgraph/dockarea/Dock.py
/usr/lib/python3.14/site-packages/pyqtgraph/dockarea/DockArea.py
/usr/lib/python3.14/site-packages/pyqtgraph/dockarea/DockDrop.py
/usr/lib/python3.14/site-packages/pyqtgraph/dockarea/__init__.py
/usr/lib/python3.14/site-packages/pyqtgraph/dockarea/__pycache__
/usr/lib/python3.14/site-packages/pyqtgraph/dockarea/__pycache__/Container.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/dockarea/__pycache__/Container.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/dockarea/__pycache__/Dock.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/dockarea/__pycache__/Dock.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/dockarea/__pycache__/DockArea.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/dockarea/__pycache__/DockArea.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/dockarea/__pycache__/DockDrop.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/dockarea/__pycache__/DockDrop.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/dockarea/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/dockarea/__pycache__/__init__.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples
/usr/lib/python3.14/site-packages/pyqtgraph/examples/Arrow.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/AxisItem_label_overlap.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/BarGraphItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/BoxplotItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/CLIexample.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/ColorBarItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/ColorButton.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/ColorGradientPlots.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/ConsoleWidget.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/CustomGraphItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/DataSlicing.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/DataTreeWidget.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/DateAxisItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/DateAxisItem_QtDesigner.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/DiffTreeWidget.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/Draw.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/ErrorBarItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/ExampleApp.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/FillBetweenItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/Flowchart.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/FlowchartCustomNode.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/GLBarGraphItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/GLGradientLegendItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/GLGraphItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/GLImageItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/GLIsosurface.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/GLLinePlotItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/GLMeshItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/GLPainterItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/GLScatterPlotItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/GLSurfacePlot.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/GLTextItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/GLViewWidget.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/GLVolumeItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/GLshaders.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/GradientEditor.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/GradientWidget.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/GraphItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/GraphicsLayout.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/GraphicsScene.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/HistogramLUT.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/ImageItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/ImageView.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/InfiniteLine.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/InteractiveParameter.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/JoystickButton.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/Legend.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/LogPlotTest.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/MatrixDisplayExample.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/MouseSelection.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/MultiDataPlot.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/MultiPlotSpeedTest.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/MultiplePlotAxes.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/NonUniformImage.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/PColorMeshItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/PanningPlot.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/PlotAutoRange.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/PlotSpeedTest.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/PlotWidget.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/Plotting.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/ProgressDialog.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/ROIExamples.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/ROItypes.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/RemoteGraphicsView.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/RemoteSpeedTest.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/RunExampleApp.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/ScaleBar.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/ScatterPlot.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/ScatterPlotSpeedTest.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/ScatterPlotWidget.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/SimplePlot.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/SpinBox.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/Symbols.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/TableWidget.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/TreeWidget.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/VideoSpeedTest.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/VideoTemplate_generic.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/ViewBox.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/ViewBoxFeatures.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/ViewLimits.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__init__.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__main__.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/Arrow.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/Arrow.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/AxisItem_label_overlap.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/AxisItem_label_overlap.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/BarGraphItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/BarGraphItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/BoxplotItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/BoxplotItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/CLIexample.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/CLIexample.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/ColorBarItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/ColorBarItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/ColorButton.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/ColorButton.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/ColorGradientPlots.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/ColorGradientPlots.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/ConsoleWidget.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/ConsoleWidget.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/CustomGraphItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/CustomGraphItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/DataSlicing.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/DataSlicing.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/DataTreeWidget.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/DataTreeWidget.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/DateAxisItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/DateAxisItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/DateAxisItem_QtDesigner.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/DateAxisItem_QtDesigner.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/DiffTreeWidget.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/DiffTreeWidget.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/Draw.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/Draw.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/ErrorBarItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/ErrorBarItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/ExampleApp.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/ExampleApp.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/FillBetweenItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/FillBetweenItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/Flowchart.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/Flowchart.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/FlowchartCustomNode.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/FlowchartCustomNode.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/GLBarGraphItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/GLBarGraphItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/GLGradientLegendItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/GLGradientLegendItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/GLGraphItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/GLGraphItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/GLImageItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/GLImageItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/GLIsosurface.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/GLIsosurface.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/GLLinePlotItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/GLLinePlotItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/GLMeshItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/GLMeshItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/GLPainterItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/GLPainterItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/GLScatterPlotItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/GLScatterPlotItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/GLSurfacePlot.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/GLSurfacePlot.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/GLTextItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/GLTextItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/GLViewWidget.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/GLViewWidget.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/GLVolumeItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/GLVolumeItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/GLshaders.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/GLshaders.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/GradientEditor.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/GradientEditor.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/GradientWidget.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/GradientWidget.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/GraphItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/GraphItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/GraphicsLayout.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/GraphicsLayout.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/GraphicsScene.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/GraphicsScene.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/HistogramLUT.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/HistogramLUT.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/ImageItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/ImageItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/ImageView.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/ImageView.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/InfiniteLine.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/InfiniteLine.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/InteractiveParameter.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/InteractiveParameter.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/JoystickButton.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/JoystickButton.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/Legend.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/Legend.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/LogPlotTest.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/LogPlotTest.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/MatrixDisplayExample.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/MatrixDisplayExample.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/MouseSelection.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/MouseSelection.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/MultiDataPlot.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/MultiDataPlot.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/MultiPlotSpeedTest.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/MultiPlotSpeedTest.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/MultiplePlotAxes.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/MultiplePlotAxes.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/NonUniformImage.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/NonUniformImage.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/PColorMeshItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/PColorMeshItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/PanningPlot.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/PanningPlot.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/PlotAutoRange.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/PlotAutoRange.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/PlotSpeedTest.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/PlotSpeedTest.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/PlotWidget.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/PlotWidget.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/Plotting.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/Plotting.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/ProgressDialog.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/ProgressDialog.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/ROIExamples.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/ROIExamples.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/ROItypes.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/ROItypes.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/RemoteGraphicsView.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/RemoteGraphicsView.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/RemoteSpeedTest.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/RemoteSpeedTest.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/RunExampleApp.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/RunExampleApp.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/ScaleBar.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/ScaleBar.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/ScatterPlot.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/ScatterPlot.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/ScatterPlotSpeedTest.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/ScatterPlotSpeedTest.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/ScatterPlotWidget.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/ScatterPlotWidget.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/SimplePlot.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/SimplePlot.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/SpinBox.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/SpinBox.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/Symbols.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/Symbols.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/TableWidget.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/TableWidget.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/TreeWidget.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/TreeWidget.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/VideoSpeedTest.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/VideoSpeedTest.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/VideoTemplate_generic.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/VideoTemplate_generic.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/ViewBox.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/ViewBox.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/ViewBoxFeatures.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/ViewBoxFeatures.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/ViewLimits.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/ViewLimits.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/__init__.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/__main__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/__main__.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/_buildParamTypes.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/_buildParamTypes.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/_paramtreecfg.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/_paramtreecfg.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/beeswarm.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/beeswarm.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/colorMaps.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/colorMaps.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/colorMapsLinearized.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/colorMapsLinearized.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/console_exception_inspection.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/console_exception_inspection.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/contextMenu.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/contextMenu.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/crosshair.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/crosshair.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/customGraphicsItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/customGraphicsItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/customPlot.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/customPlot.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/designerExample.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/designerExample.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/dockarea.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/dockarea.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/exampleLoaderTemplate_generic.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/exampleLoaderTemplate_generic.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/fractal.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/fractal.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/glow.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/glow.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/hdf5.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/hdf5.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/histogram.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/histogram.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/imageAnalysis.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/imageAnalysis.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/infiniteline_performance.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/infiniteline_performance.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/isocurve.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/isocurve.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/jupyter_console_example.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/jupyter_console_example.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/linkedViews.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/linkedViews.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/logAxis.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/logAxis.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/multiplePlotSpeedTest.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/multiplePlotSpeedTest.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/multiprocess.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/multiprocess.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/optics_demos.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/optics_demos.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/parallelize.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/parallelize.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/parametertree.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/parametertree.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/relativity_demo.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/relativity_demo.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/scrollingPlots.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/scrollingPlots.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/syntax.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/syntax.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/template.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/template.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/test_examples.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/test_examples.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/text.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/text.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/utils.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/utils.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/verlet_chain_demo.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/__pycache__/verlet_chain_demo.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/_buildParamTypes.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/_paramtreecfg.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/beeswarm.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/colorMaps.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/colorMapsLinearized.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/console_exception_inspection.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/contextMenu.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/crosshair.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/customGraphicsItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/customPlot.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/cx_freeze
/usr/lib/python3.14/site-packages/pyqtgraph/examples/cx_freeze/__pycache__
/usr/lib/python3.14/site-packages/pyqtgraph/examples/cx_freeze/__pycache__/plotTest.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/cx_freeze/__pycache__/plotTest.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/cx_freeze/__pycache__/setup.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/cx_freeze/__pycache__/setup.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/cx_freeze/plotTest.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/cx_freeze/setup.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/designerExample.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/dockarea.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/exampleLoaderTemplate_generic.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/fractal.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/glow.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/hdf5.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/histogram.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/imageAnalysis.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/infiniteline_performance.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/isocurve.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/jupyter_console_example.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/linkedViews.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/logAxis.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/multiplePlotSpeedTest.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/multiprocess.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/optics
/usr/lib/python3.14/site-packages/pyqtgraph/examples/optics/__init__.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/optics/__pycache__
/usr/lib/python3.14/site-packages/pyqtgraph/examples/optics/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/optics/__pycache__/__init__.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/optics/__pycache__/pyoptic.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/optics/__pycache__/pyoptic.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/optics/pyoptic.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/optics/schott_glasses.csv.gz
/usr/lib/python3.14/site-packages/pyqtgraph/examples/optics_demos.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/parallelize.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/parametertree.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/py2exe
/usr/lib/python3.14/site-packages/pyqtgraph/examples/py2exe/__pycache__
/usr/lib/python3.14/site-packages/pyqtgraph/examples/py2exe/__pycache__/plotTest.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/py2exe/__pycache__/plotTest.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/py2exe/__pycache__/setup.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/py2exe/__pycache__/setup.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/py2exe/plotTest.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/py2exe/setup.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/relativity
/usr/lib/python3.14/site-packages/pyqtgraph/examples/relativity/__init__.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/relativity/__pycache__
/usr/lib/python3.14/site-packages/pyqtgraph/examples/relativity/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/relativity/__pycache__/__init__.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/relativity/__pycache__/relativity.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/relativity/__pycache__/relativity.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/relativity/presets
/usr/lib/python3.14/site-packages/pyqtgraph/examples/relativity/presets/Grid Expansion.cfg
/usr/lib/python3.14/site-packages/pyqtgraph/examples/relativity/presets/Twin Paradox (grid).cfg
/usr/lib/python3.14/site-packages/pyqtgraph/examples/relativity/presets/Twin Paradox.cfg
/usr/lib/python3.14/site-packages/pyqtgraph/examples/relativity/relativity.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/relativity_demo.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/scrollingPlots.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/syntax.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/template.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/test_examples.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/text.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/utils.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/verlet_chain
/usr/lib/python3.14/site-packages/pyqtgraph/examples/verlet_chain/__init__.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/verlet_chain/__pycache__
/usr/lib/python3.14/site-packages/pyqtgraph/examples/verlet_chain/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/verlet_chain/__pycache__/__init__.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/verlet_chain/__pycache__/chain.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/verlet_chain/__pycache__/chain.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/verlet_chain/__pycache__/relax.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/verlet_chain/__pycache__/relax.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/examples/verlet_chain/chain.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/verlet_chain/relax.py
/usr/lib/python3.14/site-packages/pyqtgraph/examples/verlet_chain_demo.py
/usr/lib/python3.14/site-packages/pyqtgraph/exceptionHandling.py
/usr/lib/python3.14/site-packages/pyqtgraph/exporters
/usr/lib/python3.14/site-packages/pyqtgraph/exporters/CSVExporter.py
/usr/lib/python3.14/site-packages/pyqtgraph/exporters/Exporter.py
/usr/lib/python3.14/site-packages/pyqtgraph/exporters/HDF5Exporter.py
/usr/lib/python3.14/site-packages/pyqtgraph/exporters/ImageExporter.py
/usr/lib/python3.14/site-packages/pyqtgraph/exporters/Matplotlib.py
/usr/lib/python3.14/site-packages/pyqtgraph/exporters/PrintExporter.py
/usr/lib/python3.14/site-packages/pyqtgraph/exporters/SVGExporter.py
/usr/lib/python3.14/site-packages/pyqtgraph/exporters/__init__.py
/usr/lib/python3.14/site-packages/pyqtgraph/exporters/__pycache__
/usr/lib/python3.14/site-packages/pyqtgraph/exporters/__pycache__/CSVExporter.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/exporters/__pycache__/CSVExporter.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/exporters/__pycache__/Exporter.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/exporters/__pycache__/Exporter.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/exporters/__pycache__/HDF5Exporter.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/exporters/__pycache__/HDF5Exporter.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/exporters/__pycache__/ImageExporter.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/exporters/__pycache__/ImageExporter.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/exporters/__pycache__/Matplotlib.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/exporters/__pycache__/Matplotlib.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/exporters/__pycache__/PrintExporter.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/exporters/__pycache__/PrintExporter.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/exporters/__pycache__/SVGExporter.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/exporters/__pycache__/SVGExporter.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/exporters/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/exporters/__pycache__/__init__.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/flowchart
/usr/lib/python3.14/site-packages/pyqtgraph/flowchart/Flowchart.py
/usr/lib/python3.14/site-packages/pyqtgraph/flowchart/FlowchartCtrlTemplate_generic.py
/usr/lib/python3.14/site-packages/pyqtgraph/flowchart/FlowchartGraphicsView.py
/usr/lib/python3.14/site-packages/pyqtgraph/flowchart/Node.py
/usr/lib/python3.14/site-packages/pyqtgraph/flowchart/NodeLibrary.py
/usr/lib/python3.14/site-packages/pyqtgraph/flowchart/Terminal.py
/usr/lib/python3.14/site-packages/pyqtgraph/flowchart/__init__.py
/usr/lib/python3.14/site-packages/pyqtgraph/flowchart/__pycache__
/usr/lib/python3.14/site-packages/pyqtgraph/flowchart/__pycache__/Flowchart.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/flowchart/__pycache__/Flowchart.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/flowchart/__pycache__/FlowchartCtrlTemplate_generic.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/flowchart/__pycache__/FlowchartCtrlTemplate_generic.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/flowchart/__pycache__/FlowchartGraphicsView.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/flowchart/__pycache__/FlowchartGraphicsView.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/flowchart/__pycache__/Node.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/flowchart/__pycache__/Node.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/flowchart/__pycache__/NodeLibrary.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/flowchart/__pycache__/NodeLibrary.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/flowchart/__pycache__/Terminal.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/flowchart/__pycache__/Terminal.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/flowchart/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/flowchart/__pycache__/__init__.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/flowchart/library
/usr/lib/python3.14/site-packages/pyqtgraph/flowchart/library/Data.py
/usr/lib/python3.14/site-packages/pyqtgraph/flowchart/library/Display.py
/usr/lib/python3.14/site-packages/pyqtgraph/flowchart/library/Filters.py
/usr/lib/python3.14/site-packages/pyqtgraph/flowchart/library/Operators.py
/usr/lib/python3.14/site-packages/pyqtgraph/flowchart/library/__init__.py
/usr/lib/python3.14/site-packages/pyqtgraph/flowchart/library/__pycache__
/usr/lib/python3.14/site-packages/pyqtgraph/flowchart/library/__pycache__/Data.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/flowchart/library/__pycache__/Data.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/flowchart/library/__pycache__/Display.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/flowchart/library/__pycache__/Display.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/flowchart/library/__pycache__/Filters.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/flowchart/library/__pycache__/Filters.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/flowchart/library/__pycache__/Operators.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/flowchart/library/__pycache__/Operators.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/flowchart/library/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/flowchart/library/__pycache__/__init__.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/flowchart/library/__pycache__/common.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/flowchart/library/__pycache__/common.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/flowchart/library/__pycache__/functions.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/flowchart/library/__pycache__/functions.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/flowchart/library/common.py
/usr/lib/python3.14/site-packages/pyqtgraph/flowchart/library/functions.py
/usr/lib/python3.14/site-packages/pyqtgraph/frozenSupport.py
/usr/lib/python3.14/site-packages/pyqtgraph/functions.py
/usr/lib/python3.14/site-packages/pyqtgraph/functions_numba.py
/usr/lib/python3.14/site-packages/pyqtgraph/functions_qimage.py
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/ArrowItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/AxisItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/BarGraphItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/BoxplotItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/ButtonItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/ColorBarItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/CurvePoint.py
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/DateAxisItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/ErrorBarItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/FillBetweenItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/GradientEditorItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/GradientLegend.py
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/GradientPresets.py
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/GraphItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/GraphicsItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/GraphicsLayout.py
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/GraphicsObject.py
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/GraphicsWidget.py
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/GraphicsWidgetAnchor.py
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/GridItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/HistogramLUTItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/ImageItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/InfiniteLine.py
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/IsocurveItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/ItemGroup.py
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/LabelItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/LegendItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/LinearRegionItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/NonUniformImage.py
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/PColorMeshItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/PlotCurveItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/PlotDataItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/PlotItem
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/PlotItem/PlotItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/PlotItem/__init__.py
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/PlotItem/__pycache__
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/PlotItem/__pycache__/PlotItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/PlotItem/__pycache__/PlotItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/PlotItem/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/PlotItem/__pycache__/__init__.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/PlotItem/__pycache__/plotConfigTemplate_generic.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/PlotItem/__pycache__/plotConfigTemplate_generic.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate_generic.py
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/ROI.py
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/ScaleBar.py
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/ScatterPlotItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/TargetItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/TextItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/UIGraphicsItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/VTickGroup.py
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/ViewBox
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/ViewBox/ViewBox.py
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/ViewBox/ViewBoxMenu.py
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/ViewBox/__init__.py
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/ViewBox/__pycache__
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/ViewBox/__pycache__/ViewBox.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/ViewBox/__pycache__/ViewBox.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/ViewBox/__pycache__/ViewBoxMenu.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/ViewBox/__pycache__/ViewBoxMenu.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/ViewBox/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/ViewBox/__pycache__/__init__.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/ViewBox/__pycache__/axisCtrlTemplate_generic.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/ViewBox/__pycache__/axisCtrlTemplate_generic.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/ViewBox/axisCtrlTemplate_generic.py
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__init__.py
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/ArrowItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/ArrowItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/AxisItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/AxisItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/BarGraphItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/BarGraphItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/BoxplotItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/BoxplotItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/ButtonItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/ButtonItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/ColorBarItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/ColorBarItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/CurvePoint.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/CurvePoint.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/DateAxisItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/DateAxisItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/ErrorBarItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/ErrorBarItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/FillBetweenItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/FillBetweenItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/GradientEditorItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/GradientEditorItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/GradientLegend.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/GradientLegend.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/GradientPresets.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/GradientPresets.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/GraphItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/GraphItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/GraphicsItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/GraphicsItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/GraphicsLayout.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/GraphicsLayout.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/GraphicsObject.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/GraphicsObject.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/GraphicsWidget.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/GraphicsWidget.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/GraphicsWidgetAnchor.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/GraphicsWidgetAnchor.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/GridItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/GridItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/HistogramLUTItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/HistogramLUTItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/ImageItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/ImageItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/InfiniteLine.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/InfiniteLine.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/IsocurveItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/IsocurveItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/ItemGroup.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/ItemGroup.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/LabelItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/LabelItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/LegendItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/LegendItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/LinearRegionItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/LinearRegionItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/NonUniformImage.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/NonUniformImage.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/PColorMeshItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/PColorMeshItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/PlotCurveItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/PlotCurveItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/PlotDataItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/PlotDataItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/ROI.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/ROI.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/ScaleBar.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/ScaleBar.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/ScatterPlotItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/ScatterPlotItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/TargetItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/TargetItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/TextItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/TextItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/UIGraphicsItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/UIGraphicsItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/VTickGroup.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/VTickGroup.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/graphicsItems/__pycache__/__init__.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/icons
/usr/lib/python3.14/site-packages/pyqtgraph/icons/__init__.py
/usr/lib/python3.14/site-packages/pyqtgraph/icons/__pycache__
/usr/lib/python3.14/site-packages/pyqtgraph/icons/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/icons/__pycache__/__init__.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/icons/auto.png
/usr/lib/python3.14/site-packages/pyqtgraph/icons/ctrl.png
/usr/lib/python3.14/site-packages/pyqtgraph/icons/default.png
/usr/lib/python3.14/site-packages/pyqtgraph/icons/icons.svg
/usr/lib/python3.14/site-packages/pyqtgraph/icons/invisibleEye.svg
/usr/lib/python3.14/site-packages/pyqtgraph/icons/lock.png
/usr/lib/python3.14/site-packages/pyqtgraph/icons/peegee
/usr/lib/python3.14/site-packages/pyqtgraph/icons/peegee/peegee.svg
/usr/lib/python3.14/site-packages/pyqtgraph/icons/peegee/peegee_128px.png
/usr/lib/python3.14/site-packages/pyqtgraph/icons/peegee/peegee_128px@2x.png
/usr/lib/python3.14/site-packages/pyqtgraph/icons/peegee/peegee_192px.png
/usr/lib/python3.14/site-packages/pyqtgraph/icons/peegee/peegee_256px.png
/usr/lib/python3.14/site-packages/pyqtgraph/icons/peegee/peegee_256px@2x.png
/usr/lib/python3.14/site-packages/pyqtgraph/icons/peegee/peegee_512px.png
/usr/lib/python3.14/site-packages/pyqtgraph/icons/peegee/peegee_512px@2x.png
/usr/lib/python3.14/site-packages/pyqtgraph/imageview
/usr/lib/python3.14/site-packages/pyqtgraph/imageview/ImageView.py
/usr/lib/python3.14/site-packages/pyqtgraph/imageview/ImageViewTemplate_generic.py
/usr/lib/python3.14/site-packages/pyqtgraph/imageview/__init__.py
/usr/lib/python3.14/site-packages/pyqtgraph/imageview/__pycache__
/usr/lib/python3.14/site-packages/pyqtgraph/imageview/__pycache__/ImageView.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/imageview/__pycache__/ImageView.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/imageview/__pycache__/ImageViewTemplate_generic.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/imageview/__pycache__/ImageViewTemplate_generic.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/imageview/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/imageview/__pycache__/__init__.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/jupyter
/usr/lib/python3.14/site-packages/pyqtgraph/jupyter/GraphicsView.py
/usr/lib/python3.14/site-packages/pyqtgraph/jupyter/__init__.py
/usr/lib/python3.14/site-packages/pyqtgraph/jupyter/__pycache__
/usr/lib/python3.14/site-packages/pyqtgraph/jupyter/__pycache__/GraphicsView.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/jupyter/__pycache__/GraphicsView.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/jupyter/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/jupyter/__pycache__/__init__.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/multiprocess
/usr/lib/python3.14/site-packages/pyqtgraph/multiprocess/__init__.py
/usr/lib/python3.14/site-packages/pyqtgraph/multiprocess/__pycache__
/usr/lib/python3.14/site-packages/pyqtgraph/multiprocess/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/multiprocess/__pycache__/__init__.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/multiprocess/__pycache__/bootstrap.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/multiprocess/__pycache__/bootstrap.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/multiprocess/__pycache__/parallelizer.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/multiprocess/__pycache__/parallelizer.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/multiprocess/__pycache__/processes.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/multiprocess/__pycache__/processes.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/multiprocess/__pycache__/remoteproxy.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/multiprocess/__pycache__/remoteproxy.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/multiprocess/bootstrap.py
/usr/lib/python3.14/site-packages/pyqtgraph/multiprocess/parallelizer.py
/usr/lib/python3.14/site-packages/pyqtgraph/multiprocess/processes.py
/usr/lib/python3.14/site-packages/pyqtgraph/multiprocess/remoteproxy.py
/usr/lib/python3.14/site-packages/pyqtgraph/opengl
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/GLGraphicsItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/GLViewWidget.py
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/MeshData.py
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/__init__.py
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/__pycache__
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/__pycache__/GLGraphicsItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/__pycache__/GLGraphicsItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/__pycache__/GLViewWidget.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/__pycache__/GLViewWidget.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/__pycache__/MeshData.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/__pycache__/MeshData.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/__pycache__/__init__.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/__pycache__/shaders.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/__pycache__/shaders.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/items
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/items/GLAxisItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/items/GLBarGraphItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/items/GLBoxItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/items/GLGradientLegendItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/items/GLGraphItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/items/GLGridItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/items/GLImageItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/items/GLLinePlotItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/items/GLMeshItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/items/GLScatterPlotItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/items/GLSurfacePlotItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/items/GLTextItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/items/GLVolumeItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/items/__init__.py
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/items/__pycache__
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/items/__pycache__/GLAxisItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/items/__pycache__/GLAxisItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/items/__pycache__/GLBarGraphItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/items/__pycache__/GLBarGraphItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/items/__pycache__/GLBoxItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/items/__pycache__/GLBoxItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/items/__pycache__/GLGradientLegendItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/items/__pycache__/GLGradientLegendItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/items/__pycache__/GLGraphItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/items/__pycache__/GLGraphItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/items/__pycache__/GLGridItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/items/__pycache__/GLGridItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/items/__pycache__/GLImageItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/items/__pycache__/GLImageItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/items/__pycache__/GLLinePlotItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/items/__pycache__/GLLinePlotItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/items/__pycache__/GLMeshItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/items/__pycache__/GLMeshItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/items/__pycache__/GLScatterPlotItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/items/__pycache__/GLScatterPlotItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/items/__pycache__/GLSurfacePlotItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/items/__pycache__/GLSurfacePlotItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/items/__pycache__/GLTextItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/items/__pycache__/GLTextItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/items/__pycache__/GLVolumeItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/items/__pycache__/GLVolumeItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/items/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/items/__pycache__/__init__.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/opengl/shaders.py
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/Parameter.py
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/ParameterItem.py
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/ParameterSystem.py
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/ParameterTree.py
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/SystemSolver.py
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/__init__.py
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/__pycache__
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/__pycache__/Parameter.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/__pycache__/Parameter.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/__pycache__/ParameterItem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/__pycache__/ParameterItem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/__pycache__/ParameterSystem.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/__pycache__/ParameterSystem.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/__pycache__/ParameterTree.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/__pycache__/ParameterTree.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/__pycache__/SystemSolver.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/__pycache__/SystemSolver.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/__pycache__/__init__.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/__pycache__/interactive.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/__pycache__/interactive.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/interactive.py
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/__init__.py
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/__init__.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/action.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/action.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/actiongroup.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/actiongroup.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/basetypes.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/basetypes.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/bool.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/bool.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/calendar.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/calendar.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/checklist.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/checklist.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/color.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/color.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/colormap.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/colormap.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/colormaplut.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/colormaplut.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/file.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/file.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/font.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/font.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/list.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/list.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/numeric.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/numeric.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/pen.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/pen.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/progress.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/progress.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/qtenum.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/qtenum.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/slider.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/slider.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/str.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/str.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/text.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/text.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/action.py
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/actiongroup.py
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/basetypes.py
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/bool.py
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/calendar.py
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/checklist.py
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/color.py
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/colormap.py
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/colormaplut.py
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/file.py
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/font.py
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/list.py
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/numeric.py
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/pen.py
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/progress.py
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/qtenum.py
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/slider.py
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/str.py
/usr/lib/python3.14/site-packages/pyqtgraph/parametertree/parameterTypes/text.py
/usr/lib/python3.14/site-packages/pyqtgraph/reload.py
/usr/lib/python3.14/site-packages/pyqtgraph/units.py
/usr/lib/python3.14/site-packages/pyqtgraph/util
/usr/lib/python3.14/site-packages/pyqtgraph/util/__init__.py
/usr/lib/python3.14/site-packages/pyqtgraph/util/__pycache__
/usr/lib/python3.14/site-packages/pyqtgraph/util/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/util/__pycache__/__init__.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/util/__pycache__/cprint.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/util/__pycache__/cprint.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/util/__pycache__/cupy_helper.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/util/__pycache__/cupy_helper.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/util/__pycache__/garbage_collector.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/util/__pycache__/garbage_collector.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/util/__pycache__/get_resolution.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/util/__pycache__/get_resolution.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/util/__pycache__/glinfo.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/util/__pycache__/glinfo.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/util/__pycache__/mutex.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/util/__pycache__/mutex.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/util/__pycache__/numba_helper.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/util/__pycache__/numba_helper.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/util/cprint.py
/usr/lib/python3.14/site-packages/pyqtgraph/util/cupy_helper.py
/usr/lib/python3.14/site-packages/pyqtgraph/util/garbage_collector.py
/usr/lib/python3.14/site-packages/pyqtgraph/util/get_resolution.py
/usr/lib/python3.14/site-packages/pyqtgraph/util/glinfo.py
/usr/lib/python3.14/site-packages/pyqtgraph/util/mutex.py
/usr/lib/python3.14/site-packages/pyqtgraph/util/numba_helper.py
/usr/lib/python3.14/site-packages/pyqtgraph/widgets
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/BusyCursor.py
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/CheckTable.py
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/ColorButton.py
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/ColorMapButton.py
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/ColorMapMenu.py
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/ColorMapWidget.py
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/ComboBox.py
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/DataFilterWidget.py
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/DataTreeWidget.py
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/DiffTreeWidget.py
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/FeedbackButton.py
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/FileDialog.py
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/GradientWidget.py
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/GraphicsLayoutWidget.py
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/GraphicsView.py
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/GroupBox.py
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/HistogramLUTWidget.py
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/JoystickButton.py
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/LayoutWidget.py
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/MatplotlibWidget.py
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/PathButton.py
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/PenPreviewLabel.py
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/PlotWidget.py
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/ProgressDialog.py
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/RawImageWidget.py
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/RemoteGraphicsView.py
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/ScatterPlotWidget.py
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/SpinBox.py
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/TableWidget.py
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/TreeWidget.py
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/ValueLabel.py
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/VerticalLabel.py
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__init__.py
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/BusyCursor.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/BusyCursor.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/CheckTable.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/CheckTable.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/ColorButton.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/ColorButton.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/ColorMapButton.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/ColorMapButton.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/ColorMapMenu.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/ColorMapMenu.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/ColorMapWidget.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/ColorMapWidget.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/ComboBox.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/ComboBox.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/DataFilterWidget.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/DataFilterWidget.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/DataTreeWidget.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/DataTreeWidget.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/DiffTreeWidget.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/DiffTreeWidget.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/FeedbackButton.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/FeedbackButton.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/FileDialog.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/FileDialog.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/GradientWidget.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/GradientWidget.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/GraphicsLayoutWidget.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/GraphicsLayoutWidget.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/GraphicsView.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/GraphicsView.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/GroupBox.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/GroupBox.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/HistogramLUTWidget.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/HistogramLUTWidget.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/JoystickButton.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/JoystickButton.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/LayoutWidget.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/LayoutWidget.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/MatplotlibWidget.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/MatplotlibWidget.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/PathButton.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/PathButton.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/PenPreviewLabel.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/PenPreviewLabel.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/PlotWidget.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/PlotWidget.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/ProgressDialog.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/ProgressDialog.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/RawImageWidget.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/RawImageWidget.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/RemoteGraphicsView.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/RemoteGraphicsView.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/ScatterPlotWidget.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/ScatterPlotWidget.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/SpinBox.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/SpinBox.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/TableWidget.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/TableWidget.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/TreeWidget.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/TreeWidget.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/ValueLabel.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/ValueLabel.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/VerticalLabel.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/VerticalLabel.cpython-314.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pyqtgraph/widgets/__pycache__/__init__.cpython-314.pyc
/usr/share/licenses/python314-pyqtgraph
/usr/share/licenses/python314-pyqtgraph/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Aug 3 00:04:55 2026