Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python311-pyqtgraph | Distribution: openSUSE Tumbleweed |
Version: 0.13.7 | Vendor: openSUSE |
Release: 1.2 | Build date: Wed Sep 11 13:07:02 2024 |
Group: Development/Languages/Python | Build host: reproducible |
Size: 7919530 | Source RPM: python-pyqtgraph-0.13.7-1.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.
MIT
* 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 * Sat Jan 22 2022 Ben Greiner <code@bnavigator.de> - Update to 0.12.3 * Highlights: - PlotCurveItem render speed is now substantially faster - #1868/#1873 Example app now has filter text input - #1910 PlotSpeedTest now has parameter tree control panel * New Features: - #1844 More parameter item types (File, Calendar, ProgressBar, Font, Pen, Slider) - #1865 Matplotlib colormaps viridis, plasma, magma and inferno are now included in pyqtgraph - #1911 Extend Colormap with HSL cycles and subset generation - #1932 Make anti-aliasing optional for paintGL in PlotCurveItem - #1944 Expand use of QColor functions/methods, including setNamedColor - #1952 Add checklist parameter item - #1998 ThreadTrace can now save to a file * Performance Enhancement: - #1927 Reduce ColorMap inefficiencies - #1956 use QByteArray as backing store in arrayToQPath - #1965 perform arrayToQPath in chunks * Bug Fixes: - #1845 Fix zoom behavior with showGrid by separating mouse events stolen by AxisItem - #1860 RemoteGraphicsView and RemoteSpeedTest now work under windows venv environments - #1865 Fixed matplotlib colormap importer code - #1869 Fix ColorBarItem tick position on export - #1871 Allow adding items to GLViewWidget before showing plot - #1875 Fix calls in mouse methods in GLViewWidgets due to missing event.localPos() in PyQt6 - #1876 Fix for improper placement of ROI handle positions in some cases - #1889/#2003 Fix call to drawText in GLTextItem and GLGradientLegendItem on Python 3.10 - #1897/#1902 Re-enable "experimental" feature with fix for PlotCurveItem with OpenGL on Windows - #1907 Fix GLVolumeItem example for arm64 platforms - #1909 Check if AxisItem.label is None before and exit early in resizeEvent - #1920 arrayToQPath can handle empty paths - #1936 QPolygonF creation can now handle empty arrays - #1968 Fix output of clip_array in colormap.modulatedBarData not being assigned - #1973 Fix PlotItem.updateDecimate unhiding intentionally hidden curves - #1974 Fix ImageView levelMode with levelMode == 'rgba' - #1987 Fix HistogramLUTItem itemChanged with use of autoLevel - #2009 Fix ROI curves hidding in ImageView * API/Behavior Changes: - #1992 Reverted to traditional log10 mode for PlotDataItem - #1840 Allow border=False in GraphicsLayout - #1846 Reduced pollution to pg.namespace - #1853 ColorMap.getColors and getStops behavior changes - #1864 Draw GradientLegend in ViewBox coordinates - #1885 Raise TypeError instead of general Exception if functions.eq is unable to determine equality - #1903 Cleanup GLViewWidget - #1908 More readable parameters for ColorBarItem - #1914 Emit deprecation warning for use of pyqtgraph.ptime - #1928 Restore previous signature of TargetItem.setPos - #1940 fix log mode by reverting to previous formulation - #1954 Deprecate use of values opt for list parameter type - #1995 ColorButton now takes optional padding argument instead of hardcoded value of 6 * Other: - #1862/#1901 MetaArray now under deprecation warning, to be removed in a future version - #1892 Add GLPainterItem Example - #1844 Debugged elusive intermitted CI segfault - #1870/#1891 Updated README.md - #1895 Update CONTRIBUTING.md - #1913 Bump sphinx and theme versions - #1919 Re-organize paramtypes - #1935 Remove some unused imports - #1939 Remove usage of python2_3.py - #1941 Remove str casting of QTextEdit.toPlainText output - #1942 Add EOF newline to files missing it - #1943 Remove python2 code paths - #1951 Fix typos in docs - #1957 Bump minimum numpy version to 1.18 - #1968 Fix ImageView calling deprecated QGraphicsItem.scale() - #1985 delegate float LUTs to makeARGB with warning - #2014 Replace couple absolute imports with relative imports - Do not enable pyside6 yet: tests fail * Wed Sep 01 2021 Ben Greiner <code@bnavigator.de> - Use github archive for tests * remove test-data-8.tar.gz: It has been moved to the main repo gh#pyqtgraph/pyqtgraph#1807 - Fix rpmlint * remove spurious executable bits and interpreter lines from examples - Update requirements * Ensure that it does not build on Leap by requiring python-base >= 3.7 * Allow and test PyQt6 and PySide2 backend - Don't test OpenGL on ARM because Qt uses unsupported OpenGL ES * Mon Aug 30 2021 Fusion Future <qydwhotmail@gmail.com> - Update to 0.12.2: * Qt6 6.0 support has been removed in favor of Qt6 6.1+ * More numba utilization, specifically for makeARGB * Substantial ImageItem performance improvements have been made * Significant performance improvements made to ScatterPlotItem and LinePlots * More ColorMap features/support - Changes since 0.12.0: * Qt < 5.12, Python < 3.7, and NumPy < 1.17 are no longer supported. * For full changelog (huge) since 0.12.0 see https://github.com/pyqtgraph/pyqtgraph/blob/master/CHANGELOG - Update test data version to 8. * Thu Feb 11 2021 Ben Greiner <code@bnavigator.de> - Update to version 0.11.1 * For full changelog (huge) since 0.10.0 see https://github.com/pyqtgraph/pyqtgraph/blob/master/CHANGELOG * 0.11 is the last feature release to support Python 2 and PyQt4 * PySide2 support - Enable test suite with test data * construct git repo from test-data-7.tar.gz - Project adopted NEP 29 for next release. Drop python36 build now, because there is no python36-{numpy,scipy} in TW anymore. * Fri May 18 2018 jengelh@inai.de - Trim bias from description.
/usr/lib/python3.11/site-packages/pyqtgraph /usr/lib/python3.11/site-packages/pyqtgraph-0.13.7-py3.11.egg-info /usr/lib/python3.11/site-packages/pyqtgraph-0.13.7-py3.11.egg-info/PKG-INFO /usr/lib/python3.11/site-packages/pyqtgraph-0.13.7-py3.11.egg-info/SOURCES.txt /usr/lib/python3.11/site-packages/pyqtgraph-0.13.7-py3.11.egg-info/dependency_links.txt /usr/lib/python3.11/site-packages/pyqtgraph-0.13.7-py3.11.egg-info/requires.txt /usr/lib/python3.11/site-packages/pyqtgraph-0.13.7-py3.11.egg-info/top_level.txt /usr/lib/python3.11/site-packages/pyqtgraph/GraphicsScene /usr/lib/python3.11/site-packages/pyqtgraph/GraphicsScene/GraphicsScene.py /usr/lib/python3.11/site-packages/pyqtgraph/GraphicsScene/__init__.py /usr/lib/python3.11/site-packages/pyqtgraph/GraphicsScene/__pycache__ /usr/lib/python3.11/site-packages/pyqtgraph/GraphicsScene/__pycache__/GraphicsScene.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/GraphicsScene/__pycache__/GraphicsScene.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/GraphicsScene/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/GraphicsScene/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/GraphicsScene/__pycache__/exportDialog.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/GraphicsScene/__pycache__/exportDialog.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/GraphicsScene/__pycache__/exportDialogTemplate_generic.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/GraphicsScene/__pycache__/exportDialogTemplate_generic.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/GraphicsScene/__pycache__/mouseEvents.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/GraphicsScene/__pycache__/mouseEvents.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/GraphicsScene/exportDialog.py /usr/lib/python3.11/site-packages/pyqtgraph/GraphicsScene/exportDialogTemplate_generic.py /usr/lib/python3.11/site-packages/pyqtgraph/GraphicsScene/mouseEvents.py /usr/lib/python3.11/site-packages/pyqtgraph/PlotData.py /usr/lib/python3.11/site-packages/pyqtgraph/Point.py /usr/lib/python3.11/site-packages/pyqtgraph/Qt /usr/lib/python3.11/site-packages/pyqtgraph/Qt/QtCore /usr/lib/python3.11/site-packages/pyqtgraph/Qt/QtCore/__init__.py /usr/lib/python3.11/site-packages/pyqtgraph/Qt/QtCore/__init__.pyi /usr/lib/python3.11/site-packages/pyqtgraph/Qt/QtCore/__pycache__ /usr/lib/python3.11/site-packages/pyqtgraph/Qt/QtCore/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/Qt/QtCore/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/Qt/QtGui /usr/lib/python3.11/site-packages/pyqtgraph/Qt/QtGui/__init__.py /usr/lib/python3.11/site-packages/pyqtgraph/Qt/QtGui/__init__.pyi /usr/lib/python3.11/site-packages/pyqtgraph/Qt/QtGui/__pycache__ /usr/lib/python3.11/site-packages/pyqtgraph/Qt/QtGui/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/Qt/QtGui/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/Qt/QtSvg.pyi /usr/lib/python3.11/site-packages/pyqtgraph/Qt/QtTest.pyi /usr/lib/python3.11/site-packages/pyqtgraph/Qt/QtWidgets /usr/lib/python3.11/site-packages/pyqtgraph/Qt/QtWidgets/__init__.py /usr/lib/python3.11/site-packages/pyqtgraph/Qt/QtWidgets/__init__.pyi /usr/lib/python3.11/site-packages/pyqtgraph/Qt/QtWidgets/__pycache__ /usr/lib/python3.11/site-packages/pyqtgraph/Qt/QtWidgets/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/Qt/QtWidgets/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/Qt/__init__.py /usr/lib/python3.11/site-packages/pyqtgraph/Qt/__init__.pyi /usr/lib/python3.11/site-packages/pyqtgraph/Qt/__pycache__ /usr/lib/python3.11/site-packages/pyqtgraph/Qt/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/Qt/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/Qt/__pycache__/internals.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/Qt/__pycache__/internals.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/Qt/compat /usr/lib/python3.11/site-packages/pyqtgraph/Qt/compat/__init__.py /usr/lib/python3.11/site-packages/pyqtgraph/Qt/compat/__pycache__ /usr/lib/python3.11/site-packages/pyqtgraph/Qt/compat/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/Qt/compat/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/Qt/internals.py /usr/lib/python3.11/site-packages/pyqtgraph/SRTTransform.py /usr/lib/python3.11/site-packages/pyqtgraph/SRTTransform3D.py /usr/lib/python3.11/site-packages/pyqtgraph/SignalProxy.py /usr/lib/python3.11/site-packages/pyqtgraph/ThreadsafeTimer.py /usr/lib/python3.11/site-packages/pyqtgraph/Transform3D.py /usr/lib/python3.11/site-packages/pyqtgraph/Vector.py /usr/lib/python3.11/site-packages/pyqtgraph/WidgetGroup.py /usr/lib/python3.11/site-packages/pyqtgraph/__init__.py /usr/lib/python3.11/site-packages/pyqtgraph/__pycache__ /usr/lib/python3.11/site-packages/pyqtgraph/__pycache__/PlotData.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/__pycache__/PlotData.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/__pycache__/Point.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/__pycache__/Point.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/__pycache__/SRTTransform.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/__pycache__/SRTTransform.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/__pycache__/SRTTransform3D.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/__pycache__/SRTTransform3D.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/__pycache__/SignalProxy.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/__pycache__/SignalProxy.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/__pycache__/ThreadsafeTimer.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/__pycache__/ThreadsafeTimer.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/__pycache__/Transform3D.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/__pycache__/Transform3D.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/__pycache__/Vector.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/__pycache__/Vector.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/__pycache__/WidgetGroup.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/__pycache__/WidgetGroup.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/__pycache__/colormap.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/__pycache__/colormap.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/__pycache__/configfile.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/__pycache__/configfile.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/__pycache__/debug.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/__pycache__/debug.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/__pycache__/exceptionHandling.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/__pycache__/exceptionHandling.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/__pycache__/frozenSupport.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/__pycache__/frozenSupport.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/__pycache__/functions.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/__pycache__/functions.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/__pycache__/functions_numba.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/__pycache__/functions_numba.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/__pycache__/functions_qimage.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/__pycache__/functions_qimage.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/__pycache__/reload.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/__pycache__/reload.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/__pycache__/units.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/__pycache__/units.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/canvas /usr/lib/python3.11/site-packages/pyqtgraph/canvas/Canvas.py /usr/lib/python3.11/site-packages/pyqtgraph/canvas/CanvasItem.py /usr/lib/python3.11/site-packages/pyqtgraph/canvas/CanvasManager.py /usr/lib/python3.11/site-packages/pyqtgraph/canvas/CanvasTemplate_generic.py /usr/lib/python3.11/site-packages/pyqtgraph/canvas/TransformGuiTemplate_generic.py /usr/lib/python3.11/site-packages/pyqtgraph/canvas/__init__.py /usr/lib/python3.11/site-packages/pyqtgraph/canvas/__pycache__ /usr/lib/python3.11/site-packages/pyqtgraph/canvas/__pycache__/Canvas.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/canvas/__pycache__/Canvas.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/canvas/__pycache__/CanvasItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/canvas/__pycache__/CanvasItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/canvas/__pycache__/CanvasManager.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/canvas/__pycache__/CanvasManager.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/canvas/__pycache__/CanvasTemplate_generic.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/canvas/__pycache__/CanvasTemplate_generic.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/canvas/__pycache__/TransformGuiTemplate_generic.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/canvas/__pycache__/TransformGuiTemplate_generic.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/canvas/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/canvas/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/colormap.py /usr/lib/python3.11/site-packages/pyqtgraph/colors /usr/lib/python3.11/site-packages/pyqtgraph/colors/__init__.py /usr/lib/python3.11/site-packages/pyqtgraph/colors/__pycache__ /usr/lib/python3.11/site-packages/pyqtgraph/colors/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/colors/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/colors/__pycache__/palette.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/colors/__pycache__/palette.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CC-BY license - applies to CET color map data.txt /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CC0 legal code - applies to virids, magma, plasma, inferno and cividis.txt /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-C1.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-C1s.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-C2.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-C2s.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-C3.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-C3s.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-C4.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-C4s.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-C5.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-C5s.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-C6.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-C6s.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-C7.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-C7s.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-CBC1.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-CBC2.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-CBD1.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-CBL1.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-CBL2.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-CBTC1.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-CBTC2.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-CBTD1.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-CBTL1.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-CBTL2.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-D1.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-D10.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-D11.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-D12.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-D13.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-D1A.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-D2.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-D3.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-D4.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-D6.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-D7.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-D8.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-D9.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-I1.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-I2.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-I3.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-L1.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-L10.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-L11.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-L12.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-L13.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-L14.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-L15.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-L16.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-L17.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-L18.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-L19.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-L2.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-L3.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-L4.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-L5.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-L6.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-L7.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-L8.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-L9.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-R1.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-R2.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-R3.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/CET-R4.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/PAL-relaxed.hex /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/PAL-relaxed_bright.hex /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/cividis.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/inferno.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/magma.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/plasma.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/turbo.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/maps/viridis.csv /usr/lib/python3.11/site-packages/pyqtgraph/colors/palette.py /usr/lib/python3.11/site-packages/pyqtgraph/configfile.py /usr/lib/python3.11/site-packages/pyqtgraph/console /usr/lib/python3.11/site-packages/pyqtgraph/console/CmdInput.py /usr/lib/python3.11/site-packages/pyqtgraph/console/Console.py /usr/lib/python3.11/site-packages/pyqtgraph/console/__init__.py /usr/lib/python3.11/site-packages/pyqtgraph/console/__pycache__ /usr/lib/python3.11/site-packages/pyqtgraph/console/__pycache__/CmdInput.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/console/__pycache__/CmdInput.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/console/__pycache__/Console.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/console/__pycache__/Console.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/console/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/console/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/console/__pycache__/exception_widget.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/console/__pycache__/exception_widget.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/console/__pycache__/repl_widget.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/console/__pycache__/repl_widget.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/console/__pycache__/stackwidget.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/console/__pycache__/stackwidget.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/console/exception_widget.py /usr/lib/python3.11/site-packages/pyqtgraph/console/repl_widget.py /usr/lib/python3.11/site-packages/pyqtgraph/console/stackwidget.py /usr/lib/python3.11/site-packages/pyqtgraph/debug.py /usr/lib/python3.11/site-packages/pyqtgraph/dockarea /usr/lib/python3.11/site-packages/pyqtgraph/dockarea/Container.py /usr/lib/python3.11/site-packages/pyqtgraph/dockarea/Dock.py /usr/lib/python3.11/site-packages/pyqtgraph/dockarea/DockArea.py /usr/lib/python3.11/site-packages/pyqtgraph/dockarea/DockDrop.py /usr/lib/python3.11/site-packages/pyqtgraph/dockarea/__init__.py /usr/lib/python3.11/site-packages/pyqtgraph/dockarea/__pycache__ /usr/lib/python3.11/site-packages/pyqtgraph/dockarea/__pycache__/Container.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/dockarea/__pycache__/Container.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/dockarea/__pycache__/Dock.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/dockarea/__pycache__/Dock.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/dockarea/__pycache__/DockArea.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/dockarea/__pycache__/DockArea.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/dockarea/__pycache__/DockDrop.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/dockarea/__pycache__/DockDrop.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/dockarea/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/dockarea/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples /usr/lib/python3.11/site-packages/pyqtgraph/examples/Arrow.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/AxisItem_label_overlap.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/BarGraphItem.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/CLIexample.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/ColorBarItem.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/ColorButton.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/ColorGradientPlots.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/ConsoleWidget.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/CustomGraphItem.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/DataSlicing.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/DataTreeWidget.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/DateAxisItem.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/DateAxisItem_QtDesigner.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/DiffTreeWidget.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/Draw.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/ErrorBarItem.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/ExampleApp.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/FillBetweenItem.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/Flowchart.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/FlowchartCustomNode.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/GLBarGraphItem.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/GLGradientLegendItem.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/GLGraphItem.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/GLImageItem.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/GLIsosurface.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/GLLinePlotItem.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/GLMeshItem.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/GLPainterItem.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/GLScatterPlotItem.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/GLSurfacePlot.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/GLTextItem.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/GLViewWidget.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/GLVolumeItem.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/GLshaders.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/GradientEditor.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/GradientWidget.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/GraphItem.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/GraphicsLayout.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/GraphicsScene.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/HistogramLUT.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/ImageItem.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/ImageView.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/InfiniteLine.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/InteractiveParameter.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/JoystickButton.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/Legend.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/LogPlotTest.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/MatrixDisplayExample.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/MouseSelection.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/MultiDataPlot.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/MultiPlotSpeedTest.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/MultiplePlotAxes.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/NonUniformImage.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/PColorMeshItem.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/PanningPlot.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/PlotAutoRange.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/PlotSpeedTest.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/PlotWidget.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/Plotting.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/ProgressDialog.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/ROIExamples.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/ROItypes.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/RemoteGraphicsView.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/RemoteSpeedTest.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/RunExampleApp.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/ScaleBar.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/ScatterPlot.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/ScatterPlotSpeedTest.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/ScatterPlotWidget.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/SimplePlot.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/SpinBox.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/Symbols.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/TableWidget.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/TreeWidget.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/VideoSpeedTest.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/VideoTemplate_generic.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/ViewBox.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/ViewBoxFeatures.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/ViewLimits.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/__init__.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/__main__.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__ /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/Arrow.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/Arrow.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/AxisItem_label_overlap.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/AxisItem_label_overlap.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/BarGraphItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/BarGraphItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/CLIexample.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/CLIexample.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/ColorBarItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/ColorBarItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/ColorButton.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/ColorButton.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/ColorGradientPlots.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/ColorGradientPlots.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/ConsoleWidget.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/ConsoleWidget.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/CustomGraphItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/CustomGraphItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/DataSlicing.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/DataSlicing.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/DataTreeWidget.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/DataTreeWidget.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/DateAxisItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/DateAxisItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/DateAxisItem_QtDesigner.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/DateAxisItem_QtDesigner.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/DiffTreeWidget.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/DiffTreeWidget.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/Draw.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/Draw.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/ErrorBarItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/ErrorBarItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/ExampleApp.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/ExampleApp.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/FillBetweenItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/FillBetweenItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/Flowchart.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/Flowchart.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/FlowchartCustomNode.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/FlowchartCustomNode.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/GLBarGraphItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/GLBarGraphItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/GLGradientLegendItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/GLGradientLegendItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/GLGraphItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/GLGraphItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/GLImageItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/GLImageItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/GLIsosurface.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/GLIsosurface.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/GLLinePlotItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/GLLinePlotItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/GLMeshItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/GLMeshItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/GLPainterItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/GLPainterItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/GLScatterPlotItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/GLScatterPlotItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/GLSurfacePlot.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/GLSurfacePlot.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/GLTextItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/GLTextItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/GLViewWidget.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/GLViewWidget.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/GLVolumeItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/GLVolumeItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/GLshaders.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/GLshaders.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/GradientEditor.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/GradientEditor.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/GradientWidget.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/GradientWidget.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/GraphItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/GraphItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/GraphicsLayout.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/GraphicsLayout.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/GraphicsScene.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/GraphicsScene.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/HistogramLUT.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/HistogramLUT.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/ImageItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/ImageItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/ImageView.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/ImageView.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/InfiniteLine.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/InfiniteLine.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/InteractiveParameter.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/InteractiveParameter.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/JoystickButton.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/JoystickButton.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/Legend.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/Legend.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/LogPlotTest.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/LogPlotTest.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/MatrixDisplayExample.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/MatrixDisplayExample.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/MouseSelection.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/MouseSelection.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/MultiDataPlot.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/MultiDataPlot.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/MultiPlotSpeedTest.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/MultiPlotSpeedTest.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/MultiplePlotAxes.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/MultiplePlotAxes.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/NonUniformImage.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/NonUniformImage.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/PColorMeshItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/PColorMeshItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/PanningPlot.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/PanningPlot.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/PlotAutoRange.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/PlotAutoRange.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/PlotSpeedTest.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/PlotSpeedTest.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/PlotWidget.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/PlotWidget.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/Plotting.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/Plotting.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/ProgressDialog.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/ProgressDialog.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/ROIExamples.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/ROIExamples.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/ROItypes.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/ROItypes.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/RemoteGraphicsView.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/RemoteGraphicsView.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/RemoteSpeedTest.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/RemoteSpeedTest.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/RunExampleApp.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/RunExampleApp.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/ScaleBar.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/ScaleBar.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/ScatterPlot.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/ScatterPlot.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/ScatterPlotSpeedTest.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/ScatterPlotSpeedTest.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/ScatterPlotWidget.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/ScatterPlotWidget.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/SimplePlot.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/SimplePlot.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/SpinBox.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/SpinBox.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/Symbols.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/Symbols.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/TableWidget.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/TableWidget.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/TreeWidget.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/TreeWidget.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/VideoSpeedTest.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/VideoSpeedTest.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/VideoTemplate_generic.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/VideoTemplate_generic.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/ViewBox.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/ViewBox.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/ViewBoxFeatures.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/ViewBoxFeatures.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/ViewLimits.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/ViewLimits.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/__main__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/__main__.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/_buildParamTypes.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/_buildParamTypes.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/_paramtreecfg.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/_paramtreecfg.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/beeswarm.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/beeswarm.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/colorMaps.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/colorMaps.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/colorMapsLinearized.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/colorMapsLinearized.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/console_exception_inspection.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/console_exception_inspection.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/contextMenu.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/contextMenu.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/crosshair.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/crosshair.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/customGraphicsItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/customGraphicsItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/customPlot.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/customPlot.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/designerExample.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/designerExample.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/dockarea.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/dockarea.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/exampleLoaderTemplate_generic.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/exampleLoaderTemplate_generic.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/fractal.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/fractal.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/glow.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/glow.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/hdf5.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/hdf5.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/histogram.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/histogram.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/imageAnalysis.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/imageAnalysis.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/infiniteline_performance.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/infiniteline_performance.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/isocurve.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/isocurve.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/jupyter_console_example.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/jupyter_console_example.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/linkedViews.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/linkedViews.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/logAxis.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/logAxis.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/multiplePlotSpeedTest.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/multiplePlotSpeedTest.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/multiprocess.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/multiprocess.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/optics_demos.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/optics_demos.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/parallelize.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/parallelize.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/parametertree.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/parametertree.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/relativity_demo.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/relativity_demo.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/scrollingPlots.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/scrollingPlots.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/syntax.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/syntax.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/template.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/template.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/test_examples.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/test_examples.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/text.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/text.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/utils.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/utils.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/verlet_chain_demo.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/__pycache__/verlet_chain_demo.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/_buildParamTypes.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/_paramtreecfg.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/beeswarm.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/colorMaps.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/colorMapsLinearized.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/console_exception_inspection.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/contextMenu.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/crosshair.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/customGraphicsItem.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/customPlot.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/cx_freeze /usr/lib/python3.11/site-packages/pyqtgraph/examples/cx_freeze/__pycache__ /usr/lib/python3.11/site-packages/pyqtgraph/examples/cx_freeze/__pycache__/plotTest.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/cx_freeze/__pycache__/plotTest.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/cx_freeze/__pycache__/setup.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/cx_freeze/__pycache__/setup.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/cx_freeze/plotTest.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/cx_freeze/setup.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/designerExample.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/dockarea.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/exampleLoaderTemplate_generic.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/fractal.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/glow.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/hdf5.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/histogram.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/imageAnalysis.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/infiniteline_performance.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/isocurve.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/jupyter_console_example.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/linkedViews.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/logAxis.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/multiplePlotSpeedTest.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/multiprocess.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/optics /usr/lib/python3.11/site-packages/pyqtgraph/examples/optics/__init__.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/optics/__pycache__ /usr/lib/python3.11/site-packages/pyqtgraph/examples/optics/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/optics/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/optics/__pycache__/pyoptic.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/optics/__pycache__/pyoptic.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/optics/pyoptic.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/optics/schott_glasses.csv.gz /usr/lib/python3.11/site-packages/pyqtgraph/examples/optics_demos.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/parallelize.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/parametertree.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/py2exe /usr/lib/python3.11/site-packages/pyqtgraph/examples/py2exe/__pycache__ /usr/lib/python3.11/site-packages/pyqtgraph/examples/py2exe/__pycache__/plotTest.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/py2exe/__pycache__/plotTest.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/py2exe/__pycache__/setup.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/py2exe/__pycache__/setup.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/py2exe/plotTest.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/py2exe/setup.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/relativity /usr/lib/python3.11/site-packages/pyqtgraph/examples/relativity/__init__.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/relativity/__pycache__ /usr/lib/python3.11/site-packages/pyqtgraph/examples/relativity/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/relativity/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/relativity/__pycache__/relativity.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/relativity/__pycache__/relativity.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/relativity/presets /usr/lib/python3.11/site-packages/pyqtgraph/examples/relativity/presets/Grid Expansion.cfg /usr/lib/python3.11/site-packages/pyqtgraph/examples/relativity/presets/Twin Paradox (grid).cfg /usr/lib/python3.11/site-packages/pyqtgraph/examples/relativity/presets/Twin Paradox.cfg /usr/lib/python3.11/site-packages/pyqtgraph/examples/relativity/relativity.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/relativity_demo.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/scrollingPlots.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/syntax.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/template.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/test_examples.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/text.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/utils.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/verlet_chain /usr/lib/python3.11/site-packages/pyqtgraph/examples/verlet_chain/__init__.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/verlet_chain/__pycache__ /usr/lib/python3.11/site-packages/pyqtgraph/examples/verlet_chain/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/verlet_chain/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/verlet_chain/__pycache__/chain.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/verlet_chain/__pycache__/chain.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/verlet_chain/__pycache__/relax.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/verlet_chain/__pycache__/relax.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/examples/verlet_chain/chain.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/verlet_chain/relax.py /usr/lib/python3.11/site-packages/pyqtgraph/examples/verlet_chain_demo.py /usr/lib/python3.11/site-packages/pyqtgraph/exceptionHandling.py /usr/lib/python3.11/site-packages/pyqtgraph/exporters /usr/lib/python3.11/site-packages/pyqtgraph/exporters/CSVExporter.py /usr/lib/python3.11/site-packages/pyqtgraph/exporters/Exporter.py /usr/lib/python3.11/site-packages/pyqtgraph/exporters/HDF5Exporter.py /usr/lib/python3.11/site-packages/pyqtgraph/exporters/ImageExporter.py /usr/lib/python3.11/site-packages/pyqtgraph/exporters/Matplotlib.py /usr/lib/python3.11/site-packages/pyqtgraph/exporters/PrintExporter.py /usr/lib/python3.11/site-packages/pyqtgraph/exporters/SVGExporter.py /usr/lib/python3.11/site-packages/pyqtgraph/exporters/__init__.py /usr/lib/python3.11/site-packages/pyqtgraph/exporters/__pycache__ /usr/lib/python3.11/site-packages/pyqtgraph/exporters/__pycache__/CSVExporter.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/exporters/__pycache__/CSVExporter.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/exporters/__pycache__/Exporter.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/exporters/__pycache__/Exporter.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/exporters/__pycache__/HDF5Exporter.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/exporters/__pycache__/HDF5Exporter.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/exporters/__pycache__/ImageExporter.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/exporters/__pycache__/ImageExporter.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/exporters/__pycache__/Matplotlib.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/exporters/__pycache__/Matplotlib.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/exporters/__pycache__/PrintExporter.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/exporters/__pycache__/PrintExporter.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/exporters/__pycache__/SVGExporter.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/exporters/__pycache__/SVGExporter.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/exporters/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/exporters/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/flowchart /usr/lib/python3.11/site-packages/pyqtgraph/flowchart/Flowchart.py /usr/lib/python3.11/site-packages/pyqtgraph/flowchart/FlowchartCtrlTemplate_generic.py /usr/lib/python3.11/site-packages/pyqtgraph/flowchart/FlowchartGraphicsView.py /usr/lib/python3.11/site-packages/pyqtgraph/flowchart/Node.py /usr/lib/python3.11/site-packages/pyqtgraph/flowchart/NodeLibrary.py /usr/lib/python3.11/site-packages/pyqtgraph/flowchart/Terminal.py /usr/lib/python3.11/site-packages/pyqtgraph/flowchart/__init__.py /usr/lib/python3.11/site-packages/pyqtgraph/flowchart/__pycache__ /usr/lib/python3.11/site-packages/pyqtgraph/flowchart/__pycache__/Flowchart.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/flowchart/__pycache__/Flowchart.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/flowchart/__pycache__/FlowchartCtrlTemplate_generic.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/flowchart/__pycache__/FlowchartCtrlTemplate_generic.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/flowchart/__pycache__/FlowchartGraphicsView.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/flowchart/__pycache__/FlowchartGraphicsView.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/flowchart/__pycache__/Node.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/flowchart/__pycache__/Node.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/flowchart/__pycache__/NodeLibrary.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/flowchart/__pycache__/NodeLibrary.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/flowchart/__pycache__/Terminal.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/flowchart/__pycache__/Terminal.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/flowchart/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/flowchart/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/flowchart/library /usr/lib/python3.11/site-packages/pyqtgraph/flowchart/library/Data.py /usr/lib/python3.11/site-packages/pyqtgraph/flowchart/library/Display.py /usr/lib/python3.11/site-packages/pyqtgraph/flowchart/library/Filters.py /usr/lib/python3.11/site-packages/pyqtgraph/flowchart/library/Operators.py /usr/lib/python3.11/site-packages/pyqtgraph/flowchart/library/__init__.py /usr/lib/python3.11/site-packages/pyqtgraph/flowchart/library/__pycache__ /usr/lib/python3.11/site-packages/pyqtgraph/flowchart/library/__pycache__/Data.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/flowchart/library/__pycache__/Data.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/flowchart/library/__pycache__/Display.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/flowchart/library/__pycache__/Display.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/flowchart/library/__pycache__/Filters.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/flowchart/library/__pycache__/Filters.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/flowchart/library/__pycache__/Operators.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/flowchart/library/__pycache__/Operators.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/flowchart/library/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/flowchart/library/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/flowchart/library/__pycache__/common.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/flowchart/library/__pycache__/common.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/flowchart/library/__pycache__/functions.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/flowchart/library/__pycache__/functions.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/flowchart/library/common.py /usr/lib/python3.11/site-packages/pyqtgraph/flowchart/library/functions.py /usr/lib/python3.11/site-packages/pyqtgraph/frozenSupport.py /usr/lib/python3.11/site-packages/pyqtgraph/functions.py /usr/lib/python3.11/site-packages/pyqtgraph/functions_numba.py /usr/lib/python3.11/site-packages/pyqtgraph/functions_qimage.py /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/ArrowItem.py /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/AxisItem.py /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/BarGraphItem.py /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/ButtonItem.py /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/ColorBarItem.py /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/CurvePoint.py /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/DateAxisItem.py /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/ErrorBarItem.py /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/FillBetweenItem.py /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/GradientEditorItem.py /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/GradientLegend.py /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/GradientPresets.py /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/GraphItem.py /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/GraphicsItem.py /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/GraphicsLayout.py /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/GraphicsObject.py /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/GraphicsWidget.py /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/GraphicsWidgetAnchor.py /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/GridItem.py /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/HistogramLUTItem.py /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/ImageItem.py /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/InfiniteLine.py /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/IsocurveItem.py /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/ItemGroup.py /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/LabelItem.py /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/LegendItem.py /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/LinearRegionItem.py /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/MultiPlotItem.py /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/NonUniformImage.py /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/PColorMeshItem.py /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/PlotCurveItem.py /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/PlotDataItem.py /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/PlotItem /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/PlotItem/PlotItem.py /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/PlotItem/__init__.py /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/PlotItem/__pycache__ /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/PlotItem/__pycache__/PlotItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/PlotItem/__pycache__/PlotItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/PlotItem/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/PlotItem/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/PlotItem/__pycache__/plotConfigTemplate_generic.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/PlotItem/__pycache__/plotConfigTemplate_generic.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate_generic.py /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/ROI.py /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/ScaleBar.py /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/ScatterPlotItem.py /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/TargetItem.py /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/TextItem.py /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/UIGraphicsItem.py /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/VTickGroup.py /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/ViewBox /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/ViewBox/ViewBox.py /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/ViewBox/ViewBoxMenu.py /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/ViewBox/__init__.py /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/ViewBox/__pycache__ /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/ViewBox/__pycache__/ViewBox.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/ViewBox/__pycache__/ViewBox.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/ViewBox/__pycache__/ViewBoxMenu.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/ViewBox/__pycache__/ViewBoxMenu.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/ViewBox/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/ViewBox/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/ViewBox/__pycache__/axisCtrlTemplate_generic.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/ViewBox/__pycache__/axisCtrlTemplate_generic.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/ViewBox/axisCtrlTemplate_generic.py /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__init__.py /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__ /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/ArrowItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/ArrowItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/AxisItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/AxisItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/BarGraphItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/BarGraphItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/ButtonItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/ButtonItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/ColorBarItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/ColorBarItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/CurvePoint.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/CurvePoint.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/DateAxisItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/DateAxisItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/ErrorBarItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/ErrorBarItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/FillBetweenItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/FillBetweenItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/GradientEditorItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/GradientEditorItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/GradientLegend.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/GradientLegend.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/GradientPresets.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/GradientPresets.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/GraphItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/GraphItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/GraphicsItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/GraphicsItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/GraphicsLayout.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/GraphicsLayout.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/GraphicsObject.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/GraphicsObject.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/GraphicsWidget.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/GraphicsWidget.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/GraphicsWidgetAnchor.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/GraphicsWidgetAnchor.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/GridItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/GridItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/HistogramLUTItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/HistogramLUTItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/ImageItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/ImageItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/InfiniteLine.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/InfiniteLine.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/IsocurveItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/IsocurveItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/ItemGroup.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/ItemGroup.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/LabelItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/LabelItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/LegendItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/LegendItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/LinearRegionItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/LinearRegionItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/MultiPlotItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/MultiPlotItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/NonUniformImage.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/NonUniformImage.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/PColorMeshItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/PColorMeshItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/PlotCurveItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/PlotCurveItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/PlotDataItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/PlotDataItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/ROI.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/ROI.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/ScaleBar.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/ScaleBar.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/ScatterPlotItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/ScatterPlotItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/TargetItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/TargetItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/TextItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/TextItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/UIGraphicsItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/UIGraphicsItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/VTickGroup.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/VTickGroup.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/graphicsItems/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/icons /usr/lib/python3.11/site-packages/pyqtgraph/icons/__init__.py /usr/lib/python3.11/site-packages/pyqtgraph/icons/__pycache__ /usr/lib/python3.11/site-packages/pyqtgraph/icons/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/icons/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/icons/auto.png /usr/lib/python3.11/site-packages/pyqtgraph/icons/ctrl.png /usr/lib/python3.11/site-packages/pyqtgraph/icons/default.png /usr/lib/python3.11/site-packages/pyqtgraph/icons/icons.svg /usr/lib/python3.11/site-packages/pyqtgraph/icons/invisibleEye.svg /usr/lib/python3.11/site-packages/pyqtgraph/icons/lock.png /usr/lib/python3.11/site-packages/pyqtgraph/icons/peegee /usr/lib/python3.11/site-packages/pyqtgraph/icons/peegee/peegee.svg /usr/lib/python3.11/site-packages/pyqtgraph/icons/peegee/peegee_128px.png /usr/lib/python3.11/site-packages/pyqtgraph/icons/peegee/peegee_128px@2x.png /usr/lib/python3.11/site-packages/pyqtgraph/icons/peegee/peegee_192px.png /usr/lib/python3.11/site-packages/pyqtgraph/icons/peegee/peegee_256px.png /usr/lib/python3.11/site-packages/pyqtgraph/icons/peegee/peegee_256px@2x.png /usr/lib/python3.11/site-packages/pyqtgraph/icons/peegee/peegee_512px.png /usr/lib/python3.11/site-packages/pyqtgraph/icons/peegee/peegee_512px@2x.png /usr/lib/python3.11/site-packages/pyqtgraph/imageview /usr/lib/python3.11/site-packages/pyqtgraph/imageview/ImageView.py /usr/lib/python3.11/site-packages/pyqtgraph/imageview/ImageViewTemplate_generic.py /usr/lib/python3.11/site-packages/pyqtgraph/imageview/__init__.py /usr/lib/python3.11/site-packages/pyqtgraph/imageview/__pycache__ /usr/lib/python3.11/site-packages/pyqtgraph/imageview/__pycache__/ImageView.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/imageview/__pycache__/ImageView.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/imageview/__pycache__/ImageViewTemplate_generic.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/imageview/__pycache__/ImageViewTemplate_generic.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/imageview/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/imageview/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/jupyter /usr/lib/python3.11/site-packages/pyqtgraph/jupyter/GraphicsView.py /usr/lib/python3.11/site-packages/pyqtgraph/jupyter/__init__.py /usr/lib/python3.11/site-packages/pyqtgraph/jupyter/__pycache__ /usr/lib/python3.11/site-packages/pyqtgraph/jupyter/__pycache__/GraphicsView.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/jupyter/__pycache__/GraphicsView.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/jupyter/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/jupyter/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/metaarray /usr/lib/python3.11/site-packages/pyqtgraph/metaarray/MetaArray.py /usr/lib/python3.11/site-packages/pyqtgraph/metaarray/__init__.py /usr/lib/python3.11/site-packages/pyqtgraph/metaarray/__pycache__ /usr/lib/python3.11/site-packages/pyqtgraph/metaarray/__pycache__/MetaArray.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/metaarray/__pycache__/MetaArray.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/metaarray/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/metaarray/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/multiprocess /usr/lib/python3.11/site-packages/pyqtgraph/multiprocess/__init__.py /usr/lib/python3.11/site-packages/pyqtgraph/multiprocess/__pycache__ /usr/lib/python3.11/site-packages/pyqtgraph/multiprocess/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/multiprocess/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/multiprocess/__pycache__/bootstrap.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/multiprocess/__pycache__/bootstrap.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/multiprocess/__pycache__/parallelizer.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/multiprocess/__pycache__/parallelizer.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/multiprocess/__pycache__/processes.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/multiprocess/__pycache__/processes.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/multiprocess/__pycache__/remoteproxy.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/multiprocess/__pycache__/remoteproxy.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/multiprocess/bootstrap.py /usr/lib/python3.11/site-packages/pyqtgraph/multiprocess/parallelizer.py /usr/lib/python3.11/site-packages/pyqtgraph/multiprocess/processes.py /usr/lib/python3.11/site-packages/pyqtgraph/multiprocess/remoteproxy.py /usr/lib/python3.11/site-packages/pyqtgraph/opengl /usr/lib/python3.11/site-packages/pyqtgraph/opengl/GLGraphicsItem.py /usr/lib/python3.11/site-packages/pyqtgraph/opengl/GLViewWidget.py /usr/lib/python3.11/site-packages/pyqtgraph/opengl/MeshData.py /usr/lib/python3.11/site-packages/pyqtgraph/opengl/__init__.py /usr/lib/python3.11/site-packages/pyqtgraph/opengl/__pycache__ /usr/lib/python3.11/site-packages/pyqtgraph/opengl/__pycache__/GLGraphicsItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/opengl/__pycache__/GLGraphicsItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/opengl/__pycache__/GLViewWidget.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/opengl/__pycache__/GLViewWidget.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/opengl/__pycache__/MeshData.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/opengl/__pycache__/MeshData.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/opengl/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/opengl/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/opengl/__pycache__/shaders.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/opengl/__pycache__/shaders.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/opengl/items /usr/lib/python3.11/site-packages/pyqtgraph/opengl/items/GLAxisItem.py /usr/lib/python3.11/site-packages/pyqtgraph/opengl/items/GLBarGraphItem.py /usr/lib/python3.11/site-packages/pyqtgraph/opengl/items/GLBoxItem.py /usr/lib/python3.11/site-packages/pyqtgraph/opengl/items/GLGradientLegendItem.py /usr/lib/python3.11/site-packages/pyqtgraph/opengl/items/GLGraphItem.py /usr/lib/python3.11/site-packages/pyqtgraph/opengl/items/GLGridItem.py /usr/lib/python3.11/site-packages/pyqtgraph/opengl/items/GLImageItem.py /usr/lib/python3.11/site-packages/pyqtgraph/opengl/items/GLLinePlotItem.py /usr/lib/python3.11/site-packages/pyqtgraph/opengl/items/GLMeshItem.py /usr/lib/python3.11/site-packages/pyqtgraph/opengl/items/GLScatterPlotItem.py /usr/lib/python3.11/site-packages/pyqtgraph/opengl/items/GLSurfacePlotItem.py /usr/lib/python3.11/site-packages/pyqtgraph/opengl/items/GLTextItem.py /usr/lib/python3.11/site-packages/pyqtgraph/opengl/items/GLVolumeItem.py /usr/lib/python3.11/site-packages/pyqtgraph/opengl/items/__init__.py /usr/lib/python3.11/site-packages/pyqtgraph/opengl/items/__pycache__ /usr/lib/python3.11/site-packages/pyqtgraph/opengl/items/__pycache__/GLAxisItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/opengl/items/__pycache__/GLAxisItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/opengl/items/__pycache__/GLBarGraphItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/opengl/items/__pycache__/GLBarGraphItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/opengl/items/__pycache__/GLBoxItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/opengl/items/__pycache__/GLBoxItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/opengl/items/__pycache__/GLGradientLegendItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/opengl/items/__pycache__/GLGradientLegendItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/opengl/items/__pycache__/GLGraphItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/opengl/items/__pycache__/GLGraphItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/opengl/items/__pycache__/GLGridItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/opengl/items/__pycache__/GLGridItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/opengl/items/__pycache__/GLImageItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/opengl/items/__pycache__/GLImageItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/opengl/items/__pycache__/GLLinePlotItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/opengl/items/__pycache__/GLLinePlotItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/opengl/items/__pycache__/GLMeshItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/opengl/items/__pycache__/GLMeshItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/opengl/items/__pycache__/GLScatterPlotItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/opengl/items/__pycache__/GLScatterPlotItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/opengl/items/__pycache__/GLSurfacePlotItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/opengl/items/__pycache__/GLSurfacePlotItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/opengl/items/__pycache__/GLTextItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/opengl/items/__pycache__/GLTextItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/opengl/items/__pycache__/GLVolumeItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/opengl/items/__pycache__/GLVolumeItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/opengl/items/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/opengl/items/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/opengl/shaders.py /usr/lib/python3.11/site-packages/pyqtgraph/parametertree /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/Parameter.py /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/ParameterItem.py /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/ParameterSystem.py /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/ParameterTree.py /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/SystemSolver.py /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/__init__.py /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/__pycache__ /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/__pycache__/Parameter.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/__pycache__/Parameter.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/__pycache__/ParameterItem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/__pycache__/ParameterItem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/__pycache__/ParameterSystem.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/__pycache__/ParameterSystem.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/__pycache__/ParameterTree.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/__pycache__/ParameterTree.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/__pycache__/SystemSolver.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/__pycache__/SystemSolver.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/__pycache__/interactive.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/__pycache__/interactive.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/interactive.py /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/__init__.py /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__ /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/action.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/action.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/actiongroup.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/actiongroup.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/basetypes.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/basetypes.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/bool.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/bool.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/calendar.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/calendar.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/checklist.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/checklist.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/color.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/color.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/colormap.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/colormap.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/colormaplut.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/colormaplut.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/file.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/file.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/font.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/font.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/list.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/list.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/numeric.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/numeric.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/pen.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/pen.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/progress.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/progress.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/qtenum.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/qtenum.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/slider.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/slider.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/str.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/str.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/text.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/__pycache__/text.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/action.py /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/actiongroup.py /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/basetypes.py /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/bool.py /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/calendar.py /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/checklist.py /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/color.py /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/colormap.py /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/colormaplut.py /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/file.py /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/font.py /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/list.py /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/numeric.py /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/pen.py /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/progress.py /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/qtenum.py /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/slider.py /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/str.py /usr/lib/python3.11/site-packages/pyqtgraph/parametertree/parameterTypes/text.py /usr/lib/python3.11/site-packages/pyqtgraph/reload.py /usr/lib/python3.11/site-packages/pyqtgraph/units.py /usr/lib/python3.11/site-packages/pyqtgraph/util /usr/lib/python3.11/site-packages/pyqtgraph/util/__init__.py /usr/lib/python3.11/site-packages/pyqtgraph/util/__pycache__ /usr/lib/python3.11/site-packages/pyqtgraph/util/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/util/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/util/__pycache__/cprint.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/util/__pycache__/cprint.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/util/__pycache__/cupy_helper.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/util/__pycache__/cupy_helper.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/util/__pycache__/garbage_collector.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/util/__pycache__/garbage_collector.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/util/__pycache__/get_resolution.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/util/__pycache__/get_resolution.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/util/__pycache__/glinfo.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/util/__pycache__/glinfo.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/util/__pycache__/mutex.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/util/__pycache__/mutex.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/util/__pycache__/numba_helper.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/util/__pycache__/numba_helper.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/util/colorama /usr/lib/python3.11/site-packages/pyqtgraph/util/colorama/__init__.py /usr/lib/python3.11/site-packages/pyqtgraph/util/colorama/__pycache__ /usr/lib/python3.11/site-packages/pyqtgraph/util/colorama/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/util/colorama/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/util/colorama/__pycache__/win32.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/util/colorama/__pycache__/win32.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/util/colorama/__pycache__/winterm.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/util/colorama/__pycache__/winterm.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/util/colorama/win32.py /usr/lib/python3.11/site-packages/pyqtgraph/util/colorama/winterm.py /usr/lib/python3.11/site-packages/pyqtgraph/util/cprint.py /usr/lib/python3.11/site-packages/pyqtgraph/util/cupy_helper.py /usr/lib/python3.11/site-packages/pyqtgraph/util/garbage_collector.py /usr/lib/python3.11/site-packages/pyqtgraph/util/get_resolution.py /usr/lib/python3.11/site-packages/pyqtgraph/util/glinfo.py /usr/lib/python3.11/site-packages/pyqtgraph/util/mutex.py /usr/lib/python3.11/site-packages/pyqtgraph/util/numba_helper.py /usr/lib/python3.11/site-packages/pyqtgraph/widgets /usr/lib/python3.11/site-packages/pyqtgraph/widgets/BusyCursor.py /usr/lib/python3.11/site-packages/pyqtgraph/widgets/CheckTable.py /usr/lib/python3.11/site-packages/pyqtgraph/widgets/ColorButton.py /usr/lib/python3.11/site-packages/pyqtgraph/widgets/ColorMapButton.py /usr/lib/python3.11/site-packages/pyqtgraph/widgets/ColorMapMenu.py /usr/lib/python3.11/site-packages/pyqtgraph/widgets/ColorMapWidget.py /usr/lib/python3.11/site-packages/pyqtgraph/widgets/ComboBox.py /usr/lib/python3.11/site-packages/pyqtgraph/widgets/DataFilterWidget.py /usr/lib/python3.11/site-packages/pyqtgraph/widgets/DataTreeWidget.py /usr/lib/python3.11/site-packages/pyqtgraph/widgets/DiffTreeWidget.py /usr/lib/python3.11/site-packages/pyqtgraph/widgets/FeedbackButton.py /usr/lib/python3.11/site-packages/pyqtgraph/widgets/FileDialog.py /usr/lib/python3.11/site-packages/pyqtgraph/widgets/GradientWidget.py /usr/lib/python3.11/site-packages/pyqtgraph/widgets/GraphicsLayoutWidget.py /usr/lib/python3.11/site-packages/pyqtgraph/widgets/GraphicsView.py /usr/lib/python3.11/site-packages/pyqtgraph/widgets/GroupBox.py /usr/lib/python3.11/site-packages/pyqtgraph/widgets/HistogramLUTWidget.py /usr/lib/python3.11/site-packages/pyqtgraph/widgets/JoystickButton.py /usr/lib/python3.11/site-packages/pyqtgraph/widgets/LayoutWidget.py /usr/lib/python3.11/site-packages/pyqtgraph/widgets/MatplotlibWidget.py /usr/lib/python3.11/site-packages/pyqtgraph/widgets/MultiPlotWidget.py /usr/lib/python3.11/site-packages/pyqtgraph/widgets/PathButton.py /usr/lib/python3.11/site-packages/pyqtgraph/widgets/PenPreviewLabel.py /usr/lib/python3.11/site-packages/pyqtgraph/widgets/PlotWidget.py /usr/lib/python3.11/site-packages/pyqtgraph/widgets/ProgressDialog.py /usr/lib/python3.11/site-packages/pyqtgraph/widgets/RawImageWidget.py /usr/lib/python3.11/site-packages/pyqtgraph/widgets/RemoteGraphicsView.py /usr/lib/python3.11/site-packages/pyqtgraph/widgets/ScatterPlotWidget.py /usr/lib/python3.11/site-packages/pyqtgraph/widgets/SpinBox.py /usr/lib/python3.11/site-packages/pyqtgraph/widgets/TableWidget.py /usr/lib/python3.11/site-packages/pyqtgraph/widgets/TreeWidget.py /usr/lib/python3.11/site-packages/pyqtgraph/widgets/ValueLabel.py /usr/lib/python3.11/site-packages/pyqtgraph/widgets/VerticalLabel.py /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__init__.py /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__ /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/BusyCursor.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/BusyCursor.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/CheckTable.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/CheckTable.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/ColorButton.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/ColorButton.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/ColorMapButton.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/ColorMapButton.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/ColorMapMenu.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/ColorMapMenu.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/ColorMapWidget.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/ColorMapWidget.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/ComboBox.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/ComboBox.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/DataFilterWidget.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/DataFilterWidget.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/DataTreeWidget.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/DataTreeWidget.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/DiffTreeWidget.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/DiffTreeWidget.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/FeedbackButton.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/FeedbackButton.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/FileDialog.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/FileDialog.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/GradientWidget.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/GradientWidget.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/GraphicsLayoutWidget.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/GraphicsLayoutWidget.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/GraphicsView.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/GraphicsView.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/GroupBox.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/GroupBox.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/HistogramLUTWidget.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/HistogramLUTWidget.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/JoystickButton.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/JoystickButton.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/LayoutWidget.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/LayoutWidget.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/MatplotlibWidget.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/MatplotlibWidget.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/MultiPlotWidget.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/MultiPlotWidget.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/PathButton.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/PathButton.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/PenPreviewLabel.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/PenPreviewLabel.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/PlotWidget.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/PlotWidget.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/ProgressDialog.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/ProgressDialog.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/RawImageWidget.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/RawImageWidget.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/RemoteGraphicsView.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/RemoteGraphicsView.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/ScatterPlotWidget.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/ScatterPlotWidget.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/SpinBox.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/SpinBox.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/TableWidget.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/TableWidget.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/TreeWidget.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/TreeWidget.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/ValueLabel.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/ValueLabel.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/VerticalLabel.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/VerticalLabel.cpython-311.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pyqtgraph/widgets/__pycache__/__init__.cpython-311.pyc /usr/share/licenses/python311-pyqtgraph /usr/share/licenses/python311-pyqtgraph/LICENSE.txt
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Jan 9 23:48:41 2025