user avatar
Matplotlib
@matplotlib
Python library for creating static, animated, & interactive visualizations. Chat w/ us @ discourse.matplotlib.org Sponsored by @NumFocus
Joined March 2017
  • Pinned
    user avatar
    Hey folks, if you're following other projects on other sites, you can also find us at: * instagram.com/matplotart/ * bsky.app/profile/matplo… * fosstodon.org/@matplotlib
  • user avatar
    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?
  • user avatar
    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…)
  • user avatar
    Finally had an excuse to play with @matplotlib's animation feature!
    GIF
  • user avatar
    GIF
    Florian Trautweiler shows you how you can combine the power of OpenCV and @matplotlib to create animated real-time visualizations of such signals. towardsdatascience.com/animated-plott…
  • user avatar
    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…
  • user avatar
    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! 🥳
  • user avatar
    like a colormap, but need the flip? append `_r` 🎨 #mpltips
    screen shot of jupyter notebook, 
first cell is `plt.get_cmap('viridis') and underneath is printed a colormap that goes purple blue green yellow
second cell is `plt.get_cmap('viridis_r') and underneath is printed a colormap that goes yellow green blue purple
  • user avatar
    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…
  • user avatar
  • user avatar
    It's out, it's out! We've been hyping our 3.3 release and it's now officially out! Semantic axes + easier axes layout, post creation sharing, turbo colormap, simplified advanced tick formatting, infinite straight lines & a whole lot more! Check it out matplotlib.org/3.3.0/users/wh…
  • user avatar
    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…
  • user avatar
    We are happy to announce Matplotlib 2.1.0! This is the culmination of 2 years of work by 275 contributors! matplotlib.org/users/whats_ne…
  • user avatar