Skip to content

Commit

Permalink
Merge pull request #4 from PinkShnack/anatomy_of_a_plot
Browse files Browse the repository at this point in the history
enh: add workshop nb for WS1 anatomy
  • Loading branch information
PinkShnack authored Nov 12, 2021
2 parents 46ef8cf + c7b8354 commit 4b9480e
Show file tree
Hide file tree
Showing 5 changed files with 1,022 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,10 @@ dmypy.json

# pycharm project
.idea/

# image files
*.png
*.pdf
*.svg
*.tif
*.tiff
1 change: 1 addition & 0 deletions resources/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ Plotting/Displaying data
########################

- `Matplotlib beginner series <https://www.youtube.com/watch?v=UO98lJQ3QGI&list=PL-osiE80TeTvipOqomVEeZ1HRrcEvtZB_>`_
- `Anatomy of a plot with Matplotlib <https://matplotlib.org/stable/gallery/showcase/anatomy.html>`_
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
packages=find_packages(),
install_requires=["numpy",
"matplotlib",
"jupyter"
"jupyter",
"PyQt5",
"ipython",
]
)
Loading

0 comments on commit 4b9480e

Please sign in to comment.