Is there a function for drawing a caption box underneath a figure/graph using matplotlib? I have searched google and haven't found any such function.

something like what is shown in the image would be great. Thanks
|
Is there a function for drawing a caption box underneath a figure/graph using matplotlib? I have searched google and haven't found any such function.
something like what is shown in the image would be great. Thanks |
|||
|
|
|
Use
It produces this:
If you want automatic word-wrapping, have a look at this post. I'm not sure I can help you get it full-justified. |
|||
|
|
|
You can use the Edit: The legend function takes a |
||||
|
|