An open API service indexing awesome lists of open source software.

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

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)