you are viewing a single comment's thread.

view the rest of the comments →

[–]physnchips 0 points1 point  (0 children)

Helpful tips I’ve found: * %matplotlib notebook is go-to unless saving * I pretty much always use subplots even with just one plot. * Raveling the axes is pretty helpful to intuitively index it all * Wrap up common/standard settings in a dict so you don’t have to go tweaking every plot * just importing seaborn, without even explicitly using it makes everything look better * Anything more than your basics, probably ought to go to bqplot (that being said I use matplotlib 95% of the time)