Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 741 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 741 Bytes

GGPlot2 Tutorial

Joel Mackenzie, RMIT University

This tutorial describes some of the approaches I take in drawing what are hopefully seen as pretty graphs. For each example, I will provide the dataset used as well as the final script to generate the plot. For each plot, some preliminary versions may be shown to describe potential issues and to show how these are overcome.

IPython Notebook + Seaborn Tutorial

Kevin Roitero, University of Udine

Kevin has kindly provided a self-contained demonstration of an alternative to R and GGPlot, which is to use Seaborn, a Python visualization library based on the matplotlib library.

This file can be found in the IPython directory.