Some exercises need both to process an image and plot a function. Maybe have a way to automatize this.
Use case:
Users can create the plotter function as usual with name 'foobar'.
Users create an image processing algorithm as usual. They also import a plotter api module. In the implementation of the image processing algorithm they call plotterapi.showplot('foobar').
Some exercises need both to process an image and plot a function. Maybe have a way to automatize this.
Use case: Users can create the plotter function as usual with name 'foobar'. Users create an image processing algorithm as usual. They also import a plotter api module. In the implementation of the image processing algorithm they call plotterapi.showplot('foobar').