-
Notifications
You must be signed in to change notification settings - Fork 20
Support manual breaks (x/yaxb)
#400
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
Conversation
|
@vincentarelbundock I think that this covers the use case/need that you had in mind. Would you mind reviewing or taking a quick look when you get a chance? |
|
Thanks, this is exactly what I needed. A really important feature! (sorry I didn't get to it in time). The only comment I have is about whether we should give Rest looks great. |
|
Nice! We also need to incorporate that into |
Good catch. So, internally we would just need to make sure that (say)
|
Sorry, ignore what I was saying above. I was quickly typing on my phone while I was out and hadn't read your comments properly or thought about it clearly. I now recall that |
|
Like in |
- spineplot integration
|
Okay, I think we're good to go. Thanks both for the comments and suggestions ;-) |
|
Thanks! |
…sticker (#411) * Handle xmin/xmax/ymin/ymax along with model.frame (#403) * handle xmin/xmax/ymin/ymax along with model.frame * turn facet into a formula if it does not evaluate successfully * document min/max processing in NEWS and ?tinyplot * typo * use formula-based syntax for pointrange/errorbar * run devtools::document * Support manual breaks (`x/yaxb`) (#400) * support xaxb/yaxb * smol example * add test * news * vincent comment * fix spineplot ylevels bug (#404) * achim's comment - spineplot integration * minor doc fix * news * Add warnings and documentation for adding to faceted plots (#407) * only save pars when add == FALSE * Positron warning * document limitations * typos * feat: Added 'tinyplot' writing (font Roboto Condensed) to top navigation, added background (dots) inspired by the logo. In addition, vectorized the logo and added the original (Inkscape SVG) as well as a sticker version (plain SVG) in the new 'inst' folder. --------- Co-authored-by: Achim Zeileis <[email protected]> Co-authored-by: Grant McDermott <[email protected]>
* cosmo theme with custom colors based on teal/pink/black from hex sticker * set favicon (based on hex canvas), image, site-url * use navbar for main navigation and sidebar only in reference * forgot to add favicon.png * reorganize reference in navbar+sidebar, use ALTDOC_* variables which are available * nest plot types * use white instead of pink in navbar, add border-bottom for hovered/selected links * add mcanouil/iconify extension for bsky icon * streamline left navbar (collapse Articles and About), add bsky and mastodon to right navbar * move hex sticker out of h1 title so that it isn't duplicated in the toc; some further minor tweaks in links/badges * Updated top navigation design (text logo + background), added logo + sticker (#411) * Handle xmin/xmax/ymin/ymax along with model.frame (#403) * handle xmin/xmax/ymin/ymax along with model.frame * turn facet into a formula if it does not evaluate successfully * document min/max processing in NEWS and ?tinyplot * typo * use formula-based syntax for pointrange/errorbar * run devtools::document * Support manual breaks (`x/yaxb`) (#400) * support xaxb/yaxb * smol example * add test * news * vincent comment * fix spineplot ylevels bug (#404) * achim's comment - spineplot integration * minor doc fix * news * Add warnings and documentation for adding to faceted plots (#407) * only save pars when add == FALSE * Positron warning * document limitations * typos * feat: Added 'tinyplot' writing (font Roboto Condensed) to top navigation, added background (dots) inspired by the logo. In addition, vectorized the logo and added the original (Inkscape SVG) as well as a sticker version (plain SVG) in the new 'inst' folder. --------- Co-authored-by: Achim Zeileis <[email protected]> Co-authored-by: Grant McDermott <[email protected]> * switch order of NEWS and Citation * increase depends to R 4.1.0 due function shorthand (would be added by R CMD build with a warning) * add CITATION file, currently just based on package DESCRIPTION but using the CRAN DOI (rather than another URL) * Include improved version of logo in web package - altdoc page includes both logo.svg (vector graphic) and logo.png (500x578) - zoomed-in favicon in higher resolution (500x500) - README uses online logo from grantmcdermott.com (works only after first publication) - drop low-resolution version of old logo from man/figures/ --------- Co-authored-by: Grant McDermott <[email protected]> Co-authored-by: Reto Stauffer <[email protected]>
Closes #366
Operationalised through the new
xaxbandyaxbargs. Should play nicely with axis limits and the panel grid, as well as any formatting adjustments applied throughx/yaxl.Created on 2025-05-17 with reprex v2.1.1