ophyd.areadetector.base.ADBase.visualize_asyn_digraph#
- ADBase.visualize_asyn_digraph(ax=None, *args, **kwargs)#
This generates a figure showing the current asyn port layout.
This method generates a plot showing all of the currently enabled Areadetector plugin asyn ports and their relationships. The current ports and relationships are found using self.get_asyn_digraph.
- Parameters:
- ax: matplotlib axes
if None (default) then a new figure is created otherwise it is plotted on the specified axes.
- *args, **kwargsnetworkx.draw_networkx args and kwargs.
For the allowed args and kwargs see the networkx.draw_networkx documentation