From 93b708e2e62df00d0793d643a57e5a56e9db8297 Mon Sep 17 00:00:00 2001 From: Ogi Moore Date: Mon, 8 Mar 2021 09:22:13 -0800 Subject: [PATCH] Add used by in readme (#1626) * Add projects with links that use pyqtgraph * Add existing projects to README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index d92402d2..618bff5f 100644 --- a/README.md +++ b/README.md @@ -86,3 +86,19 @@ Documentation The official documentation lives at [pyqtgraph.readthedocs.io](https://pyqtgraph.readthedocs.io) The easiest way to learn pyqtgraph is to browse through the examples; run `python -m pyqtgraph.examples` to launch the examples application. + +Used By +------- + +Here is a partial listing of some of the applications that make use of PyQtGraph! + +* [ACQ4](https://github.com/acq4/acq4) +* [Orange3](https://orangedatamining.com/) +* [neurotic](neurotic) +* [Joulescope](https://www.joulescope.com/) +* [rapidtide](https://rapidtide.readthedocs.io/en/latest/) +* [argos](https://github.com/titusjan/argos) +* [PySpectra](http://hasyweb.desy.de/services/computing/Spock/node138.html) +* [Semi-Supervised Semantic Annotator](https://gitlab.com/ficsresearch/s3ah) + +Do you use PyQtGraph in your own project, and want to add it to the list? Submit a pull request to update this listing!