Important: To make a line, you must import the etki.plot module separately.
etki.plot
To import ETkI, with etki in your working directory, use:
If it causes a bug, please make an issuearrow-up-right.
Make a shape (rectangle, path, etc.)
etki.shp
Make a text label
etki.txt
Make a line
Draw the plot
etki.big
The modules must be imported individually, e.g.: To draw a circle and a text label, one would do the following:
Last updated 1 year ago
from etki import *
import etki.shp # For the circle import etki.txt # For the label