You can run the program with IDE
Firstly you should write a command name
load
Use this when you want to load data from filewrite
Use that if you want to write data in IO
Then, you should write type of diagram.
- circle
- bar
Then write data in format --
VALUE1 NAME1
VALUE2 NAME2
VALUE3 NAME3
...
VALUE
is a floating point number. NAME
is name of VALUE
.
Between VALUE
and NAME
should be at least 1 space.
NAME
can contains spaces.
To stop input just press ENTER