https://github.com/danporter/perfect_plots
Python scripts to make pretty plots with matplotlib and other libraries
https://github.com/danporter/perfect_plots
Last synced: about 1 year ago
JSON representation
Python scripts to make pretty plots with matplotlib and other libraries
- Host: GitHub
- URL: https://github.com/danporter/perfect_plots
- Owner: DanPorter
- Created: 2023-04-06T12:53:14.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-06T12:53:45.000Z (about 3 years ago)
- Last Synced: 2025-02-08T09:45:38.619Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 2.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Perfect Plots
Python scripts to make pretty plots with matplotlib and other libraries
**Version 1.0**
By Dan Porter, PhD
Diamond Light Source Ltd.
2023
## matplotlib
- [matplotlib](https://matplotlib.org/stable/index.html)
- [examples](https://matplotlib.org/stable/gallery/index.html)
- [plot markers](https://matplotlib.org/stable/gallery/lines_bars_and_markers/marker_reference.html)
- [line styles](https://matplotlib.org/stable/gallery/lines_bars_and_markers/linestyles.html)
- [Colormaps](https://matplotlib.org/stable/gallery/color/colormap_reference.html)
- [Colour names](https://matplotlib.org/stable/gallery/color/named_colors.html)
- [rcParams](https://matplotlib.org/stable/tutorials/introductory/customizing.html#the-default-matplotlibrc-file)
## plotly
- [plotly](https://plotly.com/python/)
- [api reference](https://plotly.com/python-api-reference)
- [json schema](https://plotly.com/chart-studio-help/json-chart-schema/)
## pyQtGraph
- [pyQtGraph](https://www.pyqtgraph.org/)
- [plotting](https://pyqtgraph.readthedocs.io/en/latest/getting_started/plotting.html)