Closed bdwilliamson closed 4 years ago
In some cases, plot_vim returns incorrect y-axis labels. This can be fixed, for now, by using a different method of plotting (e.g., ggplot).
Fixed in v2.0.1 (because we no longer support plot_vim; instead, we recommend using ggplot2 and cowplot [for an example, see the vignette])
ggplot2
cowplot
In some cases, plot_vim returns incorrect y-axis labels. This can be fixed, for now, by using a different method of plotting (e.g., ggplot).