shapes#

Attributes#

Functions#

wedge([visual_size, ppd, shape, angle, radius, ...])

Draw a wedge, i.e., segment of a disc

disc([visual_size, ppd, shape, radius, ...])

Draw a central disc

ring([visual_size, ppd, shape, radii, intensity_ring, ...])

Draw a ring (annulus)

rectangle([visual_size, ppd, shape, rectangle_size, ...])

Draw a rectangle

triangle([visual_size, ppd, shape, triangle_size, ...])

Draw a triangle

cross([visual_size, ppd, shape, cross_size, ...])

Draw a cross

parallelogram([visual_size, ppd, shape, ...])

Draw a parallelogram

ellipse([visual_size, ppd, shape, radius, ...])

Draw an ellipse

circle([visual_size, ppd, shape, radius, ...])

Draw an ellipse

Module Contents#

stimupy.components.shapes.annulus#