Skip to content

Tags: Ultraplot/UltraPlot

Tags

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix/norm inputs (#693)

* Implement fix for 689

v2.1.9

Toggle v2.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Chore: redo zenodo sync (#685)

v2.1.8

Toggle v2.1.8's commit message
Fix scm part 3

v2.1.7

Toggle v2.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix scm not working (#682)

v2.1.6.1

Toggle v2.1.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix regression of spanning colorbars (#681)

* Fix regression of spanning colorbars

* Default to parent when span is not given

v2.1.6

Toggle v2.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix regression of spanning colorbars (#681)

* Fix regression of spanning colorbars

* Default to parent when span is not given

v2.1.5

Toggle v2.1.5's commit message
Fix choropleth horizontal line artifacts on projected maps (#668)

* Fix choropleth horizontal line artifacts on projected maps

Use Cartopy's project_geometry() instead of transform_points() for
choropleth polygon projection. transform_points() projects vertices
independently without geometric awareness, so polygons crossing the
antimeridian (e.g. Russia) produce path segments that jump across the
entire map, rendering as visible horizontal lines.

project_geometry() properly splits and clips polygons at projection
boundaries before converting to matplotlib paths, eliminating the
artifacts on all projections (Robinson, Mercator, Mollweide, etc.).

* Black

v2.1.3

Toggle v2.1.3's commit message
Release v2.1.3

V2.1.2

Toggle V2.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix contour level color mapping with explicit limits (#599)

* Fix contour level color mapping with explicit limits

* Update ultraplot/axes/plot.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Fix `_parse_level_norm` docstring to reflect conditional return type (#600)

* Initial plan

* Update _parse_level_norm docstring Returns section to reflect possible return types

Co-authored-by: cvanelteren <19485143+cvanelteren@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Casper van Elteren <caspervanelteren@gmail.com>
Co-authored-by: cvanelteren <19485143+cvanelteren@users.noreply.github.com>

* Scope explicit contour limits to line contours

* Pass vmin/vmax through automatic level generation

* Restore default tricontour discrete mapping

* Format contour norm routing changes

* Clarify contour norm routing docs

* Refactor contour norm routing flow

* Refactor contour norm routing flags

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: cvanelteren <19485143+cvanelteren@users.noreply.github.com>

V2.1.0

Toggle V2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix cartopy tri default transform for Triangulation inputs (#595)