plot_locomotion¶
Description¶
This function plots the locomotion / probability density map of a standard Sable Systems Promethion file
Usage¶
plot_locomotion(
file,
x_min_food = 2,
x_max_food = 9.5,
y_min_food = 4,
y_max_food = 16,
x_min_scale = 20.5,
x_max_scale = 29,
y_min_scale = 4.2,
y_max_scale = 9.5,
x_min_bottle = 20.5,
x_max_bottle = 28,
y_min_bottle = 12,
y_max_bottle = 15.5
)
Arguments¶
file
: input filex_min_food
: min x coordinate of food hamperx_max_food
: max x coordinate of food hampery_min_food
: min y coordinate of food hampery_max_food
: max y coordinate of food hamperx_min_scale
: min x scale factorx_max_scale
: max x scale factory_min_scale
: min y scale factory_max_scale
: max y scale factorx_min_bottle
: min x coordinate water bottlex_max_bottle
: max x coordinate water bottley_min_bottle
: min y coordinate water bottley_max_bottle
: max y coordinate water bottle