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

"panel.spacing" is not a valid theme element name. #31

Closed
Trybnetic opened this issue Mar 28, 2017 · 2 comments
Closed

"panel.spacing" is not a valid theme element name. #31

Trybnetic opened this issue Mar 28, 2017 · 2 comments

Comments

@Trybnetic
Copy link

I just tried to use your package on Linux (Ubuntu 16.04) and R Version 3.3.2 and unfortunately I got an error while I was trying to plot the waffle plot from the example.

Here is the log of my console, hopefully this can help you to fix it

> library(waffle)
> 
> # current verison
> packageVersion("waffle")
[1] ‘0.7.0> ## [1] '0.7.0'
> 
> # basic example
> parts <- c(80, 30, 20, 10)
> waffle(parts, rows=8)
Error in (function (el, elname)  : 
  "panel.spacing" is not a valid theme element name.

Let me know if you need further informations or probably know the reason for this error.

@hrbrmstr
Copy link
Owner

hrbrmstr commented Mar 28, 2017 via email

@Trybnetic
Copy link
Author

Thanks a lot for the fast support!
Works great!

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

No branches or pull requests

2 participants