Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

possible-project/graph-lib #7

Open
OkayAlright opened this issue Mar 5, 2017 · 0 comments
Open

possible-project/graph-lib #7

OkayAlright opened this issue Mar 5, 2017 · 0 comments

Comments

@OkayAlright
Copy link
Owner

OkayAlright commented Mar 5, 2017

Create some library to more easily (and quickly) create graphs using the CSV.
Some json file that looks like:

 {
     label: <some string>,
     type: <some string of "bar", "line", or so on>
     x_data: { x_values: <column in the csv>,
                    x_label: <some string>
                    ticks: <some int> },
     y_data: { y_values: <column in the csv>,
                    y_label: <some string>
                    ticks: <some int> }
 }

Or something like that.
Using matplotlib (or some other tool), automate that input into a python script to generate a graph using the "label" field as an output name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant