Skip to content

Short-circuit update_clims if not necessary #4743

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 10, 2023

Conversation

BioTurboNick
Copy link
Member

Description

Partially fixes #4742 .

Attribution

@BioTurboNick BioTurboNick changed the title Short-circuitupdate_clims if not necessary Short-circuit update_clims if not necessary May 9, 2023
@codecov
Copy link

codecov bot commented May 9, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (b329bb7) 90.37% compared to head (86f3f17) 90.37%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4743   +/-   ##
=======================================
  Coverage   90.37%   90.37%           
=======================================
  Files          40       40           
  Lines        8735     8737    +2     
=======================================
+ Hits         7894     7896    +2     
  Misses        841      841           
Impacted Files Coverage Δ
src/colorbars.jl 94.02% <100.00%> (+0.18%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@BioTurboNick
Copy link
Member Author

The nightly failure seems unrelated.

The format checker really needs a way to indicate trailing spaces.

@BioTurboNick BioTurboNick merged commit df6c09d into JuliaPlots:master May 10, 2023
BeastyBlacksmith added a commit that referenced this pull request May 26, 2023
…t) (#4738)

* CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat)

* Plots 1.38.11

* Fix bar plot vector attribute with missing values (#4736)

* Fix bar plot vector attribute with missing values

* format

---------

Co-authored-by: Simon Christ <[email protected]>

* dev [skip ci]

* Short-circuit `update_clims` if not necessary (#4743)

* Fix straightline filling for PGFPlotsX backend (#4746)

* fill whole line

* adjust to PGFPlotsX v1.6

* Update src/backends/pgfplotsx.jl

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* remove linebreak

* remove another linebreak

* avoid colon in title

* Plots 1.38.12

* dev [skip ci]

* Fix UnitfulExt for PGFPlotsX take 2 (#4747)

* tests and migrate unitformat

* fix tests

* format

* fix tests

* adjust empty label case

* add imports

* add compat

* ditch 1.6

* Revert "ditch 1.6"

This reverts commit 1f0ce95.

* change imports

* fix ci config

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Simon Christ <[email protected]>
Co-authored-by: Yuval <[email protected]>
Co-authored-by: Simon Christ <[email protected]>
Co-authored-by: Nicholas Bauer <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Opportunity to greatly speed up plotting of many series?
2 participants