-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
Conversation
Thanks for contributing! The pre-commit is failing; I think you need to +++ 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. |
Thanks! I just wanted to start the PR. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
Thanks! The pre-commit looks good now. |
Create a new example for Composing Plots with some customization.
@ahuang11 , I couldn't find a way to remove the boldface or change the fontsize for the table.
Closes #1370