We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
include axis=None in function header and some conditional to output the plot in a new axis if axis is missing. Avoid this:
axis=None
TypeError: volcano() missing 1 required positional argument: 'ax'