Skip to content

Fix filled log plot auto-connect#3523

Open
cookesan wants to merge 1 commit into
pyqtgraph:masterfrom
cookesan:filllevel-connect-all
Open

Fix filled log plot auto-connect#3523
cookesan wants to merge 1 commit into
pyqtgraph:masterfrom
cookesan:filllevel-connect-all

Conversation

@cookesan

Copy link
Copy Markdown
Contributor

Summary

  • keep filled PlotDataItem curves continuous when connect="auto" and log mode creates non-finite points
  • add a seeded histogram regression for filled center-step plots in log Y mode

Fixes #2312.

Tests

  • QT_QPA_PLATFORM=minimal .venv/bin/pytest tests/graphicsItems/test_PlotDataItem.py::test_filled_log_plot_auto_connects_across_nonfinite_values -q
  • QT_QPA_PLATFORM=minimal .venv/bin/pytest tests/graphicsItems/test_PlotDataItem.py -q
  • QT_QPA_PLATFORM=minimal .venv/bin/pytest tests/graphicsItems/test_PlotCurveItem.py -q
  • QT_QPA_PLATFORM=minimal .venv/bin/pytest tests/graphicsItems -q
  • .venv/bin/python -m compileall pyqtgraph/graphicsItems/PlotDataItem.py tests/graphicsItems/test_PlotDataItem.py
  • git diff --check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

artifacts in fill under curve for histograms in log mode

1 participant