Skip to content

Instantly share code, notes, and snippets.

@mrkn
Created February 18, 2017 03:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrkn/2d8b21edabe86507a5cbcc030593e6b7 to your computer and use it in GitHub Desktop.
Save mrkn/2d8b21edabe86507a5cbcc030593e6b7 to your computer and use it in GitHub Desktop.
require 'pycall/import'
include PyCall::Import
pyimport 'matplotlib.pyplot', as: 'plt'
plt[:plot].([1, 2, 3, 4, 5], 5.times.map { rand })
plt[:show].()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment