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

Added FAQ about sharing only a single axis #5278

Merged
merged 1 commit into from
Apr 29, 2022
Merged

Added FAQ about sharing only a single axis #5278

merged 1 commit into from
Apr 29, 2022

Conversation

jbednar
Copy link
Member

@jbednar jbednar commented Apr 21, 2022

Users are very often confused about axiswise normalization and shared_axes. I added one FAQ, explaining how to get only a single axis to be shared, but I think there are a few other FAQs that need addressing:

  • Q: When do I use shared_axes and when do I use axiswise=True?
  • Q: How do I make HoloViews plots responsive in a Panel app? Should I use sizing_mode='both' or responsive=True or both? Do I put them on the individual plots, the layout, the Panel container, or...? Help!

If someone knows the answers, please add them here!

@codecov-commenter
Copy link

codecov-commenter commented Apr 21, 2022

Codecov Report

Merging #5278 (187e30c) into master (c68e330) will decrease coverage by 0.02%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #5278      +/-   ##
==========================================
- Coverage   86.71%   86.69%   -0.03%     
==========================================
  Files         299      299              
  Lines       62194    62193       -1     
==========================================
- Hits        53933    53917      -16     
- Misses       8261     8276      +15     
Impacted Files Coverage Δ
...oviews/tests/plotting/matplotlib/test_graphplot.py 98.13% <0.00%> (-1.40%) ⬇️
holoviews/plotting/bokeh/styles.py 91.57% <0.00%> (-1.06%) ⬇️
holoviews/plotting/plotly/callbacks.py 93.98% <0.00%> (-0.93%) ⬇️
holoviews/plotting/mpl/util.py 77.11% <0.00%> (-0.36%) ⬇️
holoviews/plotting/mpl/element.py 89.88% <0.00%> (-0.15%) ⬇️
holoviews/core/options.py 81.93% <0.00%> (-0.11%) ⬇️
holoviews/operation/datashader.py 79.85% <0.00%> (-0.09%) ⬇️
holoviews/plotting/plot.py 92.57% <0.00%> (-0.09%) ⬇️
holoviews/plotting/bokeh/element.py 88.71% <0.00%> (-0.07%) ⬇️
holoviews/tests/core/test_archives.py 94.54% <0.00%> (-0.05%) ⬇️

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 c68e330...187e30c. Read the comment docs.

@jlstevens
Copy link
Contributor

Thanks!

This is indeed a genuinely frequently asked question and confusing enough that some explanation here is appropriate. merging.

@jlstevens jlstevens merged commit 8372f79 into master Apr 29, 2022
@maximlt maximlt deleted the faqmachine branch November 20, 2022 10:45
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.

3 participants