CompoundPye
0.93
Modelling and Simulation Framework for Neural Networks of Arthropod Compound Eyes
|
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... | |
This package provides some functions to plot 1- and 2-dimensional surroundings (and its intensities).
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.
ax | axis-object in which to plot the intensities. |
intensities | Array containing the intensities for each pixel. |
def CompoundPye.src.Plotting.plot_surroundings.plot_intensities_1_dim | ( | ax, | |
intensities | |||
) |
Plots the intensities of 1-dimensional surroundings.
ax | axis-object in which to plot the intensities. |
intensities | Array containing the intensities for each pixel. |
def CompoundPye.src.Plotting.plot_surroundings.plot_intensities_2_dim | ( | ax, | |
intensities | |||
) |
Plots the intensities of 2-dimensional surroundings.
ax | axis-object in which to plot the intensities. |
intensities | Array containing the intensities for each pixel. |