MCPcopy Create free account
hub / github.com/EmoryUniversityTheoreticalBiophysics/SirIsaac / plotMatrix

Function plotMatrix

SirIsaac/plotMatrix.py:12–123  ·  view source on GitHub ↗

some popular cmaps: pylab.cm.gray pylab.cm.copper pylab.cm.bone pylab.cm.jet Can also use kwargs for pylab.imshow, including vmin,vmax: Set the range of values for the color bar. If 1D arrays for X and Y are given, axes are drawn

(mat,cmap=pylab.cm.gray,colorbar=True,X=None,Y=None,          \
    interp='nearest',plot3D=False,plotContour=False,ax=None,                \
    contours=None,filled=True,outlineColor=None,**kwargs)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

plotAllFpdsDict2DFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected