SpikeParams

Drawing parameters for a set of spikes used with a SpikePlot object.

AUTHORS:

  • THOMAS MCTAVISH (2010-11-01): initial version, 0.1
class neuronpy.graphics.spikeparams.SpikeParams(spikes=None, label=None, data_xlim=[9223372036854775807, 0], cell_offset=0, marker=None, markercolor='black', markerscale=1.0, markeredgewidth=0.75, linestyle='None', linewidth=0.75, sth_redraw=True, sth_style='step', sth_linewidth=0.75, sth_dt=1, sth_kernel=[1], sth_origin=0, sum_redraw=True, sum_style='step', sum_linewidth=0.75)[source]

Each set of spikes that gets drawn gets assigned either default drawing properties or those of the SpikePlot instance. They are stored in this object.

Previous topic

Graphics

Next topic

SpikePlot

This Page