Scientific Programming
153 subscribers
158 photos
30 videos
138 files
442 links
Tutorials and applications from scientific programming

https://github.com/Ziaeemehr
Download Telegram
SciencePlots: Matplotlib styles for scientific plotting
SciencePlots
#python
#matplotlib
@scientific_programming
We have this awesome function called sublots_mosaic where you can pass us a layout id'ed on name
axd = plt.subplot_mosaic(
"""
ABD
CCD
""")

Link

#matplotlib
#python
notebook.pdf
55.1 KB
Subplots in #Matplotlib
Some examples using:
1️⃣ subplot_mosaic
2️⃣ subplot2grid

GitHub
👍1