Graphy

A simple chart library for Python
Download

Graphy Ranking & Summary

Advertisement

  • Rating:
  • License:
  • The Apache License 2.0
  • Price:
  • FREE
  • Publisher Name:
  • zovirl
  • Publisher web site:
  • http://code.google.com/u/zovirl/

Graphy Tags


Graphy Description

A simple chart library for Python Graphy is a simple Python library for generating charts. It tries to get out of the way and let you just work with your data. At the moment, Graphy produces charts using the Google Chart API.Quick StartHere's a quick example, plotting average monthly rainfall for Sunnyvale, CA:from graphy.backends import google_chart_apimonthly_rainfall = months = 'Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec'.split()chart = google_chart_api.LineChart(monthly_rainfall)chart.bottom.labels = monthsprint chart.display.Img(400, 100) Requirements: · Python


Graphy Related Software