FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Tags · Ultraplot/UltraPlot · GitHub

Tags: Ultraplot/UltraPlot

Tags

v2.6.0

Toggle v2.6.0's commit message
Revert "Prepare v2.6.0 release notes"

This reverts commit 7cc0ccc.

v2.5.0

Toggle v2.5.0's commit message
Deprecation fix for cross product computation. (#777)

v2.4.1

Toggle v2.4.1's commit message
Fix Figure.clear leaving stale state and decouple ui kwarg routing (#760

)

Matplotlib's `clear()` detaches every axes and artist and sets `_suptitle` to None, but ultraplot kept its own bookkeeping pointing at the destroyed objects: a cleared figure went on handing out dead axes through `subplotgrid`, `_get_subplot`, `_iter_subplots` and `_iter_axes`, kept a stale gridspec and label counter, leaked figure-level panels, and raised `AttributeError` from the next `format(suptitle=...)` because the suptitle artist was gone, so this adds `SubplotManager.reset()` and overrides `Figure.clear()` to call it, empty the panel dict, reset the layout flags, and rebuild the label artists via the extracted `_init_super_labels()` (which also covers `clf()`, matplotlib's alias for `clear()`). It further removes a footgun in `ui.py`, which split figure keywords from subplot keywords by introspecting the signatures of `Figure._parse_proj` and `Figure._add_subplots` even though those are pure pass-throughs whose only remaining job was to mirror `SubplotManager`'s parameter list -- a contract nothing enforced, and one that already fired once when collapsing `_parse_proj` to `(*args, **kwargs)` made `_pop_params` see no projection parameters and silently routed `proj` to the figure, raising from `Figure.set()`; `_pop_params` now introspects `SubplotManager.parse_proj` and `.add_subplots`, which actually own those parameters, so the delegators are free to collapse back to `(*args, **kwargs)`.

Closes #755, closes #756

v2.4.0

Toggle v2.4.0's commit message
Automatic inference for semantic legends for marker/scatter size (#749)

v2.3.0

Toggle v2.3.0's commit message
Add polar-aware rlabel and thetalabel support (#714)

* Fix PolarAxes.format() silently dropping xlabel/ylabel

* Add polar-aware rlabel and thetalabel support


* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* rm formatting of x/y labels for polar

* rm keywords from format

* variables from loop

* rm more variables from the loop

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Casper van Elteren <caspervanelteren@gmail.com>

v2.2.0

Toggle v2.2.0's commit message
Fix/norm inputs (#693)

* Implement fix for 689

v2.1.9

Toggle v2.1.9's commit message
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
Fix scm not working (#682)

v2.1.6.1

Toggle v2.1.6.1's commit message
Fix regression of spanning colorbars (#681)

* Fix regression of spanning colorbars

* Default to parent when span is not given

Back | FazBrowse Home | New Git URL