Skip to content
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

Merge FactorRange when linking HoloViews axes #968

Merged
merged 2 commits into from
Jan 20, 2020
Merged

Conversation

philippjfr
Copy link
Member

@philippjfr philippjfr commented Jan 20, 2020

Fixes #798

@codecov
Copy link

codecov bot commented Jan 20, 2020

Codecov Report

Merging #968 into master will increase coverage by 0.11%.
The diff coverage is 60%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #968      +/-   ##
==========================================
+ Coverage    85.2%   85.31%   +0.11%     
==========================================
  Files          96       96              
  Lines       10757    10762       +5     
==========================================
+ Hits         9165     9182      +17     
+ Misses       1592     1580      -12
Impacted Files Coverage Δ
panel/pane/holoviews.py 84.55% <60%> (-0.32%) ⬇️
panel/pane/vtk/vtk.py 53.43% <0%> (+1.05%) ⬆️
panel/interact.py 76.07% <0%> (+2.5%) ⬆️
panel/util.py 91.79% <0%> (+3.73%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 26dab76...d77cc2b. Read the comment docs.

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.

After turning a Holoviews layout into a panel, linking behaviour is different.
1 participant