Open Jakob37 opened 3 months 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.
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.
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:
I.e. organizing the code such that anyone could in additional charts in a straight-forward way.