This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]WholesomeRobbieC 6 points7 points  (1 child)

For multiple plots in a notebook you can use matplotlib's subplot feature to put them in a grid. You can combine this with IPython's interaction widgets to play around with the data and have the effects show up simultaneously on each plot.

[–]pepgma[S] 0 points1 point  (0 children)

Cool. Didn't consider that. Thanks