From quantum.analyst at gmail.com Wed Apr 10 18:50:24 2024 From: quantum.analyst at gmail.com (Elliott Sales de Andrade) Date: Wed, 10 Apr 2024 23:50:24 +0100 Subject: [Matplotlib-users] [ANN] Matplotlib 3.9.0rc2 Message-ID: Hi all, We are please to announce the first? release candidate of the 3.9.0 meso? release. Pre-built wheels are available for most major platforms, and can be installed using `pip install matplotlib==3.9.0rc2`. Other packages may also be available already; please check with your preferred source. This release is the work of 170 authors over 393 Pull Requests, fixing 86 Issues. A preliminary set of release notes may be found at https://matplotlib.org/3.9.0/users/release_notes.html #version-3-9 and the milestone on GitHub: https://github.com/matplotlib/matplotlib/milestone/78?closed=1 ? Note, due to technical issues this release candidate is 3.9.0rc2. ? Starting with this release, we have moved to the Effective Versioning scheme: https://jacobtomlinson.dev/effver/ -- Elliott -------------- next part -------------- An HTML attachment was scrubbed... URL: From grajkiran at gmail.com Sat Apr 27 02:12:45 2024 From: grajkiran at gmail.com (Raj Kiran Grandhi) Date: Sat, 27 Apr 2024 11:42:45 +0530 Subject: [Matplotlib-users] Offline documentation Message-ID: Hello, Starting with debian 12, it appears that the matplotlib documentation is no longer being packaged. How can I download the matplotlib documentation for offline use? Thanks, Raj Kiran From Hendrik.Nagel-p4b at ruhr-uni-bochum.de Wed Apr 3 07:16:28 2024 From: Hendrik.Nagel-p4b at ruhr-uni-bochum.de (Hendrik Nagel) Date: Wed, 03 Apr 2024 11:16:28 -0000 Subject: [Matplotlib-users] Issues with numerical formatting in matplotlib Message-ID: <003801da85b7$a20de560$e629b020$@ruhr-uni-bochum.de> Hey everyone, a few days ago I updated Python from 3.9 to 3.11. In 3.9 I created a defaults script for updating the rcParams. One of these updates is, to change the decimal sign from " . " to " , ". If I run this script in 3.11, the numerical values get the comma, but it is placed in curly brackets (see the attached picture). In my script I change this setting by import locale as lc lc.setlocale(lc.LC_ALL, 'de_DE') import matplotlib.pyplot as plt plt.rcParams.update({'axes.formatter.use_locale': True}) On first research I only find this way to achieve these changes. Has anyone an idea what causes this bug or has an idea how to fix this? Thanks a lot and best regards Hendrik -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 52272 bytes Desc: not available URL: