Marc
Marc
Thanks for sharing your work @maximweb ! Looks great :)
Hi @vmeschke, do you want to share / contribute an example?
@vmeschke If you have an image and some code to generate it, you can add it to the examples directory. Otherwise you can paste the info here and I'll add...
Hi @JoshuaMeyers, Thanks for the report. Can you post a screenshot/image, and if possible, a small data set that reproduces the issue?
Thanks. Some of this is simply because of how matplotlib draws lines. I may be able to fix the corners. The other edge artifacts are because of the line width...
Negative scales are not supported. I'm actually surprised that it simply flipped everything and didn't crash! Maybe you can use a positive scale and overwrite the axes ticks?
Happy to merge a PR with this functionality but it's unlikely that I'll have time to do this in the near future. My personal use of the library is mostly...
Hi, thanks for the suggestion. I've considered supporting dataframes, the main reason that the library currently does not support them is simply because most of it was written before pandas...
The existing `ternary` `heatmap` function isn't intended to work with scale = 1. It assumes that you'll define your own triangulation of the simplex and compute the desired value for...
* More examples of passing through mpl arguments, adding text, etc.