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
""")
matplotlib.org/stable/tutoria…
Is it just me who needs to look up how to use matplotlib subplots *every time* I want to create a multi-panel figure in python?
I wish it was as intuitive and easy as it is in #rstats with the amazing {patchwork}. Any chance there exists something similar for #python?
Congrats! As many people have noted, the image was processed with the help of matplotlib and many other Python libraries helpfully cited in the paper (iopscience.iop.org/article/10.384…)
Here's the moment when the first black hole image was processed, from the eyes of researcher Katie Bouman. #EHTBlackHole#BlackHoleDay#BlackHole (v/@dfbarajas)
Happy to announce that Matplotlib 3.0 is up on pypi and ready for use!
Matplotlib is Python 3 only
The v2.2.x LTS branch supports py27 and will get critical bug fixes to 2020
For whats new see matplotlib.org/users/whats_ne…
We are incredibly excited to announce that we've been awarded a @NASA ROSES grant for open source tools, frameworks, and libraries to build on the CZI work, with a focus on improving unit support. This grant allows us to hire a second RSE, job posting should be up soonish! 🥳
kinda annoyed at boilerplate like ax.set_title(), ax.set_xticklabels, ax.set_ylabel, etc.?
You can do it all in one function! ax.set(title=, xticklabels=, ylabel=, **kwargs)
Check out examples at matplotlib.org/api/_as_gen/ma…
The amazing @NPRougier (who has made many of the more explanatory images in our docs) has made this fantastic 3.1 cheatsheet! Find out how at github.com/rougier/matplo…