Skip to content

Instantly share code, notes, and snippets.

@obstschale
Created November 5, 2013 08:08
Show Gist options
  • Save obstschale/7315498 to your computer and use it in GitHub Desktop.
Save obstschale/7315498 to your computer and use it in GitHub Desktop.
A little bit fun with Octave ;) Illustration of a famous book.
octave:> imagesc(rand(5,10)), colorbar, colormap gray;
octave:> title('50 shades of gray')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment