include `axis=None` in function header and some conditional to output the plot in a new axis if axis is missing. Avoid this: ```python TypeError: volcano() missing 1 required positional argument: 'ax' ```