CompoundPye  0.93
Modelling and Simulation Framework for Neural Networks of Arthropod Compound Eyes
 All Classes Namespaces Functions Variables Pages
CompoundPye.src.Plotting.plot_sensor Namespace Reference

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...
 

Detailed Description

Provides some functions to plot the outputs and receptive fields of sensors.

Author
Ilyas Kuhlemann ilyas.nosp@m.p.ku.nosp@m.@gmai.nosp@m.l.co.nosp@m.m
Date
21.10.14

Function Documentation

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)

Parameters
axAxis-object in which the receptive field is to be plotted.
sensorSensor of which the receptive field is to be plotted.
plot_kw_argsDictionary of keyword-parameters to be passed on to the plot function.