Python can be used as a MATLAB alternative for scientific analysis. This post contains installation advice and example code in both languages.
read moreCreating a grid of matplotlib figures
Whenever I'm analyzing a dataset, I tend to create lots of different plots (e.g., y-axis transforms, different x-variables, etc.). Usually, it's a lot more instructive to view all these plots at once so that differences can be readily viewed. Since it rapidly becomes tedious to manually position/resize the automatically-created plotting windows, I created a tool called matplotgrid that tiles the windows.
read moreRecovering a lost combination
Controlling instruments over GPIB with SCPI
Converting IPython notebooks to PDFs
A few weeks ago I wanted to share an IPython notebook with a friend who did not have IPython installed. The natural choice was to convert it to a PDF, which turned out to be more painful than expected. The following instructions are written for Windows users and IPython v2 …
read moreGetting started with Pelican and IPython notebooks
Page 1 / 1