Lars Yencken

Results 169 comments of Lars Yencken
trafficstars

Good call @danyx23. Maybe @bastianherre we can give a heads up here that this underlying metadata we present to Google Scholar, that disagrees with what we see in the article,...

After discussion with Sophia, this is definitely a change we'd like to do that would make Marimekko charts better. For very small countries that can't really be selected, it's probably...

> An example by Hannah is this popular chart (https://ourworldindata.org/grapher/annual-co-emissions-by-region) where she had to remove a small category called ‘statistical differences’ because in some years it was positive, in some...

Cutting stacked area from scope, since it's so difficult. We can make a new issue for that if we want to take that discussion.

Prioritising this as "nice to have" because there are other visualisation options (e.g. line charts) if you absolutely must include negative numbers. @HannahRitchie Please pipe up if you disagree 😄

Thanks for reporting it @pabloarosado! Some things that can make downstream triage easier are (1) a specific example; and (2) a sense for how many variables are affected. It's hard...

I guessed wrong, but it's hard to estimate the number of charts well, since population is one of these variables and it's used in so many places.

Some background on why `find()` is not as great as it could be: - `find()` is defined on the `owid.catalog` module, but is really `RemoteCatalog.find()` - The `RemoteCatalog` can have...

Hi @toni-sharpe, thanks for reporting this. I made a new issue for it: - #3840 Then I simplified your PR into a new PR for it: - https://github.com/owid/owid-grapher/pull/3841 Some things...