-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
When I plot the Unity object:
puy = PanGUI.create_window(uy, **{'PlotType' : 'X-T'})
the first trial looks like this:

When I plot the VMLFP object:
pvl = PanGUI.create_window(vl)
the first trial looks like this:

When I try to plot them together using:
p2a = PanGUI.create_window([uy, vl], **{'PlotType' : 'X-T'}, linkxaxes=[1,1]):
the first trial looks like this:

When I change linkxaxes to:
p2a = PanGUI.create_window([uy, vl], **{'PlotType' : 'X-T'}, linkxaxes=[0,0]):
the first trial looks like this:

Metadata
Metadata
Assignees
Labels
No labels