Elliott Sales de Andrade
Elliott Sales de Andrade
There are 3 test failures due to the use of deprecated-in-3.7/removed-in-3.9 API; see https://matplotlib.org/stable/api/prev_api_changes/api_changes_3.7.0.html#deprecation-of-top-level-cmap-registration-and-access-functions-in-mpl-cm for more information. ``` ______________________________ test_EpochEncoder _______________________________ interactive = False def test_EpochEncoder(interactive=False): possible_labels = ['AAA', 'BBB',...
For some reason, it does not build, but there is not much information on the output. Fixes #343.
Also annotate printf-like functions with [GCC's format attribute](https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-format-function-attribute); this requires building with `-Wformat` or `-Wall` to see the warnings, and will help find similar things like this in the future.
In the [`strategy: matrix, maxParallel` section](https://learn.microsoft.com/en-us/azure/devops/pipelines/yaml-schema/jobs-job-strategy?view=azure-pipelines#strategy-matrix-maxparallel), the `maxParallel` key is typed as string, even though all descriptions of it call it a "number". In the [`strategy: parallel` section](https://learn.microsoft.com/en-us/azure/devops/pipelines/yaml-schema/jobs-job-strategy?view=azure-pipelines#strategy-parallel), the `parallel`...
### Bug summary The anatomy example uses italic text for its annotations. When running with TkCairo (or any other Cairo-based backend), this text is just upright. ### Code for reproduction...
## PR summary For GTK4Cairo, HiDPI displays were broken because we were scaling unnecessarily, as GTK4 takes care of setting up the Cairo context for us with the right scale....
## PR summary And also bump cibuildwheel, replacing #28265, which dependabot messed up. ## PR checklist - [n/a] "closes #0000" is in the body of the PR description to [link...
## PR summary This fixes issues with `libstdc++.so` when using a system with a newer compiler. In such cases, the compiler will create links to new symbols, but the shared...
> May I add `LambertAzimuthalEqualArea` to the list or reproducers with current master + matplotlib2 ```python proj = cartopy.crs.LambertAzimuthalEqualArea(central_latitude=45, central_longitude=-100) ax = plt.axes(projection=proj) ax.add_feature(cartopy.feature.OCEAN) ax.coastlines() ax.set_extent([-140, -70, 20, 60]) ```...
`margin-{left,right}` have been replaced by `margin-{start,end}`, and `xalign` with `halign`. In some cases, both were specified, so I deleted the deprecated one.