Skip to content

Instantly share code, notes, and snippets.

@pauladam
Last active December 15, 2015 12:18
Show Gist options
  • Select an option

  • Save pauladam/5259117 to your computer and use it in GitHub Desktop.

Select an option

Save pauladam/5259117 to your computer and use it in GitHub Desktop.
Minimal numbers theme for Gruff graphs
# Ex. http://sht.tl/8dl5S
graph.theme = {
:colors => %w(#3C6D99 #6DA464 #EDAF5E #CB4042 #845288 #8F9291),
:marker_color => '#AAAAAA',
:background_colors => %w(white white)
}
graph.line_width = 2.5
graph.dot_radius = 2
graph.legend_font_size = graph.marker_font_size = 9
graph.font = '/System/Library/Fonts/HelveticaNeue.dfont'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment