python-flot-utils
python-flot-utils copied to clipboard
Small fix for problem of "line" instead of "lines"
Just a small change, should fix #1
Also added another thing that allows the user to do something like:
graph.add_lines([(1, 1), (2, 2), (3, 3)], label="func a",**{"fill":True})
@arruda Did you still want to merge a fix in?
Only if you want it, I closed it since it was open for some time. I can reopen with you prefer =)
As you can probably tell, I'm not actively maintaining this repo. Happy to put in the change for posterity but I don't have plans for further development.
A belated thanks for your fix and feedback. Cheers.
No problem I'll reopen the PR. Anyway thanks for the initiative of making this project.