Skip to content

Commit

Permalink
better label for graph
Browse files Browse the repository at this point in the history
  • Loading branch information
Swizec committed Sep 3, 2012
1 parent c2141f2 commit 4a9584b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion implementation/plot.hs
Expand Up @@ -63,7 +63,7 @@ chart points = layout
where where
moneys = plot_lines_style .> line_color ^= opaque blue moneys = plot_lines_style .> line_color ^= opaque blue
$ plot_lines_values ^= [[ (d, v) | (d, v) <- points]] $ plot_lines_values ^= [[ (d, v) | (d, v) <- points]]
$ plot_lines_title ^= "Income" $ plot_lines_title ^= "Outstanding+real money"
$ defaultPlotLines $ defaultPlotLines


layout = layout1_title ^="Money History" layout = layout1_title ^="Money History"
Expand Down

0 comments on commit 4a9584b

Please sign in to comment.