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

Add customization for the subplots example #1371

Merged
merged 5 commits into from
Sep 13, 2024

Conversation

iuryt
Copy link
Contributor

@iuryt iuryt commented Jul 18, 2024

Create a new example for Composing Plots with some customization.

image

@ahuang11 , I couldn't find a way to remove the boldface or change the fontsize for the table.

Closes #1370

@ahuang11
Copy link
Collaborator

Thanks for contributing!

The pre-commit is failing; I think you need to pre-commit install && pre-commit run --all to fix.

+++ b/doc/user_guide/Plotting_with_Matplotlib.ipynb
@@ -719,22 +719,9 @@
   }
  ],
  "metadata": {
-  "kernelspec": {
-   "display_name": "coringa",
-   "language": "python",
-   "name": "coringa"
-  },
   "language_info": {
-   "codemirror_mode": {
-    "name": "ipython",
-    "version": 3
-   },
-   "file_extension": ".py",
-   "mimetype": "text/x-python",
    "name": "python",
-   "nbconvert_exporter": "python",
-   "pygments_lexer": "ipython3",
-   "version": "3.9.15"
+   "pygments_lexer": "ipython3"
   }
  },

I'd also like to see a mention and link in https://hvplot.holoviz.org/user_guide/Customization.html about opts.

@ahuang11 ahuang11 requested a review from maximlt July 22, 2024 15:52
@iuryt
Copy link
Contributor Author

iuryt commented Jul 22, 2024

Thanks!
I think it should work now with the pre-commit run. I will add what we discussed to https://hvplot.holoviz.org/user_guide/Customization.html

I just wanted to start the PR.

Copy link

codecov bot commented Jul 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.58%. Comparing base (6c96c7e) to head (d1b3168).
Report is 10 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1371      +/-   ##
==========================================
+ Coverage   87.39%   88.58%   +1.18%     
==========================================
  Files          50       50              
  Lines        7490     7391      -99     
==========================================
+ Hits         6546     6547       +1     
+ Misses        944      844     -100     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ahuang11
Copy link
Collaborator

Thanks! The pre-commit looks good now.

@maximlt maximlt added this to the 0.11.0 milestone Sep 13, 2024
@maximlt maximlt merged commit 8dd07d8 into holoviz:main Sep 13, 2024
9 checks passed
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.

Add a way remove the subplot label when combining plots under matplotlib backend
3 participants