ternplot
ternplot copied to clipboard
Plot ternary diagrams in Matlab
I have three input variables; F, U, N, whose values are independent of one another and are triangular coordinates that I input into the code. I was able to use...
Ternplot appears to plot in this order: ``` c / \ / \ a --- b ``` But the documentation shows: ``` b / \ / \ c --- a...
The current system for coordinate calculation is based on trig relationships. It is much better and more general to use barycentric calculations based on specifying the vertex coordinates. This will...
Hi, Thanks for sharing. Any idea why I am getting this error in GNU Octave 4.2.1? > error: __delaunayn__: qhull failed > error: called from > delaunayn at line 60...
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.