We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
library(tstools) x <- ts(1:10, start = 1900) tsplot(x, theme = init_tsplot_theme(quarterly_ticks = FALSE))
The text was updated successfully, but these errors were encountered:
Or is this intended? i.e. label_pos = "mid" is not "allowed" without quarterly ticks?
label_pos = "mid"
library(tstools) x <- ts(1:10, start = 1900) tsplot(x, theme = init_tsplot_theme(quarterly_ticks = FALSE, label_pos = "start"))
Sorry, something went wrong.
I'm going to mark this down as "feature, not bug" for now.
It would probably be possible to draw the labels centered by adding invisible quarterly ticks.
Giving it another open for discussion as the first case where it matters came up: the IVU reports.
HomoCodens
No branches or pull requests
The text was updated successfully, but these errors were encountered: