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
The current default behavior of ggplot2 is to use the column name as the axis label. This is usually bad as we tend to use lower-case character and '_' in the column name.
The second one looks more "normal". And even if it shouldn't be the default behavior, there should be an easy argument in theme or labs to toggle this behavior. Or allow user to supply the function to manipulate the labels.
The text was updated successfully, but these errors were encountered:
The current default behavior of ggplot2 is to use the column name as the axis label. This is usually bad as we tend to use lower-case character and '_' in the column name.
Example
Default plot
With better labeling
The second one looks more "normal". And even if it shouldn't be the default behavior, there should be an easy argument in
theme
orlabs
to toggle this behavior. Or allow user to supply the function to manipulate the labels.The text was updated successfully, but these errors were encountered: