OCHA-DAP / hdx-signals

HDX Signals
https://un-ocha-centre-for-humanitarian.gitbook.io/hdx-signals/
GNU General Public License v3.0
6 stars 0 forks source link

Add ticks to plot_ts #199

Closed caldwellst closed 4 months ago

caldwellst commented 4 months ago

Addresses #180. Implemented for plot_ts(), so will be used for IDMC, ACLED, and WHO:

image

Implemented in plot_food_insecurity as well:

image

caldwellst commented 4 months ago

Also addresses #189. Simply added a 1 day nudge to the point labels in plot_food_insecurity. It's non-deterministic, so we aren't going to have 100% consistent results always, but when recreating the Gaza plot we more consistently see this now:

image

And for longer time lines we still see the objects moving to the right, as it starts the repel algorithm slightly to the right of the point, so I think this is a good option for now.