Code to generate, plot, and calculate info about hex maze configurations and optimal barrier change sequences for the hex maze behavioral task used by the Berke Lab at UCSF.
1
stars
2
forks
source link
Update plotting functions to take custom axis, add barrier sequence evaluation plot #7
Add option for plot_hex_maze and related functions to take a custom axis with the named ax argument, which allows hex mazes to be placed in subplots
Add option show_hex_labels to plotting functions to give the user to turn off and on the numbers shown on the hexes (defaults to True so default function behavior is unchanged)
add function plot_evaluate_barrier_sequence to allow for visual comparison of all mazes in a sequence (helpful for confirming all mazes are sufficiently different from each other)
plot_hex_maze
and related functions to take a custom axis with the namedax
argument, which allows hex mazes to be placed in subplotsshow_hex_labels
to plotting functions to give the user to turn off and on the numbers shown on the hexes (defaults to True so default function behavior is unchanged)plot_evaluate_barrier_sequence
to allow for visual comparison of all mazes in a sequence (helpful for confirming all mazes are sufficiently different from each other)