Carl Sandrock
Carl Sandrock
At the very least we should allow the option to draw a subsection of the simplex.
Terncoords converts ternary fractions to rectangular coordinates, but we need to be able to go back from those coordinates to the fractions.
Ternaxes always uses percentage labels. It should also allow to specify fraction labels.
GitHub now supports adding a nice link for a citation to the repository using a [CITATION.cff file](https://citation-file-format.github.io). There is a [generator](https://citation-file-format.github.io/cff-initializer-javascript/#/start) for these files which simplifies their creation.
Using a `src` directory makes certain kinds of packaging-related errors less likely to occur. The issues are discussed in [this article](https://packaging.python.org/en/latest/discussions/src-layout-vs-flat-layout/). Now that we are using uv which defaults to...