python-flot-utils icon indicating copy to clipboard operation
python-flot-utils copied to clipboard

Small fix for problem of "line" instead of "lines"

Open arruda opened this issue 12 years ago • 5 comments

Just a small change, should fix #1

arruda avatar Dec 02 '12 23:12 arruda

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 avatar Dec 03 '12 17:12 arruda

@arruda Did you still want to merge a fix in?

unbracketed avatar Oct 29 '14 20:10 unbracketed

Only if you want it, I closed it since it was open for some time. I can reopen with you prefer =)

arruda avatar Oct 30 '14 00:10 arruda

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.

unbracketed avatar Oct 31 '14 04:10 unbracketed

No problem I'll reopen the PR. Anyway thanks for the initiative of making this project.

arruda avatar Oct 31 '14 13:10 arruda