From: Nishant Aswani Date: Wed, 22 Apr 2020 19:38:51 +0000 (-0400) Subject: Updated ranking algorithm graph in docs (#654) X-Git-Url: http://these/git/?a=commitdiff_plain;h=d0fa235e84d61dec04b9241e920a9988b36b87a6;p=lemmy.git Updated ranking algorithm graph in docs (#654) * Regraphed ranking algorithm demo with seaborn plot * use imgur mirror for ranking algo image --- diff --git a/docs/img/rank_algorithm.png b/docs/img/rank_algorithm.png new file mode 100644 index 00000000..c8200f91 Binary files /dev/null and b/docs/img/rank_algorithm.png differ diff --git a/docs/src/about_ranking.md b/docs/src/about_ranking.md index d318ae82..36347932 100644 --- a/docs/src/about_ranking.md +++ b/docs/src/about_ranking.md @@ -26,4 +26,4 @@ Gravity = Decay gravity, 1.8 is default A plot of rank over 24 hours, of scores of 1, 5, 10, 100, 1000, with a scale factor of 10k. -![](https://i.imgur.com/w8oBLlL.png) +![](https://i.imgur.com/QukPR03.png)