Skip to content
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

mipLineHistorical() ignores linetype.dim #10

Open
0UmfHxcvx5J7JoaOhFSs5mncnisTJJ6q opened this issue Mar 18, 2020 · 0 comments
Open

mipLineHistorical() ignores linetype.dim #10

0UmfHxcvx5J7JoaOhFSs5mncnisTJJ6q opened this issue Mar 18, 2020 · 0 comments
Labels

Comments

@0UmfHxcvx5J7JoaOhFSs5mncnisTJJ6q
Copy link
Member

Works:

library(mip)

mipLineHistorical(x = mip_example_data[,,'REMIND', pmatch = TRUE],
                  color.dim = 'variable') +
  theme(legend.position = 'none')

works

Does not work:

mipLineHistorical(x = mip_example_data[,,'REMIND', pmatch = TRUE],
                  linetype.dim = 'variable') +
  theme(legend.position = 'none')

doesnt_work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant