Skip to content
This repository has been archived by the owner on May 17, 2020. It is now read-only.
/ EasyGraph Public archive

EasyGraph is a simple program that will help you to create charts!

License

Notifications You must be signed in to change notification settings

DragonNP/EasyGraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EasyGraph

EasyGraph is a simple program that will help you to create charts!

Download

You can download the program for:

Documentation:

random(min, max, what)

  • Method random() accepts multiple values:
    • Minimum value
    • Maxminm value
    • And how many numbers to generate

Examples

  • random(0, 10, 15) Displays 15 random numbers between 0 and 10

min:step:max

  • This design is created to simplify the insertion of digits.

Examples

  • 0:1:10 Displays numbers from 0 to 10 in increments of 1 (0,1,2,3, etc.)

Licence

EasyGraph is open-source software licensed under the MIT license.