You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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').
The text was updated successfully, but these errors were encountered:
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').
The text was updated successfully, but these errors were encountered: