Skip to content

Instantly share code, notes, and snippets.

@math314
Created May 20, 2013 06:15
Show Gist options
  • Select an option

  • Save math314/5610670 to your computer and use it in GitHub Desktop.

Select an option

Save math314/5610670 to your computer and use it in GitHub Desktop.
import pylab
x = range(10)
y = range(10)
pylab.plot(x,y,'-')
pylab.title(u"日本語")
pylab.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment