linem / mjewelplot

Other
0 stars 0 forks source link

Structural support for multiple plots #2

Open Jakob37 opened 2 weeks ago

Jakob37 commented 2 weeks ago

Another thing that would be useful is to use sub-commands in argparse for different charts. I.e. so that you could call it as such:

$ mjewel bar fitnotes_example.csv --col "Reps" --category "Pushup"
$ mjewel dot fitnotes_example.csv --col1 "Reps" --col2 "Weight"

I.e. organizing the code such that anyone could in additional charts in a straight-forward way.

linem commented 2 weeks ago

Thank you for your request. The package is under development, so more features are to be added for sure. I have added your suggestion to the list for future updates.