Skip to content

Ternary plotting functionality for use with matplotlib including heatmaps.

License

Notifications You must be signed in to change notification settings

ericksonla/python-ternary

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-ternary

This is a plotting library for use with matplotlib to allow ternary plots, plots in the two dimensional simplex projected onto a two dimensional plane.

The library provides functions for plotting curves (trajectories) and heatmaps.

Minimal example:

from maplotlib import pyplot

import ternary

ax = ternary.draw_boundary()

pyplot.show()

About

Ternary plotting functionality for use with matplotlib including heatmaps.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%