[Matplotlib-users] host_subplot figure argument

Neal Becker ndbecker2 at gmail.com
Wed Jun 10 14:15:36 EDT 2020


I tried to use host_subplot with a figure argument.  Why does this fail?
------------------------
import matplotlib.pyplot as plt
fig,ax = plt.subplots()
host = host_subplot(figure=fig)
------------------------
ValueError: Illegal argument(s) to subplot: ()
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-users/attachments/20200610/0f6b27ad/attachment.html>


More information about the Matplotlib-users mailing list