- Update to 3.10.1 * Respect array alpha with interpolation_stage='rgba' * Remove md5 usage to prevent issues on FIPS enabled systems * Fix pyplot.matshow figure handling * Fix modifying Axes' position also alters the original Bbox object used for initialization * Fix title position for polar plots * Add version gate to GTK4 calls when necessary * Raise warning if both c and facecolors are used in scatter plot - Drop merged matplotlib-pr29631-install-test-ipynb.patch OBS-URL: https://build.opensuse.org/request/show/1255001 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=110
13 lines
455 B
Diff
13 lines
455 B
Diff
Index: matplotlib-3.10.0/lib/matplotlib/tests/meson.build
|
|
===================================================================
|
|
--- matplotlib-3.10.0.orig/lib/matplotlib/tests/meson.build
|
|
+++ matplotlib-3.10.0/lib/matplotlib/tests/meson.build
|
|
@@ -103,6 +103,7 @@ install_data(
|
|
'cmr10.pfb',
|
|
'mpltest.ttf',
|
|
'test_nbagg_01.ipynb',
|
|
+ 'test_inline_01.ipynb',
|
|
install_tag: 'tests',
|
|
install_dir: py3.get_install_dir(subdir: 'matplotlib/tests/'))
|
|
|