nschloe / matplotx

:bar_chart: More styles and useful extensions for Matplotlib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

First example images not properly clickable in readme

adeak opened this issue · comments

I just came across this project, looks really neat. Especially the smooth contourf got me curious.

I've noticed in the readme that (at least on firefox) if I click any of the three images, the link that opens (even with the "open image in new tab" context menu option) is https://github.com/nschloe/matplotx/blob/main/tests/dufte_comparison.py. In contrast, the contourf images open just fine, for instance.

I assume the reason for this is the enclosing a tag for the first example:

<a href="tests/dufte_comparison.py">

In case this is not just a firefox thing, I would recommend trying to make the first three images clickable on their own right.