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

python-pyqtgraph-doc-0.13.3-2.6 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python-pyqtgraph-doc Distribution: openSUSE Tumbleweed
Version: 0.13.3 Vendor: openSUSE
Release: 2.6 Build date: Wed Jul 19 13:45:16 2023
Group: Development/Languages/Python Build host: reproducible
Size: 23180141 Source RPM: python-pyqtgraph-0.13.3-2.6.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.pyqtgraph.org/
Summary: Documentation for python-pyqtgraph
Documentation and help files for python-pyqtgraph

Provides

Requires

License

MIT

Changelog

* 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.
* Thu May 17 2018 bwiedemann@suse.com
  - Drop environment.pickle from rpm to make build reproducible

Files

/usr/share/doc/packages/python-pyqtgraph
/usr/share/doc/packages/python-pyqtgraph/doctrees
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/3dgraphics
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/3dgraphics/glaxisitem.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/3dgraphics/glgraphicsitem.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/3dgraphics/glgraphitem.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/3dgraphics/glgriditem.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/3dgraphics/glimageitem.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/3dgraphics/gllineplotitem.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/3dgraphics/glmeshitem.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/3dgraphics/glscatterplotitem.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/3dgraphics/glsurfaceplotitem.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/3dgraphics/gltextitem.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/3dgraphics/glviewwidget.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/3dgraphics/glvolumeitem.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/3dgraphics/index.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/3dgraphics/meshdata.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/colormap.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/config_options.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/dockarea.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/flowchart
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/flowchart/flowchart.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/flowchart/index.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/flowchart/node.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/flowchart/terminal.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/functions.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/graphicsItems
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/graphicsItems/arrowitem.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/graphicsItems/axisitem.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/graphicsItems/bargraphitem.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/graphicsItems/buttonitem.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/graphicsItems/colorbaritem.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/graphicsItems/curvearrow.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/graphicsItems/curvepoint.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/graphicsItems/dateaxisitem.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/graphicsItems/errorbaritem.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/graphicsItems/fillbetweenitem.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/graphicsItems/gradienteditoritem.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/graphicsItems/gradientlegend.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/graphicsItems/graphicsitem.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/graphicsItems/graphicslayout.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/graphicsItems/graphicsobject.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/graphicsItems/graphicswidget.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/graphicsItems/graphicswidgetanchor.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/graphicsItems/graphitem.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/graphicsItems/griditem.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/graphicsItems/histogramlutitem.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/graphicsItems/imageitem.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/graphicsItems/index.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/graphicsItems/infiniteline.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/graphicsItems/isocurveitem.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/graphicsItems/labelitem.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/graphicsItems/legenditem.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/graphicsItems/linearregionitem.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/graphicsItems/multiplotitem.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/graphicsItems/pcolormeshitem.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/graphicsItems/plotcurveitem.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/graphicsItems/plotdataitem.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/graphicsItems/plotitem.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/graphicsItems/roi.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/graphicsItems/scalebar.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/graphicsItems/scatterplotitem.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/graphicsItems/targetitem.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/graphicsItems/textitem.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/graphicsItems/uigraphicsitem.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/graphicsItems/viewbox.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/graphicsItems/vtickgroup.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/graphicsscene
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/graphicsscene/graphicsscene.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/graphicsscene/hoverevent.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/graphicsscene/index.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/graphicsscene/mouseclickevent.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/graphicsscene/mousedragevent.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/index.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/parametertree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/parametertree/apiref.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/parametertree/index.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/parametertree/interactiveparameters.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/parametertree/parameter.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/parametertree/parameteritem.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/parametertree/parametertree.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/parametertree/parametertypes.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/point.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/transform3d.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/uml_overview.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/widgets
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/widgets/busycursor.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/widgets/checktable.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/widgets/colorbutton.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/widgets/colormapwidget.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/widgets/combobox.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/widgets/consolewidget.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/widgets/datatreewidget.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/widgets/feedbackbutton.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/widgets/filedialog.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/widgets/gradientwidget.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/widgets/graphicslayoutwidget.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/widgets/graphicsview.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/widgets/histogramlutwidget.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/widgets/imageview.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/widgets/index.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/widgets/joystickbutton.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/widgets/layoutwidget.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/widgets/matplotlibwidget.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/widgets/multiplotwidget.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/widgets/pathbutton.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/widgets/plotwidget.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/widgets/progressdialog.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/widgets/rawimagewidget.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/widgets/remotegraphicsview.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/widgets/scatterplotwidget.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/widgets/spinbox.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/widgets/tablewidget.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/widgets/treewidget.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/widgets/valuelabel.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/api_reference/widgets/verticallabel.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/developer_guide
/usr/share/doc/packages/python-pyqtgraph/doctrees/developer_guide/index.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/developer_guide/internals.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/getting_started
/usr/share/doc/packages/python-pyqtgraph/doctrees/getting_started/3dgraphics.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/getting_started/how_to_use.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/getting_started/images.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/getting_started/index.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/getting_started/installation.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/getting_started/introduction.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/getting_started/plotting.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/getting_started/prototyping.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/getting_started/qtcrashcourse.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/index.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/user_guide
/usr/share/doc/packages/python-pyqtgraph/doctrees/user_guide/exporting.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/user_guide/index.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/user_guide/mouse_interaction.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/user_guide/region_of_interest.doctree
/usr/share/doc/packages/python-pyqtgraph/doctrees/user_guide/style.doctree
/usr/share/doc/packages/python-pyqtgraph/examples
/usr/share/doc/packages/python-pyqtgraph/examples/Arrow.py
/usr/share/doc/packages/python-pyqtgraph/examples/BarGraphItem.py
/usr/share/doc/packages/python-pyqtgraph/examples/CLIexample.py
/usr/share/doc/packages/python-pyqtgraph/examples/ColorBarItem.py
/usr/share/doc/packages/python-pyqtgraph/examples/ColorButton.py
/usr/share/doc/packages/python-pyqtgraph/examples/ColorGradientPlots.py
/usr/share/doc/packages/python-pyqtgraph/examples/ConsoleWidget.py
/usr/share/doc/packages/python-pyqtgraph/examples/CustomGraphItem.py
/usr/share/doc/packages/python-pyqtgraph/examples/DataSlicing.py
/usr/share/doc/packages/python-pyqtgraph/examples/DataTreeWidget.py
/usr/share/doc/packages/python-pyqtgraph/examples/DateAxisItem.py
/usr/share/doc/packages/python-pyqtgraph/examples/DateAxisItem_QtDesigner.py
/usr/share/doc/packages/python-pyqtgraph/examples/DateAxisItem_QtDesigner.ui
/usr/share/doc/packages/python-pyqtgraph/examples/DiffTreeWidget.py
/usr/share/doc/packages/python-pyqtgraph/examples/Draw.py
/usr/share/doc/packages/python-pyqtgraph/examples/ErrorBarItem.py
/usr/share/doc/packages/python-pyqtgraph/examples/ExampleApp.py
/usr/share/doc/packages/python-pyqtgraph/examples/FillBetweenItem.py
/usr/share/doc/packages/python-pyqtgraph/examples/Flowchart.py
/usr/share/doc/packages/python-pyqtgraph/examples/FlowchartCustomNode.py
/usr/share/doc/packages/python-pyqtgraph/examples/GLBarGraphItem.py
/usr/share/doc/packages/python-pyqtgraph/examples/GLGradientLegendItem.py
/usr/share/doc/packages/python-pyqtgraph/examples/GLGraphItem.py
/usr/share/doc/packages/python-pyqtgraph/examples/GLImageItem.py
/usr/share/doc/packages/python-pyqtgraph/examples/GLIsosurface.py
/usr/share/doc/packages/python-pyqtgraph/examples/GLLinePlotItem.py
/usr/share/doc/packages/python-pyqtgraph/examples/GLMeshItem.py
/usr/share/doc/packages/python-pyqtgraph/examples/GLPainterItem.py
/usr/share/doc/packages/python-pyqtgraph/examples/GLScatterPlotItem.py
/usr/share/doc/packages/python-pyqtgraph/examples/GLSurfacePlot.py
/usr/share/doc/packages/python-pyqtgraph/examples/GLTextItem.py
/usr/share/doc/packages/python-pyqtgraph/examples/GLViewWidget.py
/usr/share/doc/packages/python-pyqtgraph/examples/GLVolumeItem.py
/usr/share/doc/packages/python-pyqtgraph/examples/GLshaders.py
/usr/share/doc/packages/python-pyqtgraph/examples/GradientEditor.py
/usr/share/doc/packages/python-pyqtgraph/examples/GradientWidget.py
/usr/share/doc/packages/python-pyqtgraph/examples/GraphItem.py
/usr/share/doc/packages/python-pyqtgraph/examples/GraphicsLayout.py
/usr/share/doc/packages/python-pyqtgraph/examples/GraphicsScene.py
/usr/share/doc/packages/python-pyqtgraph/examples/HistogramLUT.py
/usr/share/doc/packages/python-pyqtgraph/examples/ImageItem.py
/usr/share/doc/packages/python-pyqtgraph/examples/ImageView.py
/usr/share/doc/packages/python-pyqtgraph/examples/InfiniteLine.py
/usr/share/doc/packages/python-pyqtgraph/examples/InteractiveParameter.py
/usr/share/doc/packages/python-pyqtgraph/examples/JoystickButton.py
/usr/share/doc/packages/python-pyqtgraph/examples/Legend.py
/usr/share/doc/packages/python-pyqtgraph/examples/LogPlotTest.py
/usr/share/doc/packages/python-pyqtgraph/examples/MatrixDisplayExample.py
/usr/share/doc/packages/python-pyqtgraph/examples/MouseSelection.py
/usr/share/doc/packages/python-pyqtgraph/examples/MultiDataPlot.py
/usr/share/doc/packages/python-pyqtgraph/examples/MultiPlotSpeedTest.py
/usr/share/doc/packages/python-pyqtgraph/examples/MultiplePlotAxes.py
/usr/share/doc/packages/python-pyqtgraph/examples/NonUniformImage.py
/usr/share/doc/packages/python-pyqtgraph/examples/PColorMeshItem.py
/usr/share/doc/packages/python-pyqtgraph/examples/PanningPlot.py
/usr/share/doc/packages/python-pyqtgraph/examples/PlotAutoRange.py
/usr/share/doc/packages/python-pyqtgraph/examples/PlotSpeedTest.py
/usr/share/doc/packages/python-pyqtgraph/examples/PlotWidget.py
/usr/share/doc/packages/python-pyqtgraph/examples/Plotting.py
/usr/share/doc/packages/python-pyqtgraph/examples/ProgressDialog.py
/usr/share/doc/packages/python-pyqtgraph/examples/ROIExamples.py
/usr/share/doc/packages/python-pyqtgraph/examples/ROItypes.py
/usr/share/doc/packages/python-pyqtgraph/examples/RemoteGraphicsView.py
/usr/share/doc/packages/python-pyqtgraph/examples/RemoteSpeedTest.py
/usr/share/doc/packages/python-pyqtgraph/examples/RunExampleApp.py
/usr/share/doc/packages/python-pyqtgraph/examples/ScaleBar.py
/usr/share/doc/packages/python-pyqtgraph/examples/ScatterPlot.py
/usr/share/doc/packages/python-pyqtgraph/examples/ScatterPlotSpeedTest.py
/usr/share/doc/packages/python-pyqtgraph/examples/ScatterPlotWidget.py
/usr/share/doc/packages/python-pyqtgraph/examples/SimplePlot.py
/usr/share/doc/packages/python-pyqtgraph/examples/SpinBox.py
/usr/share/doc/packages/python-pyqtgraph/examples/Symbols.py
/usr/share/doc/packages/python-pyqtgraph/examples/TableWidget.py
/usr/share/doc/packages/python-pyqtgraph/examples/TreeWidget.py
/usr/share/doc/packages/python-pyqtgraph/examples/VideoSpeedTest.py
/usr/share/doc/packages/python-pyqtgraph/examples/VideoTemplate.ui
/usr/share/doc/packages/python-pyqtgraph/examples/VideoTemplate_generic.py
/usr/share/doc/packages/python-pyqtgraph/examples/ViewBox.py
/usr/share/doc/packages/python-pyqtgraph/examples/ViewBoxFeatures.py
/usr/share/doc/packages/python-pyqtgraph/examples/ViewLimits.py
/usr/share/doc/packages/python-pyqtgraph/examples/__init__.py
/usr/share/doc/packages/python-pyqtgraph/examples/__main__.py
/usr/share/doc/packages/python-pyqtgraph/examples/_buildParamTypes.py
/usr/share/doc/packages/python-pyqtgraph/examples/_paramtreecfg.py
/usr/share/doc/packages/python-pyqtgraph/examples/beeswarm.py
/usr/share/doc/packages/python-pyqtgraph/examples/colorMaps.py
/usr/share/doc/packages/python-pyqtgraph/examples/colorMapsLinearized.py
/usr/share/doc/packages/python-pyqtgraph/examples/console_exception_inspection.py
/usr/share/doc/packages/python-pyqtgraph/examples/contextMenu.py
/usr/share/doc/packages/python-pyqtgraph/examples/crosshair.py
/usr/share/doc/packages/python-pyqtgraph/examples/customGraphicsItem.py
/usr/share/doc/packages/python-pyqtgraph/examples/customPlot.py
/usr/share/doc/packages/python-pyqtgraph/examples/cx_freeze
/usr/share/doc/packages/python-pyqtgraph/examples/cx_freeze/plotTest.py
/usr/share/doc/packages/python-pyqtgraph/examples/cx_freeze/setup.py
/usr/share/doc/packages/python-pyqtgraph/examples/designerExample.py
/usr/share/doc/packages/python-pyqtgraph/examples/designerExample.ui
/usr/share/doc/packages/python-pyqtgraph/examples/dockarea.py
/usr/share/doc/packages/python-pyqtgraph/examples/exampleLoaderTemplate.ui
/usr/share/doc/packages/python-pyqtgraph/examples/exampleLoaderTemplate_generic.py
/usr/share/doc/packages/python-pyqtgraph/examples/fractal.py
/usr/share/doc/packages/python-pyqtgraph/examples/glow.py
/usr/share/doc/packages/python-pyqtgraph/examples/hdf5.py
/usr/share/doc/packages/python-pyqtgraph/examples/histogram.py
/usr/share/doc/packages/python-pyqtgraph/examples/imageAnalysis.py
/usr/share/doc/packages/python-pyqtgraph/examples/infiniteline_performance.py
/usr/share/doc/packages/python-pyqtgraph/examples/isocurve.py
/usr/share/doc/packages/python-pyqtgraph/examples/jupyter_console_example.py
/usr/share/doc/packages/python-pyqtgraph/examples/linkedViews.py
/usr/share/doc/packages/python-pyqtgraph/examples/logAxis.py
/usr/share/doc/packages/python-pyqtgraph/examples/multiplePlotSpeedTest.py
/usr/share/doc/packages/python-pyqtgraph/examples/multiprocess.py
/usr/share/doc/packages/python-pyqtgraph/examples/notebooks
/usr/share/doc/packages/python-pyqtgraph/examples/notebooks/ImageAnalysis.ipynb
/usr/share/doc/packages/python-pyqtgraph/examples/notebooks/PColorMeshItem.ipynb
/usr/share/doc/packages/python-pyqtgraph/examples/notebooks/Plotting.ipynb
/usr/share/doc/packages/python-pyqtgraph/examples/notebooks/ROIExamples.ipynb
/usr/share/doc/packages/python-pyqtgraph/examples/notebooks/ScatterPlot.ipynb
/usr/share/doc/packages/python-pyqtgraph/examples/notebooks/simple.ipynb
/usr/share/doc/packages/python-pyqtgraph/examples/optics
/usr/share/doc/packages/python-pyqtgraph/examples/optics/__init__.py
/usr/share/doc/packages/python-pyqtgraph/examples/optics/pyoptic.py
/usr/share/doc/packages/python-pyqtgraph/examples/optics/schott_glasses.csv.gz
/usr/share/doc/packages/python-pyqtgraph/examples/optics_demos.py
/usr/share/doc/packages/python-pyqtgraph/examples/parallelize.py
/usr/share/doc/packages/python-pyqtgraph/examples/parametertree.py
/usr/share/doc/packages/python-pyqtgraph/examples/py2exe
/usr/share/doc/packages/python-pyqtgraph/examples/py2exe/plotTest.py
/usr/share/doc/packages/python-pyqtgraph/examples/py2exe/setup.py
/usr/share/doc/packages/python-pyqtgraph/examples/relativity
/usr/share/doc/packages/python-pyqtgraph/examples/relativity/__init__.py
/usr/share/doc/packages/python-pyqtgraph/examples/relativity/presets
/usr/share/doc/packages/python-pyqtgraph/examples/relativity/presets/Grid Expansion.cfg
/usr/share/doc/packages/python-pyqtgraph/examples/relativity/presets/Twin Paradox (grid).cfg
/usr/share/doc/packages/python-pyqtgraph/examples/relativity/presets/Twin Paradox.cfg
/usr/share/doc/packages/python-pyqtgraph/examples/relativity/relativity.py
/usr/share/doc/packages/python-pyqtgraph/examples/relativity_demo.py
/usr/share/doc/packages/python-pyqtgraph/examples/scrollingPlots.py
/usr/share/doc/packages/python-pyqtgraph/examples/syntax.py
/usr/share/doc/packages/python-pyqtgraph/examples/template.py
/usr/share/doc/packages/python-pyqtgraph/examples/test_examples.py
/usr/share/doc/packages/python-pyqtgraph/examples/text.py
/usr/share/doc/packages/python-pyqtgraph/examples/utils.py
/usr/share/doc/packages/python-pyqtgraph/examples/verlet_chain
/usr/share/doc/packages/python-pyqtgraph/examples/verlet_chain/__init__.py
/usr/share/doc/packages/python-pyqtgraph/examples/verlet_chain/chain.py
/usr/share/doc/packages/python-pyqtgraph/examples/verlet_chain/make
/usr/share/doc/packages/python-pyqtgraph/examples/verlet_chain/relax.c
/usr/share/doc/packages/python-pyqtgraph/examples/verlet_chain/relax.py
/usr/share/doc/packages/python-pyqtgraph/examples/verlet_chain_demo.py
/usr/share/doc/packages/python-pyqtgraph/html
/usr/share/doc/packages/python-pyqtgraph/html/_modules
/usr/share/doc/packages/python-pyqtgraph/html/_modules/index.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/GraphicsScene
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/GraphicsScene/GraphicsScene.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/GraphicsScene/mouseEvents.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/Point.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/Qt.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/Transform3D.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/colormap.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/console
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/console/Console.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/dockarea
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/dockarea/Dock.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/dockarea/DockArea.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/flowchart
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/flowchart/Flowchart.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/flowchart/Node.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/flowchart/Terminal.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/functions.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/graphicsItems
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/graphicsItems/ArrowItem.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/graphicsItems/AxisItem.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/graphicsItems/BarGraphItem.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/graphicsItems/ButtonItem.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/graphicsItems/ColorBarItem.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/graphicsItems/CurvePoint.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/graphicsItems/DateAxisItem.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/graphicsItems/ErrorBarItem.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/graphicsItems/FillBetweenItem.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/graphicsItems/GradientEditorItem.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/graphicsItems/GradientLegend.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/graphicsItems/GraphItem.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/graphicsItems/GraphicsItem.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/graphicsItems/GraphicsLayout.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/graphicsItems/GraphicsObject.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/graphicsItems/GraphicsWidget.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/graphicsItems/GraphicsWidgetAnchor.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/graphicsItems/GridItem.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/graphicsItems/HistogramLUTItem.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/graphicsItems/ImageItem.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/graphicsItems/InfiniteLine.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/graphicsItems/IsocurveItem.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/graphicsItems/LabelItem.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/graphicsItems/LegendItem.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/graphicsItems/LinearRegionItem.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/graphicsItems/MultiPlotItem.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/graphicsItems/PColorMeshItem.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/graphicsItems/PlotCurveItem.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/graphicsItems/PlotDataItem.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/graphicsItems/PlotItem
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/graphicsItems/PlotItem/PlotItem.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/graphicsItems/ROI.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/graphicsItems/ScaleBar.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/graphicsItems/ScatterPlotItem.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/graphicsItems/TargetItem.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/graphicsItems/TextItem.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/graphicsItems/UIGraphicsItem.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/graphicsItems/VTickGroup.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/graphicsItems/ViewBox
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/graphicsItems/ViewBox/ViewBox.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/imageview
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/imageview/ImageView.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/opengl
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/opengl/GLGraphicsItem.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/opengl/GLViewWidget.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/opengl/MeshData.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/opengl/items
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/opengl/items/GLAxisItem.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/opengl/items/GLGraphItem.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/opengl/items/GLGridItem.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/opengl/items/GLImageItem.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/opengl/items/GLLinePlotItem.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/opengl/items/GLMeshItem.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/opengl/items/GLScatterPlotItem.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/opengl/items/GLSurfacePlotItem.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/opengl/items/GLTextItem.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/opengl/items/GLVolumeItem.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/parametertree
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/parametertree/Parameter.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/parametertree/ParameterItem.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/parametertree/ParameterTree.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/parametertree/parameterTypes
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/parametertree/parameterTypes/action.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/parametertree/parameterTypes/basetypes.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/parametertree/parameterTypes/bool.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/parametertree/parameterTypes/calendar.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/parametertree/parameterTypes/checklist.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/parametertree/parameterTypes/color.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/parametertree/parameterTypes/colormap.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/parametertree/parameterTypes/file.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/parametertree/parameterTypes/font.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/parametertree/parameterTypes/list.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/parametertree/parameterTypes/numeric.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/parametertree/parameterTypes/pen.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/parametertree/parameterTypes/progress.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/parametertree/parameterTypes/slider.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/parametertree/parameterTypes/str.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/parametertree/parameterTypes/text.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/widgets
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/widgets/BusyCursor.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/widgets/CheckTable.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/widgets/ColorButton.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/widgets/ColorMapWidget.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/widgets/ComboBox.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/widgets/DataTreeWidget.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/widgets/FeedbackButton.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/widgets/FileDialog.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/widgets/GradientWidget.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/widgets/GraphicsLayoutWidget.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/widgets/GraphicsView.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/widgets/HistogramLUTWidget.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/widgets/JoystickButton.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/widgets/LayoutWidget.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/widgets/MatplotlibWidget.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/widgets/MultiPlotWidget.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/widgets/PathButton.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/widgets/PlotWidget.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/widgets/ProgressDialog.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/widgets/RawImageWidget.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/widgets/RemoteGraphicsView.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/widgets/ScatterPlotWidget.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/widgets/SpinBox.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/widgets/TableWidget.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/widgets/TreeWidget.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/widgets/ValueLabel.html
/usr/share/doc/packages/python-pyqtgraph/html/_modules/pyqtgraph/widgets/VerticalLabel.html
/usr/share/doc/packages/python-pyqtgraph/html/_sources
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/3dgraphics
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/3dgraphics/glaxisitem.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/3dgraphics/glgraphicsitem.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/3dgraphics/glgraphitem.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/3dgraphics/glgriditem.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/3dgraphics/glimageitem.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/3dgraphics/gllineplotitem.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/3dgraphics/glmeshitem.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/3dgraphics/glscatterplotitem.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/3dgraphics/glsurfaceplotitem.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/3dgraphics/gltextitem.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/3dgraphics/glviewwidget.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/3dgraphics/glvolumeitem.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/3dgraphics/index.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/3dgraphics/meshdata.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/colormap.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/config_options.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/dockarea.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/flowchart
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/flowchart/flowchart.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/flowchart/index.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/flowchart/node.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/flowchart/terminal.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/functions.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/graphicsItems
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/graphicsItems/arrowitem.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/graphicsItems/axisitem.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/graphicsItems/bargraphitem.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/graphicsItems/buttonitem.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/graphicsItems/colorbaritem.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/graphicsItems/curvearrow.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/graphicsItems/curvepoint.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/graphicsItems/dateaxisitem.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/graphicsItems/errorbaritem.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/graphicsItems/fillbetweenitem.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/graphicsItems/gradienteditoritem.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/graphicsItems/gradientlegend.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/graphicsItems/graphicsitem.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/graphicsItems/graphicslayout.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/graphicsItems/graphicsobject.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/graphicsItems/graphicswidget.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/graphicsItems/graphicswidgetanchor.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/graphicsItems/graphitem.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/graphicsItems/griditem.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/graphicsItems/histogramlutitem.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/graphicsItems/imageitem.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/graphicsItems/index.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/graphicsItems/infiniteline.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/graphicsItems/isocurveitem.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/graphicsItems/labelitem.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/graphicsItems/legenditem.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/graphicsItems/linearregionitem.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/graphicsItems/multiplotitem.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/graphicsItems/pcolormeshitem.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/graphicsItems/plotcurveitem.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/graphicsItems/plotdataitem.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/graphicsItems/plotitem.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/graphicsItems/roi.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/graphicsItems/scalebar.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/graphicsItems/scatterplotitem.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/graphicsItems/targetitem.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/graphicsItems/textitem.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/graphicsItems/uigraphicsitem.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/graphicsItems/viewbox.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/graphicsItems/vtickgroup.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/graphicsscene
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/graphicsscene/graphicsscene.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/graphicsscene/hoverevent.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/graphicsscene/index.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/graphicsscene/mouseclickevent.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/graphicsscene/mousedragevent.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/index.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/parametertree
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/parametertree/apiref.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/parametertree/index.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/parametertree/interactiveparameters.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/parametertree/parameter.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/parametertree/parameteritem.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/parametertree/parametertree.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/parametertree/parametertypes.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/point.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/transform3d.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/uml_overview.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/widgets
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/widgets/busycursor.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/widgets/checktable.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/widgets/colorbutton.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/widgets/colormapwidget.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/widgets/combobox.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/widgets/consolewidget.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/widgets/datatreewidget.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/widgets/feedbackbutton.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/widgets/filedialog.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/widgets/gradientwidget.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/widgets/graphicslayoutwidget.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/widgets/graphicsview.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/widgets/histogramlutwidget.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/widgets/imageview.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/widgets/index.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/widgets/joystickbutton.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/widgets/layoutwidget.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/widgets/matplotlibwidget.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/widgets/multiplotwidget.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/widgets/pathbutton.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/widgets/plotwidget.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/widgets/progressdialog.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/widgets/rawimagewidget.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/widgets/remotegraphicsview.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/widgets/scatterplotwidget.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/widgets/spinbox.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/widgets/tablewidget.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/widgets/treewidget.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/widgets/valuelabel.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/api_reference/widgets/verticallabel.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/developer_guide
/usr/share/doc/packages/python-pyqtgraph/html/_sources/developer_guide/index.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/developer_guide/internals.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/getting_started
/usr/share/doc/packages/python-pyqtgraph/html/_sources/getting_started/3dgraphics.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/getting_started/how_to_use.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/getting_started/images.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/getting_started/index.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/getting_started/installation.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/getting_started/introduction.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/getting_started/plotting.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/getting_started/prototyping.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/getting_started/qtcrashcourse.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/index.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/user_guide
/usr/share/doc/packages/python-pyqtgraph/html/_sources/user_guide/exporting.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/user_guide/index.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/user_guide/mouse_interaction.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/user_guide/region_of_interest.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_sources/user_guide/style.rst.txt
/usr/share/doc/packages/python-pyqtgraph/html/_static
/usr/share/doc/packages/python-pyqtgraph/html/_static/basic.css
/usr/share/doc/packages/python-pyqtgraph/html/_static/custom.css
/usr/share/doc/packages/python-pyqtgraph/html/_static/dash.css
/usr/share/doc/packages/python-pyqtgraph/html/_static/doctools.js
/usr/share/doc/packages/python-pyqtgraph/html/_static/documentation_options.js
/usr/share/doc/packages/python-pyqtgraph/html/_static/file.png
/usr/share/doc/packages/python-pyqtgraph/html/_static/language_data.js
/usr/share/doc/packages/python-pyqtgraph/html/_static/minus.png
/usr/share/doc/packages/python-pyqtgraph/html/_static/peegee_02.svg
/usr/share/doc/packages/python-pyqtgraph/html/_static/peegee_03_square_no_bg_32_cleaned.ico
/usr/share/doc/packages/python-pyqtgraph/html/_static/peegee_03_square_no_bg_32_cleaned.png
/usr/share/doc/packages/python-pyqtgraph/html/_static/peegee_04_square_no_bg_180_cleaned.png
/usr/share/doc/packages/python-pyqtgraph/html/_static/plus.png
/usr/share/doc/packages/python-pyqtgraph/html/_static/pygments.css
/usr/share/doc/packages/python-pyqtgraph/html/_static/scripts
/usr/share/doc/packages/python-pyqtgraph/html/_static/scripts/bootstrap.js
/usr/share/doc/packages/python-pyqtgraph/html/_static/scripts/bootstrap.js.LICENSE.txt
/usr/share/doc/packages/python-pyqtgraph/html/_static/scripts/bootstrap.js.map
/usr/share/doc/packages/python-pyqtgraph/html/_static/scripts/pydata-sphinx-theme.js
/usr/share/doc/packages/python-pyqtgraph/html/_static/scripts/pydata-sphinx-theme.js.map
/usr/share/doc/packages/python-pyqtgraph/html/_static/searchtools.js
/usr/share/doc/packages/python-pyqtgraph/html/_static/sphinx_highlight.js
/usr/share/doc/packages/python-pyqtgraph/html/_static/styles
/usr/share/doc/packages/python-pyqtgraph/html/_static/styles/bootstrap.css
/usr/share/doc/packages/python-pyqtgraph/html/_static/styles/pydata-sphinx-theme.css
/usr/share/doc/packages/python-pyqtgraph/html/_static/styles/theme.css
/usr/share/doc/packages/python-pyqtgraph/html/_static/vendor
/usr/share/doc/packages/python-pyqtgraph/html/_static/vendor/fontawesome
/usr/share/doc/packages/python-pyqtgraph/html/_static/vendor/fontawesome/6.1.2
/usr/share/doc/packages/python-pyqtgraph/html/_static/vendor/fontawesome/6.1.2/LICENSE.txt
/usr/share/doc/packages/python-pyqtgraph/html/_static/vendor/fontawesome/6.1.2/css
/usr/share/doc/packages/python-pyqtgraph/html/_static/vendor/fontawesome/6.1.2/css/all.min.css
/usr/share/doc/packages/python-pyqtgraph/html/_static/vendor/fontawesome/6.1.2/js
/usr/share/doc/packages/python-pyqtgraph/html/_static/vendor/fontawesome/6.1.2/js/all.min.js
/usr/share/doc/packages/python-pyqtgraph/html/_static/vendor/fontawesome/6.1.2/js/all.min.js.LICENSE.txt
/usr/share/doc/packages/python-pyqtgraph/html/_static/vendor/fontawesome/6.1.2/webfonts
/usr/share/doc/packages/python-pyqtgraph/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.ttf
/usr/share/doc/packages/python-pyqtgraph/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.woff2
/usr/share/doc/packages/python-pyqtgraph/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.ttf
/usr/share/doc/packages/python-pyqtgraph/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.woff2
/usr/share/doc/packages/python-pyqtgraph/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-solid-900.ttf
/usr/share/doc/packages/python-pyqtgraph/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-solid-900.woff2
/usr/share/doc/packages/python-pyqtgraph/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-v4compatibility.ttf
/usr/share/doc/packages/python-pyqtgraph/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-v4compatibility.woff2
/usr/share/doc/packages/python-pyqtgraph/html/_static/webpack-macros.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/3dgraphics
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/3dgraphics/glaxisitem.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/3dgraphics/glgraphicsitem.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/3dgraphics/glgraphitem.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/3dgraphics/glgriditem.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/3dgraphics/glimageitem.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/3dgraphics/gllineplotitem.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/3dgraphics/glmeshitem.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/3dgraphics/glscatterplotitem.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/3dgraphics/glsurfaceplotitem.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/3dgraphics/gltextitem.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/3dgraphics/glviewwidget.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/3dgraphics/glvolumeitem.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/3dgraphics/index.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/3dgraphics/meshdata.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/colormap.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/config_options.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/dockarea.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/flowchart
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/flowchart/flowchart.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/flowchart/index.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/flowchart/node.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/flowchart/terminal.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/functions.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/graphicsItems
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/graphicsItems/arrowitem.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/graphicsItems/axisitem.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/graphicsItems/bargraphitem.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/graphicsItems/buttonitem.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/graphicsItems/colorbaritem.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/graphicsItems/curvearrow.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/graphicsItems/curvepoint.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/graphicsItems/dateaxisitem.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/graphicsItems/errorbaritem.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/graphicsItems/fillbetweenitem.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/graphicsItems/gradienteditoritem.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/graphicsItems/gradientlegend.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/graphicsItems/graphicsitem.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/graphicsItems/graphicslayout.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/graphicsItems/graphicsobject.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/graphicsItems/graphicswidget.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/graphicsItems/graphicswidgetanchor.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/graphicsItems/graphitem.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/graphicsItems/griditem.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/graphicsItems/histogramlutitem.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/graphicsItems/imageitem.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/graphicsItems/index.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/graphicsItems/infiniteline.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/graphicsItems/isocurveitem.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/graphicsItems/labelitem.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/graphicsItems/legenditem.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/graphicsItems/linearregionitem.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/graphicsItems/multiplotitem.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/graphicsItems/pcolormeshitem.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/graphicsItems/plotcurveitem.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/graphicsItems/plotdataitem.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/graphicsItems/plotitem.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/graphicsItems/roi.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/graphicsItems/scalebar.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/graphicsItems/scatterplotitem.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/graphicsItems/targetitem.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/graphicsItems/textitem.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/graphicsItems/uigraphicsitem.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/graphicsItems/viewbox.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/graphicsItems/vtickgroup.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/graphicsscene
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/graphicsscene/graphicsscene.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/graphicsscene/hoverevent.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/graphicsscene/index.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/graphicsscene/mouseclickevent.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/graphicsscene/mousedragevent.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/index.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/parametertree
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/parametertree/apiref.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/parametertree/index.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/parametertree/interactiveparameters.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/parametertree/parameter.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/parametertree/parameteritem.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/parametertree/parametertree.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/parametertree/parametertypes.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/point.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/transform3d.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/uml_overview.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/widgets
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/widgets/busycursor.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/widgets/checktable.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/widgets/colorbutton.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/widgets/colormapwidget.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/widgets/combobox.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/widgets/consolewidget.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/widgets/datatreewidget.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/widgets/feedbackbutton.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/widgets/filedialog.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/widgets/gradientwidget.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/widgets/graphicslayoutwidget.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/widgets/graphicsview.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/widgets/histogramlutwidget.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/widgets/imageview.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/widgets/index.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/widgets/joystickbutton.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/widgets/layoutwidget.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/widgets/matplotlibwidget.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/widgets/multiplotwidget.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/widgets/pathbutton.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/widgets/plotwidget.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/widgets/progressdialog.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/widgets/rawimagewidget.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/widgets/remotegraphicsview.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/widgets/scatterplotwidget.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/widgets/spinbox.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/widgets/tablewidget.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/widgets/treewidget.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/widgets/valuelabel.html
/usr/share/doc/packages/python-pyqtgraph/html/api_reference/widgets/verticallabel.html
/usr/share/doc/packages/python-pyqtgraph/html/developer_guide
/usr/share/doc/packages/python-pyqtgraph/html/developer_guide/index.html
/usr/share/doc/packages/python-pyqtgraph/html/developer_guide/internals.html
/usr/share/doc/packages/python-pyqtgraph/html/genindex.html
/usr/share/doc/packages/python-pyqtgraph/html/getting_started
/usr/share/doc/packages/python-pyqtgraph/html/getting_started/3dgraphics.html
/usr/share/doc/packages/python-pyqtgraph/html/getting_started/how_to_use.html
/usr/share/doc/packages/python-pyqtgraph/html/getting_started/images.html
/usr/share/doc/packages/python-pyqtgraph/html/getting_started/index.html
/usr/share/doc/packages/python-pyqtgraph/html/getting_started/installation.html
/usr/share/doc/packages/python-pyqtgraph/html/getting_started/introduction.html
/usr/share/doc/packages/python-pyqtgraph/html/getting_started/plotting.html
/usr/share/doc/packages/python-pyqtgraph/html/getting_started/prototyping.html
/usr/share/doc/packages/python-pyqtgraph/html/getting_started/qtcrashcourse.html
/usr/share/doc/packages/python-pyqtgraph/html/index.html
/usr/share/doc/packages/python-pyqtgraph/html/objects.inv
/usr/share/doc/packages/python-pyqtgraph/html/py-modindex.html
/usr/share/doc/packages/python-pyqtgraph/html/search.html
/usr/share/doc/packages/python-pyqtgraph/html/searchindex.js
/usr/share/doc/packages/python-pyqtgraph/html/user_guide
/usr/share/doc/packages/python-pyqtgraph/html/user_guide/exporting.html
/usr/share/doc/packages/python-pyqtgraph/html/user_guide/index.html
/usr/share/doc/packages/python-pyqtgraph/html/user_guide/mouse_interaction.html
/usr/share/doc/packages/python-pyqtgraph/html/user_guide/region_of_interest.html
/usr/share/doc/packages/python-pyqtgraph/html/user_guide/style.html
/usr/share/licenses/python-pyqtgraph-doc
/usr/share/licenses/python-pyqtgraph-doc/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 23:23:10 2024