lets-plot icon indicating copy to clipboard operation
lets-plot copied to clipboard

Make GGBunch "fluent interface"

Open alshan opened this issue 5 years ago • 0 comments

Nice to be able to create a bunch like:

b = GGBunch()
      .addPlot(p1, 0, 0)
      .addPlot(p2, 0, 200)

alshan avatar Jun 23 '20 19:06 alshan