Skip to content
This repository was archived by the owner on Dec 26, 2024. It is now read-only.

Latest commit

 

History

23 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LineGraph

A linear sequence line finder and creator for graphs

Features

As of 0.3, LineGraph hosts the ability to save and load coordinates to and from a file, and is able to decode those coordinates into a linear equation! It also has a completely useless error logger, which may prove handy for finding out what went wrong.

Using LineGraph

0.2.0 and lower are made with C++, later builds are with Python. As of updating, this currently does not have a general-use build that is a download-and-go option. To run it, open up any Python compiler or IDE and select the "Run" option. To use the program effectively, please run from main.py as any other file will not make the program run properly!

TODO

I want to make this an incredible project, and with graphs there's a lot to use. I'll detail all the ones I want here for now:

  1. Give support for other sequences (quadratic, cubic, reciprocal)
  2. Visualise all this on a GUI
  3. 3D support? Maybe separate

Message Level Priority

This is a little confusing, as my way of visualising what is and isn't important may be different to your use case, so I want to make it clear what each error level stand for when using the project. 0 - standard console output. No need for logging, as it will fill up with spam over time. 1 - debug. Generally for using when another problem exists 2 - warn. To mention in the log where a problem is likely to arise due to a lack of future-proofing or thought 3 - error. Where a problem will affect the intended result. Ideally this message is good, as it highlights where you would see red text.

Issues/Feedback

Want to help me out with the project? Leave an issue or make a PR if you have an issue. Feedback is always appreciated, and you can leave requests if there's anything you want to see in the project I haven't already stated!

About

A linear sequence line finder and creator

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages