Hacker News new | ask | show | jobs
by knolan 2656 days ago
This is probably most useful for postgrad students getting started with writing with TeX.

It’s worth pointing out that the figures are made using the matplotlib library, which is primarily based on Matlab’s plotting functionality. This is perhaps just as useful for new researchers as many of them are taught Matlab exclusively throughout their undergraduate courses.

1 comments

It’s great for getting started, but if you start really customizing your plots the Object oriented usage of matplotlib is really the way to go.