Pretty graphs and charts in Python - Stack Overflow most recent 30 from stackoverflow.com 2009-12-06T09:27:29Z http://stackoverflow.com/feeds/question/52652 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/52652/pretty-graphs-and-charts-in-python 24 Pretty graphs and charts in Python sverrejoh 2008-09-09T19:11:45Z 2009-10-02T19:05:45Z <p>What are the best libraries for creating pretty charts and graphs in a Python application?</p> http://stackoverflow.com/questions/52652/pretty-graphs-and-charts-in-python/52655#52655 3 Answer by Thomas Owens for Pretty graphs and charts in Python Thomas Owens 2008-09-09T19:13:55Z 2008-09-09T19:13:55Z <p>Have you looked into <a href="http://www.advsofteng.com/cdpython.html" rel="nofollow">ChartDirector for Python</a>?</p> <p>I can't speak about this one, but I've used ChartDirector for PHP and it's pretty good.</p> http://stackoverflow.com/questions/52652/pretty-graphs-and-charts-in-python/52656#52656 1 Answer by Mark Cidade for Pretty graphs and charts in Python Mark Cidade 2008-09-09T19:13:56Z 2008-09-09T19:13:56Z <p><a href="http://nodebox.net/code/index.php/Library" rel="nofollow">NodeBox</a> is awesome for raw graphics creation.</p> http://stackoverflow.com/questions/52652/pretty-graphs-and-charts-in-python/52780#52780 6 Answer by elmarco for Pretty graphs and charts in Python elmarco 2008-09-09T20:05:13Z 2008-09-09T20:05:13Z <p><a href="http://linil.wordpress.com/2008/06/14/cairoplot-plotting-graphics-using-python-and-cairo/" rel="nofollow">CairoPlot</a></p> http://stackoverflow.com/questions/52652/pretty-graphs-and-charts-in-python/53021#53021 2 Answer by Azim for Pretty graphs and charts in Python Azim 2008-09-09T22:11:56Z 2008-09-09T22:11:56Z <p><a href="http://code.enthought.com/chaco/" rel="nofollow">Chaco</a> from <a href="http://www.enthought.com/" rel="nofollow">enthought</a> is another option</p> http://stackoverflow.com/questions/52652/pretty-graphs-and-charts-in-python/53468#53468 6 Answer by Tony Meyer for Pretty graphs and charts in Python Tony Meyer 2008-09-10T05:22:58Z 2008-09-10T05:22:58Z <p>You can also use <a href="http://pygooglechart.slowchop.com/" rel="nofollow">pygooglechart</a>, which uses the <a href="http://code.google.com/apis/chart/" rel="nofollow">Google Chart API</a>. This isn't something you'd always want to use, but if you want a small number of good, simple, charts, and are always online, and especially if you're displaying in a browser anyway, it's a good choice.</p> http://stackoverflow.com/questions/52652/pretty-graphs-and-charts-in-python/53487#53487 0 Answer by Tyler for Pretty graphs and charts in Python Tyler 2008-09-10T05:49:11Z 2008-09-10T05:49:11Z <p>You could also consider <a href="http://code.google.com/apis/chart/" rel="nofollow">google charts</a>.</p> <p>Not technically a python API, but you can use it from python, it's reasonably fast to code for, and the results tend to look nice. If you happen to be using your plots online, then this would be an even better solution.</p> http://stackoverflow.com/questions/52652/pretty-graphs-and-charts-in-python/77467#77467 18 Answer by Rodrigo for Pretty graphs and charts in Python Rodrigo 2008-09-16T21:43:33Z 2008-09-16T21:43:33Z <p>Hi there, I'm the one supporting CairoPlot and I'm very proud it came up here. Surely matplotlib is great, but I believe CairoPlot is better looking. So, for presentations and websites, it's a very good choice.</p> <p>Today I released version 1.1. If interested, check it out at <a href="http://linil.wordpress.com/2008/09/16/cairoplot-11/" rel="nofollow">CairoPlot v1.1</a></p> http://stackoverflow.com/questions/52652/pretty-graphs-and-charts-in-python/78446#78446 7 Answer by Barry Wark for Pretty graphs and charts in Python Barry Wark 2008-09-16T23:51:24Z 2008-09-16T23:51:24Z <p>For interactive work, <a href="http://matplotlib.sourceforge.net/" rel="nofollow">Matplotlib</a> is the mature standard. It provides an OO-style API as well as a Matlab-style interactive API. </p> <p><a href="http://code.enthought.com/chaco/" rel="nofollow">Chaco</a> is a more modern plotting library from the folks at Enthought. It uses Enthought's Kiva vector drawing library and currently works only with Wx and Qt with OpenGL on the way (Matplotlib has backends for Tk, Qt, Wx, Cocoa, and many image types such as PDF, EPS, PNG, etc.). The main advantages of Chaco are its speed relative to Matplotlib and its integration with Enthought's Traits API for interactive applications.</p> http://stackoverflow.com/questions/52652/pretty-graphs-and-charts-in-python/210489#210489 1 Answer by Mayowa for Pretty graphs and charts in Python Mayowa 2008-10-16T22:10:34Z 2008-10-16T22:10:34Z <p>You should also consider PyCha <a href="http://www.lorenzogil.com/projects/pycha/" rel="nofollow">http://www.lorenzogil.com/projects/pycha/</a></p> http://stackoverflow.com/questions/52652/pretty-graphs-and-charts-in-python/261358#261358 1 Answer by mhagger for Pretty graphs and charts in Python mhagger 2008-11-04T09:43:10Z 2008-11-04T09:43:10Z <p>If you like to use <a href="http://www.gnuplot.info/" rel="nofollow">gnuplot</a> for plotting, you should consider <a href="http://gnuplot-py.sourceforge.net/" rel="nofollow">Gnuplot.py</a>. It provides an object-oriented interface to gnuplot, and also allows you to pass commands directly to gnuplot. Unfortunately, it is no longer being actively developed.</p> http://stackoverflow.com/questions/52652/pretty-graphs-and-charts-in-python/469858#469858 0 Answer by Cristian Ciupitu for Pretty graphs and charts in Python Cristian Ciupitu 2009-01-22T16:34:04Z 2009-01-22T16:40:44Z <p><a href="http://plplot.sourceforge.net/" rel="nofollow">PLplot</a> is a cross-platform software package for creating scientific plots. They aren't very pretty (eye catching), but they look good enough. Have a look at <a href="http://plplot.sourceforge.net/examples.php" rel="nofollow">some examples</a> (both source code and pictures).</p> <p>The PLplot core library can be used to create standard x-y plots, semi-log plots, log-log plots, contour plots, 3D surface plots, mesh plots, bar charts and pie charts. It runs on Windows (2000, XP and Vista), Linux, Mac OS X, and other Unices.</p> http://stackoverflow.com/questions/52652/pretty-graphs-and-charts-in-python/790369#790369 1 Answer by Gourneau for Pretty graphs and charts in Python Gourneau 2009-04-26T06:34:38Z 2009-04-26T06:34:38Z <p>I am a fan on PyOFC2 : <a href="http://btbytes.github.com/pyofc2/" rel="nofollow">http://btbytes.github.com/pyofc2/</a></p> <p>It just just a package that makes it easy to generate the JSON data needed for Open Flash Charts 2, which are very beautiful. Check out the examples on the link above.</p> http://stackoverflow.com/questions/52652/pretty-graphs-and-charts-in-python/926029#926029 1 Answer by Serbaut for Pretty graphs and charts in Python Serbaut 2009-05-29T13:42:20Z 2009-05-29T13:52:01Z <p>You didn't mention what output format you need but reportlab is good at creating charts both in pdf and bitmap (e.g. png) format.</p> <p>Here is a simple example of a barchart in png and pdf format:</p> <pre><code>from reportlab.graphics.shapes import Drawing from reportlab.graphics.charts.barcharts import VerticalBarChart d = Drawing(300, 200) chart = VerticalBarChart() chart.width = 260 chart.height = 160 chart.x = 20 chart.y = 20 chart.data = [[1,2], [3,4]] chart.categoryAxis.categoryNames = ['foo', 'bar'] chart.valueAxis.valueMin = 0 d.add(chart) d.save(fnRoot='test', formats=['png', 'pdf']) </code></pre> <p><img src="http://i40.tinypic.com/2j677tl.jpg" alt="alt text" /></p> <p><em>Note: the image has been converted to jpg by the image host.</em></p> http://stackoverflow.com/questions/52652/pretty-graphs-and-charts-in-python/1079651#1079651 0 Answer by unknown (google) for Pretty graphs and charts in Python unknown (google) 2009-07-03T14:40:17Z 2009-07-03T14:40:17Z <p>I used pychart and thought it was very straightforward.</p> <p><a href="http://home.gna.org/pychart/" rel="nofollow">http://home.gna.org/pychart/</a></p> <p>It's all native python and does not have a busload of dependencies. I'm sure matplotlib is lovely but I'd be downloading and installing for days and I just want one measley bar chart!</p> <p>It doesn't seem to have been updated in a few years but hey it works!</p> http://stackoverflow.com/questions/52652/pretty-graphs-and-charts-in-python/1511278#1511278 1 Answer by Aaron Watters for Pretty graphs and charts in Python Aaron Watters 2009-10-02T19:05:45Z 2009-10-02T19:05:45Z <p>Please look at the Open Flash Chart embedding for WHIFF <a href="http://aaron.oirt.rutgers.edu/myapp/docs/W1100%5F1600.openFlashCharts" rel="nofollow">http://aaron.oirt.rutgers.edu/myapp/docs/W1100_1600.openFlashCharts</a> and the amCharts embedding for WHIFF too <a href="http://aaron.oirt.rutgers.edu/myapp/amcharts/doc" rel="nofollow">http://aaron.oirt.rutgers.edu/myapp/amcharts/doc</a>. Thanks.</p>