MCPcopy
hub / github.com/LCAV/pyroomacoustics / plot

Method plot

pyroomacoustics/room.py:3063–3067  ·  view source on GitHub ↗

Overloaded function to issue warning when img_order is given.

(self, **kwargs)

Source from the content-addressed store, hash-verified

3061 return 1
3062
3063 def plot(self, **kwargs):
3064 """Overloaded function to issue warning when img_order is given."""
3065 if "img_order" in kwargs.keys():
3066 warnings.warn("Ignoring img_order argument for AnechoicRoom.", UserWarning)
3067 return ShoeBox.plot(self, plot_walls=False, **kwargs)

Calls 1

plotMethod · 0.45