Skip to content

Latest commit

 

History

History

hexpanda

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Hexpanda

image0

The script

  1. puts the pixels of the original image into a pandas DataFrame
  2. draws a random sample
  3. creates a hexbin plot

There is a bit of data wrangling done, mostly messing with a pandas MultiIndex.

.. literalinclude:: hexpanda.py