-
Notifications
You must be signed in to change notification settings - Fork 7
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
complete rewrite of parallel plots #121
Conversation
behinger
commented
Nov 25, 2023
•
edited
Loading
edited
- check that the bended lines fit exactly through the original datapoints
- provide a bending parameter
- optional axis ticks for middle axes (looks probably better for many axes)
- option to put axis label on top of axis
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #121 +/- ##
==========================================
+ Coverage 85.46% 86.24% +0.77%
==========================================
Files 18 18
Lines 640 698 +58
==========================================
+ Hits 547 602 +55
- Misses 93 96 +3 ☔ View full report in Codecov by Sentry. |
From these three optins I chose the third as default. - maybe we should increase the "title" fontsize or so (currently just says 1,2,3,4, but any arbitrary string can be specified there)? |
mh this should work. could you check if you can figure out why not? Maybe also putting documenter on a lighter mode to not completly fail when one internal function is not documented might be a good idea too... 🤷 |
ok docs is fixed, was simply replacing PCPTicks with UnfoldMakie.PCPTicks .. |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>