Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Feb 24, 2022

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

jimustafa and others added 9 commits January 3, 2022 14:14
Notes:
The A4 long dimension is 297 mm. With 2.5 mm left and right margins and
7/4 mm spacing between the 5 columns (4 gaps), this gives
(297 - 2.5*2 - 4*7/4) / 5 = 57 mm wide columns.
- add base style with constrained_layout enabled
- add style for the ticks examples
- add style for a grid of figures
- resize figures to a maximum width of 57 mm
- small tweaks to arrow connections to accommodate change in figure size
- diminish scope of pdfcrop use
- migrate more scripts to use the base mplstyle
- continue migration to subplots usage
- refactor to use common subplot_kw where possible
- add style sheet for the sine plots
- make more DRY
The main goal here is to update pillow, pulled everything else with it
@pull pull bot added the ⤵️ pull label Feb 24, 2022
StefRe and others added 20 commits September 12, 2022 15:59
Make the background of the png preview images of the pdf files opaque
white instead of transparent.
Using ax.set_xticks(rotation=90) without passing labels is discouraged
by the documentation. It recommends ax.tick_params(axis='x', rotation=90)
instead.
Improve tick label rotation method
Make png background opaque white
Update the beginner tex file for the issue #117
Change casing of sentences
Update docker and action versions
- the correct name of the projection is Orthographic instead of Cartographic.
- use standard import convention to make the line a bit shorter,
  see https://scitools.org.uk/cartopy/docs/latest/matplotlib/intro.html.
- fix wrong API link for cartopy
- add missing (lost) API link for 3d
The https scheme is needed as check-links.py checks for 200. Pdfx
prepends http:// to links without a scheme which results in a permanent
redired (308) to 'https://gitter.im/matplotlib/matplotlib' and hence
causes check-links.py to fail.
Fix non-existent cartopy projection
Add a randomness seed to transparency script
Simplify some iterations in scripts
timhoffm and others added 28 commits January 30, 2024 11:59
Save figures in a path relative to the script
And also Cartopy to latest version to make it installable on current
versions of Python.
Bump to Matplotlib 3.7.1
A locally-compiled shapely was necessary for older Cartopy that compiled
against the same libraries, but it's no longer doing that, so we can use
binary Shapely again.
Only a couple don't fit, so try to combine things that are related in
those cases.
- Use `C1` instead of `orange` to match other plots.
- Remove extra plot in `sine-logscale.pdf`, which causes a bit of
  artifacting around the line.
- Ensure text matches what is actually plotted for `markevery` settings;
  note I divided by 10 so that the text would fit in the block.

Fixes #133
I'm not sure what the tip in Performance section is supposed to do, but
the slow part plots nothing, and the fast part doesn't run.
Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
Bump version of Matplotlib sphinx theme
All the special cases other than Greys are just the size of the colormap
themselves, but we want to drop that special case as well. Also,
colormaps are at most 256 elements long, so using `n=512` is probably
not necessary.
... and debug a bit.
Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.2 to 42.0.4.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@42.0.2...42.0.4)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…ryptography-42.0.4

Bump cryptography from 42.0.2 to 42.0.4 in /requirements
Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7.
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v3.6...v3.7)

---
updated-dependencies:
- dependency-name: idna
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…dna-3.7

Bump idna from 3.6 to 3.7 in /requirements
@tacaswell tacaswell deleted the branch FreezeSoul:master December 11, 2024 04:30
@tacaswell tacaswell deleted the master branch December 11, 2024 04:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.