Skip to content

buyolitsez/Data-visualization

Repository files navigation

User guide


Using

You can run the program with IDE

Firstly you should write a command name

  • load Use this when you want to load data from file
  • write 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


Examples

circleExample1

circleExample2

circleExample3

barChartExample1

barChartExample2

barChartExample3

About

Data vizualization, using skiko library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages