Skip to content

linkaxes bug? #30

@shihchengyen

Description

@shihchengyen

When I plot the Unity object:
puy = PanGUI.create_window(uy, **{'PlotType' : 'X-T'})
the first trial looks like this:
image
When I plot the VMLFP object:
pvl = PanGUI.create_window(vl)
the first trial looks like this:
image
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:
image
When I change linkxaxes to:
p2a = PanGUI.create_window([uy, vl], **{'PlotType' : 'X-T'}, linkxaxes=[0,0]):
the first trial looks like this:
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions