adjust_*_axis() limits doesn't seem to work with dates #97
|
Very much enjoying exploring tidy plots, and looking forward to using it in my regular work. I don't know if this has been implemented and I'm doing it wrong, but I have a data frame with a column of Date 's and another with some count. When I tried to use If this is not yet implemented, could dates be added to the limit criteria? Thanks for this great work. |
Replies: 1 comment 2 replies
|
Thank you for using tidyplots and for spotting this bug! I just pushed a fix to the development version of tidyplots. You can try it by installing the development version like so Sometimes pak is not working. In this case you can try Best |


Hi @dsmccormick8492
Thank you for using tidyplots and for spotting this bug!
I just pushed a fix to the development version of tidyplots. You can try it by installing the development version like so
Sometimes pak is not working. In this case you can try
Best
Broder