Difference between revisions of "Plotting API"
Jump to navigation
Jump to search
(Created an initial page for development of the plotting backend) |
(Initial sectioning) |
||
| Line 1: | Line 1: | ||
| + | = Packages = | ||
| + | |||
| + | == Package: pipe_control == | ||
| + | |||
To use the backend code, you need to import: | To use the backend code, you need to import: | ||
| + | <source lang="python"> | ||
from pipe_control.plotting import write_xy | from pipe_control.plotting import write_xy | ||
| + | </source> | ||
Revision as of 14:04, 7 February 2015
Packages
Package: pipe_control
To use the backend code, you need to import:
from pipe_control.plotting import write_xy