Questions tagged [ternplot]

Ternplot is a Matlab package which plots ternary diagrams, use this tag for questions about it

Definition:

ternplot is a MATLAB package that plots ternary phase diagrams using ternary phase data.

Example Usage:

TERNPLOT(A, B, C, LINETYPE)

ternplot Example

Image Source: https://www.mathworks.com/matlabcentral/fileexchange/2299-alchemyst-ternplot

Important Links:

5 questions
3
votes
1 answer

Plotting Ternary Phase Diagram with MATLAB

I would like to plot a ternary phase diagram based on ab-initio energy inputs. There, I found a useful tool which may help me: https://de.mathworks.com/matlabcentral/fileexchange/2299-alchemyst-ternplot There are several issues I need to alter: I…
halil
  • 33
  • 1
  • 3
1
vote
1 answer

ternary plot gridding using ternplot

How to change the triangular grid to dotted lines in ternplot? The default is solid lines. All options I have tried produces errors or unwanted effects.
jam_27
  • 35
  • 1
  • 7
1
vote
3 answers

Construct ternary grid, evaluate a function on the grid and contour plot in Matlab

I need to evaluate a function (say) Fxy = 2*x.^2 +3 *y.^2; on a ternary grid x-range (0 - 1), y-range (0-1) and 1-x-y (0 - 1). I am unable to construct the ternary grid on which I need to evaluate the above function. Also, once evaluated I need to…
jam_27
  • 35
  • 1
  • 7
0
votes
0 answers

How to change ternary plot axis label size and font?

I have few queries for ternpcolor plot, as followed from this link how to plot 3d ternary plot for three mixtures 1) Can we get transparent grid for the plot below ? We want to see the whole contour plot in 2d plane. 2) Can we change the axis label…
sri
  • 71
  • 1
  • 4
-1
votes
1 answer

how to plot 3d ternary plot for three mixtures

I have tried with your terndemo but I'm unable get a graphical data like you sir. My aim is to present that how, each formulation is responsible for different zetasizes in 3d ternary plot. I tried like editing the file of yours but the result is…