https://github.com/netesf13d/matplotlib-figures
Some matplotlib figures I made for my PhD.
https://github.com/netesf13d/matplotlib-figures
figures matplotlib
Last synced: over 1 year ago
JSON representation
Some matplotlib figures I made for my PhD.
- Host: GitHub
- URL: https://github.com/netesf13d/matplotlib-figures
- Owner: netesf13d
- License: unlicense
- Created: 2024-04-15T18:48:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T21:29:59.000Z (over 1 year ago)
- Last Synced: 2025-01-10T14:27:13.049Z (over 1 year ago)
- Topics: figures, matplotlib
- Language: Python
- Homepage:
- Size: 3.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Matplotlib figures
Some python/matplotlib scripts I made to produce figures for my PhD. Feel free to use them as templates!
* __atom manipulation scheme__. A scheme without plot. Illustrates the use of `matplotlib.path.Path` to make wavy lines.
* __potential difference__. Cut views of the difference between two trapping potentials for atoms. Illustrates the use of colormaps and contours.
* __data plot__. Experimental data plot, with fit curve of a parameter from Monte-Carlo simulations. Illustrates the use of insets and color-mapping line plots.
### Notes
- The scripts work with matplotlib 3.8
- LaTeX is required in order to display the text correctly.