BCDA-APS / gemviz

Data visualization for tiled
https://bcda-aps.github.io/gemviz/
Other
4 stars 0 forks source link

refactor to matplotlib, as did mdaviz #213

Closed prjemian closed 6 months ago

prjemian commented 6 months ago

The CI fail happens on import pyqtgraph and is not related to the code changes here (strictly Qt code).

Following mdaviz, considering a refactor to matplotlib anyway, at least for line charts.

Originally posted by @prjemian in https://github.com/BCDA-APS/gemviz/issues/212#issuecomment-2010629820

prjemian commented 6 months ago

FYI

(base) ~/.../BCDA-APS/gemviz$ git grep pyqtgraph
env.yml:  - pyqtgraph
gemviz/chartview.py:import pyqtgraph as pg
gemviz/chartview.py:# https://pyqtgraph.readthedocs.io/en/latest/api_reference/graphicsItems/scatterplotitem.html#pyqtgraph.ScatterPlotItem.setSymbol
pyproject.toml:  "pyqtgraph",