Plttern: Difference between revisions
Jump to navigation
Jump to search
imported>Jeremy (Importing text file) |
imported>Jeremy (Importing text file) |
||
Line 1: | Line 1: | ||
===Purpose=== | ===Purpose=== | ||
Plots a 2D ternary diagram. | Plots a 2D ternary diagram. | ||
===Synopsis=== | ===Synopsis=== | ||
:[tdata,h] = plttern(data,linestyle,x1lab,x2lab,x3lab) | :[tdata,h] = plttern(data,linestyle,x1lab,x2lab,x3lab) | ||
===Description=== | ===Description=== | ||
PLTTERN makes 2-D ternary plots of the data contained in the three column input matrix data. The columns of data correspond to concentrations ( = 0 and real) and are normalized to fit in the range 0 to 100. Optional inputs ''x1lab'', ''x2lab'', ''x3lab'' are row vectors of text containing labels for the axes. The output tdata is the normalized concentration data. | PLTTERN makes 2-D ternary plots of the data contained in the three column input matrix data. The columns of data correspond to concentrations ( = 0 and real) and are normalized to fit in the range 0 to 100. Optional inputs ''x1lab'', ''x2lab'', ''x3lab'' are row vectors of text containing labels for the axes. The output tdata is the normalized concentration data. | ||
===See Also=== | ===See Also=== | ||
[[dp]], [[ellps]], [[hline]], [[pan]], [[pltternf]], [[vline]], [[zline]] | [[dp]], [[ellps]], [[hline]], [[pan]], [[pltternf]], [[vline]], [[zline]] |
Latest revision as of 15:26, 3 September 2008
Purpose
Plots a 2D ternary diagram.
Synopsis
- [tdata,h] = plttern(data,linestyle,x1lab,x2lab,x3lab)
Description
PLTTERN makes 2-D ternary plots of the data contained in the three column input matrix data. The columns of data correspond to concentrations ( = 0 and real) and are normalized to fit in the range 0 to 100. Optional inputs x1lab, x2lab, x3lab are row vectors of text containing labels for the axes. The output tdata is the normalized concentration data.