|
CompoundPye
0.93
Modelling and Simulation Framework for Neural Networks of Arthropod Compound Eyes
|
Provides some functions to plot the outputs and receptive fields of sensors. More...
Functions | |
| def | plot_receptive_field |
| Plots a receptive field of a sensor. More... | |
Provides some functions to plot the outputs and receptive fields of sensors.
| def CompoundPye.src.Plotting.plot_sensor.plot_receptive_field | ( | ax, | |
| sensor, | |||
plot_kw_args = {'color':'red', |
|||
| linewidth | |||
| ) |
Plots a receptive field of a sensor.
Actual plotting happens in _plot_recptive_field_one_dim or _plot_recptive_field_two_dim, depending on the dimension of the Surroundings (and, thus, the dimension of the receptive field)
| ax | Axis-object in which the receptive field is to be plotted. |
| sensor | Sensor of which the receptive field is to be plotted. |
| plot_kw_args | Dictionary of keyword-parameters to be passed on to the plot function. |