Skip to content

Instantly share code, notes, and snippets.

@kjunichi
Last active November 7, 2017 04:48
Show Gist options
  • Save kjunichi/cd1e47b3c83feb01cbcb16d9b8ebad2f to your computer and use it in GitHub Desktop.
Save kjunichi/cd1e47b3c83feb01cbcb16d9b8ebad2f to your computer and use it in GitHub Desktop.
using PyCall
using PyPlot
axis("off")
imshow([sin(1/sin(i*i+j*j)) for i=linspace(-0.5,0.5,84),j=linspace(-0.5,0.5,84)])
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment