It is not currently possible to easily make a horizontal bar graph where bars are ordered by size and with NA bars on the bottom of the graph.
The graph looks good vertically with NAs on the far right, but as soon as you flip the plot, the NAs are at the top, which in general is not good, given that you almost never want to emphasise the NA values.
A solution to this might be to update forcats::fct_reorder to have an argument to support this (e.g. na_flip = TRUE).
The text was updated successfully, but these errors were encountered:
davidhodge931
changed the title
New feature: update fct_reorder to support horizontal bar plots with NA bars on the bottom
Feature request: update fct_reorder to support horizontal bar plots with NA bars on the bottom
Jul 8, 2020
It is not currently possible to easily make a horizontal bar graph where bars are ordered by size and with NA bars on the bottom of the graph.
The graph looks good vertically with NAs on the far right, but as soon as you flip the plot, the NAs are at the top, which in general is not good, given that you almost never want to emphasise the NA values.
A solution to this might be to update forcats::fct_reorder to have an argument to support this (e.g. na_flip = TRUE).
The text was updated successfully, but these errors were encountered: