You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
barplot does not run with setting cum_percent == 95 or NULL
for NULL issue is solved with x<droplevels(x) but this may be inconvenient (reduces x scale to available values - e.g., not all countries show up (*)
issue may be related to ifs involved in setting up colour _scale
(*) - this option is still worth adding as argument
The text was updated successfully, but these errors were encountered:
barplot does not run with setting cum_percent == 95 or NULL
for NULL issue is solved with x<droplevels(x) but this may be inconvenient (reduces x scale to available values - e.g., not all countries show up (*)
issue may be related to ifs involved in setting up colour _scale
(*) - this option is still worth adding as argument
The text was updated successfully, but these errors were encountered: