plot_fourier_performance_data

hcipy.fourier.plot_fourier_performance_data(datasets, ax=None)

Plot the fourier performance data.

Parameters:
datasetsdict

A dictionary of datasets. The keys are the names of the datasets, and the values are tuples of (complexities, execution_times).

axmatplotlib axes

The axes to plot on. If not given, a new figure and axes will be created.