See open issues. Feel free to fork, clone, fix, test, push and send a pull request. Please, before you submit a pull request, could you sync with the upstream (this) master. Please see this tutorial on how to do this.
- Current small fixes:
- Provide a figure rotation option
Image rotation can be accomplished by doing something like this:
import Image img = Image.open("plot.jpg") img2 = img.rotate(45) img2.show() img2.save("rotate.jpg")
- Current major fixes/improvements:
- make into a web app
- more extensive tests
- SeqFindr-d3js