We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e2bd32 commit 982e4beCopy full SHA for 982e4be
tensorcircuit/templates/lattice.py
@@ -300,6 +300,10 @@ def show(
300
:param ax: An existing Matplotlib Axes object to plot on.
301
If None, a new Figure and Axes are created automatically. Defaults to None.
302
:type ax: Optional["matplotlib.axes.Axes"], optional
303
+ :param bond_kwargs: A dictionary of keyword arguments for customizing bond appearance,
304
+ passed directly to the Matplotlib plot function. Defaults to None.
305
+ :type bond_kwargs: Optional[Dict[str, Any]], optional
306
+
307
:param kwargs: Additional keyword arguments to be passed directly to the
308
`matplotlib.pyplot.scatter` function for customizing site appearance.
309
"""
0 commit comments