[merge] devel

This commit is contained in:
mzwiessele 2016-08-16 12:03:45 +01:00
commit 746d4daae8
8 changed files with 356 additions and 3 deletions

View file

@ -61,6 +61,8 @@ class AbstractPlottingLibrary(object):
"""
Get a new figure with nrows and ncolumns subplots.
Does not initialize the canvases yet.
There is individual kwargs for the individual plotting libraries to use.
"""
raise NotImplementedError("Implement all plot functions in AbstractPlottingLibrary in order to use your own plotting library")