Skip to content

add a plot method to the grid function

Andreas Dedner requested to merge feature/add-plot-to-gf into master

Instead of

grid.plot(gf)

one can write

gf.plot()

Merge request reports