Interactive display of quivers

sage.combinat.cluster_algebra_quiver.interact.cluster_interact(self, fig_size=1, circular=True, kind='seed')[source]

Start an interactive window for cluster seed mutations.

Only in Jupyter notebook mode.

Not to be called directly. Use the interact() methods of ClusterSeed and ClusterQuiver instead.

INPUT:

  • fig_size – (default: 1) factor by which the size of the plot is multiplied

  • circular – boolean (default: True); if True, the circular plot is chosen, otherwise >>spring<< is used

  • kind – either 'seed' (default) or 'quiver'