Quickstart

ETkI

Important: To make a line, you must import the etki.plot module separately.

Importing all modules

To import ETkI, with etki in your working directory, use:

If it causes a bug, please make an issuearrow-up-right.

Importing specific modules

Action
Module

Make a shape (rectangle, path, etc.)

etki.shp

Make a text label

etki.txt

Make a line

etki.plot

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