On Fri, Feb 8, 2019, 04:40 Steven D'Aprano <st...@pearwood.info wrote: > On Fri, Feb 08, 2019 at 11:17:43AM +0100, Maciej Fijalkowski wrote: > > Hi everyone > > > > We are looking to redesign the main pypy website, how do people feel > > about the new quick look: > > > > https://baroquesoftware.com/pypy-website/web/ > > The bar chart seems to be missing bars for CPython. While the legend > shows grey for CPython the chart itself only shows blue PyPy bars. >
The grey is referring to the straight line at "1.0". Depending on how you're generating the graph this might be tricky, but often these kinds of graphs are more readable if you get rid of the legend and instead label the items directly. Like put the word "CPython" directly on top of the grey line, and then put "PyPy" next to the bars down below. -n
_______________________________________________ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev