Skip to content

Instantly share code, notes, and snippets.

@suntong
suntong / README.md
Last active December 18, 2015 22:32 — forked from huyng/matplotlibrc
my default matplotlib settings

Source

This is a custom config based on huyng's gist: https://gist.github.com/816622 which implements a nicer color scheme for matplotlib, along with some other styling tweaks.

Problem statement (Aka Goal)

  • The gist was created on Feb 8, 2011. That's old and things have changed
  • Focus on the color scheme tweaking for matplotlib, for the rest use the latest default as much as possible
  • Incorporate all good changes from the following forks:
@suntong
suntong / main.go
Last active August 29, 2015 14:01
// http://play.golang.org/p/FOe85j-O-n
package main
import (
"fmt"
"os"
"time"
)