lets-plot
lets-plot copied to clipboard
Make GGBunch "fluent interface"
Nice to be able to create a bunch like:
b = GGBunch()
.addPlot(p1, 0, 0)
.addPlot(p2, 0, 200)