visualizeMat

Contents

visualizeMat#

class brainpy.connect.visualizeMat(mat, description='Untitled')[source]#

Visualize the matrix. (Need seaborn and matplotlib)

Parameters:
  • mat (jnp.ndarray) – The matrix to be visualized.

  • description (str) – The title of the figure.