-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
I'm following along on the Introduction to HAT example on my local machine using mouse neuron data from Prof. Rajapakse's class. When I run either HAT.plotIncidenceMatrix()
or HG1.plot()
, I receive the following error:
Unrecognized property 'XLimitMethod' for class 'matlab.graphics.chart.HeatmapChart'.
Error in [HAT.plotIncidenceMatrix](matlab:matlab.lang.internal.introspective.errorDocCallback('HAT.plotIncidenceMatrix', '/Applications/Hypergraph-Analysis-Toolbox/Matlab/+HAT/plotIncidenceMatrix.m', 29)) ([line 29](matlab: opentoline('/Applications/Hypergraph-Analysis-Toolbox/Matlab/+HAT/plotIncidenceMatrix.m',29,0)))
ax.XLimitMethod = 'padded';
To Reproduce
Steps to reproduce the behavior:
- Create hypergraph object from incidence matrix via
HG3 = Hypergraph('IM', IM)
- Run
HAT.plotIncidenceMatrix(HG3, '*', {'r', 'b', 'g'});
orHG3.plot();
- See error
Expected behavior
I expected a hyperedges-vs-matrices plot to appera.
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working