Category: Python

  • Reading Extech EM100  Data Files

    Reading Extech EM100 Data Files

    The Extech EM100 is a discontinued electrical meter (kind of like a Kill-a-Watt). I happen to have one lying around, but software for it no longer exists. So, naturally, I made my own.

  • Adventures displaying images with Matplotlib

    Adventures displaying images with Matplotlib

    I have recently been using Matplotlib to create graphics for a paper I am writing. One thing that has been bugging me, though, was a quirk in imshow which caused aliasing in the PDF exports of my images. I had assumed this wouldn’t be an issue based on the fact that PDF is a vector […]