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

This package provides some functions to plot 1- and 2-dimensional surroundings (and its intensities). More...

Functions

def plot_intensities
 Plots the intensities of 1- or 2-dimensional surroundings. More...
 
def plot_intensities_2_dim
 Plots the intensities of 2-dimensional surroundings. More...
 
def plot_intensities_1_dim
 Plots the intensities of 1-dimensional surroundings. More...
 

Detailed Description

This package provides some functions to plot 1- and 2-dimensional surroundings (and its intensities).

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

Function Documentation

def CompoundPye.src.Plotting.plot_surroundings.plot_intensities (   ax,
  intensities 
)

Plots the intensities of 1- or 2-dimensional surroundings.

The function calls either plot_intensities_1_dim or plot_intensities_2_dim, depending on the dimension of the surroundings.

Parameters
axaxis-object in which to plot the intensities.
intensitiesArray containing the intensities for each pixel.
Returns
matplotlib Line2D object for 1-dimensional surroundings, AxisImage object for 2-dimensional surroundings.
def CompoundPye.src.Plotting.plot_surroundings.plot_intensities_1_dim (   ax,
  intensities 
)

Plots the intensities of 1-dimensional surroundings.

Parameters
axaxis-object in which to plot the intensities.
intensitiesArray containing the intensities for each pixel.
Returns
matplotlib Line2D object.
def CompoundPye.src.Plotting.plot_surroundings.plot_intensities_2_dim (   ax,
  intensities 
)

Plots the intensities of 2-dimensional surroundings.

Parameters
axaxis-object in which to plot the intensities.
intensitiesArray containing the intensities for each pixel.
Returns
matplotlib AxisImage object.