mrc-ide / epireview

https://mrc-ide.github.io/epireview/
GNU General Public License v3.0
25 stars 2 forks source link

mark_multiple_estimates should be made available to plotting functions #66

Open sangeetabhatia03 opened 2 months ago

sangeetabhatia03 commented 2 months ago

Currently multiple estimates from the same study are being distinguished via the mark_multiple_estimates option in load_epidata. If data are loaded through this function and passed to forest_plot, these estimates will then appear on separate lines in the plot. However, there is no option of distinguishing them in the forest_plot functions by themselves, or separately outside of load_epidata. So if someone uses the forest plotting function directly, they have to reinvent the wheel by creating unique labels.

This needs to be changed.