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'}); or HG3.plot();
- See error
Expected behavior
I expected a hyperedges-vs-matrices plot to appera.
Screenshots

Additional context
Add any other context about the problem here.
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()orHG1.plot(), I receive the following error:To Reproduce
Steps to reproduce the behavior:
HG3 = Hypergraph('IM', IM)HAT.plotIncidenceMatrix(HG3, '*', {'r', 'b', 'g'});orHG3.plot();Expected behavior
I expected a hyperedges-vs-matrices plot to appera.
Screenshots

Additional context
Add any other context about the problem here.