graphics.py
# -*- coding: utf-8 -*-
"""
Created on Wed Dec 22 18:39:06 2021
@author: adrie
"""
import pynapple as nap
import pandas as pd
import numpy as np
def raster_plot(spike, t_ref, t_start, t_end):
# should either plot the firing of a single cell across trial
# or of multiple cells around one particular time (cannot be both...)
return ax
def show_polar_tuning():
# Should offer various ways of plotting HD tuning curves of either one or several cels
return ax
def show_place_field():
# should show nice place field, with color coding rate and brightness coding occupancy
return ax