Clarify markdown
This commit is contained in:
parent
f5563501ed
commit
804f6b6649
28
README.md
28
README.md
@ -44,15 +44,25 @@ Optional added functionalities
|
||||
|
||||
Through 3rd part libraries, additional functionality may be added to PyQtGraph, see the table below for a summary.
|
||||
|
||||
| Library | Added functionality |
|
||||
|----------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
|
||||
| [`scipy`](https://github.com/scipy/scipy) | <ul><li> Image processing through [`ndimage`](https://docs.scipy.org/doc/scipy/reference/ndimage.html)</li><li> Data array filtering through [`signal`](https://docs.scipy.org/doc/scipy/reference/signal.html) </li><ul> |
|
||||
| [`pyopengl`](https://github.com/mcfletch/pyopengl) | <ul><li> 3D graphics </li><li> Faster image processing </li><li>Note: on macOS Big Sur only works with python 3.9.1+</li></ul> |
|
||||
| [`h5py`](https://github.com/h5py/h5py) | <ul><li> Export in hdf5 format </li></ul> |
|
||||
| [`colorcet`](https://github.com/holoviz/colorcet) | <ul><li> Add a collection of perceptually uniform colormaps </li></ul> |
|
||||
| [`matplotlib`](https://github.com/matplotlib/matplotlib) | <ul><li> Export of PlotItem in matplotlib figure </li><li> Add matplotlib collection of colormaps </li></ul> |
|
||||
| [`cupy`](https://docs.cupy.dev/en/stable/install.html) | <ul><li> CUDA-enhanced image processing </li><li> Note: On Windows, CUDA toolkit must be >= 11.1 </li></ul> |
|
||||
| [`numba`](https://github.com/numba/numba) | <ul><li> Faster image processing </li></ul> |
|
||||
| Library | Added functionality |
|
||||
|----------------|-|
|
||||
| [`scipy`] | <ul><li> Image processing through [`ndimage`]</li><li> Data array filtering through [`signal`] </li><ul> |
|
||||
| [`pyopengl`] | <ul><li> 3D graphics </li><li> Faster image processing </li><li>Note: on macOS Big Sur only works with python 3.9.1+</li></ul> |
|
||||
| [`h5py`] | <ul><li> Export in hdf5 format </li></ul> |
|
||||
| [`colorcet`] | <ul><li> Add a collection of perceptually uniform colormaps </li></ul> |
|
||||
| [`matplotlib`] | <ul><li> Export of PlotItem in matplotlib figure </li><li> Add matplotlib collection of colormaps </li></ul> |
|
||||
| [`cupy`] | <ul><li> CUDA-enhanced image processing </li><li> Note: On Windows, CUDA toolkit must be >= 11.1 </li></ul> |
|
||||
| [`numba`] | <ul><li> Faster image processing </li></ul> |
|
||||
|
||||
[`scipy`]: https://github.com/scipy/scipy
|
||||
[`ndimage`]: https://docs.scipy.org/doc/scipy/reference/ndimage.html
|
||||
[`signal`]: https://docs.scipy.org/doc/scipy/reference/signal.html
|
||||
[`pyopengl`]: https://github.com/mcfletch/pyopengl
|
||||
[`h5py`]: https://github.com/h5py/h5py
|
||||
[`colorcet`]: https://github.com/holoviz/colorcet
|
||||
[`matplotlib`]: https://github.com/matplotlib/matplotlib
|
||||
[`numba`]: https://github.com/numba/numba
|
||||
[`cupy`]: https://docs.cupy.dev/en/stable/install.html
|
||||
|
||||
Qt Bindings Test Matrix
|
||||
-----------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user