Giter Site home page Giter Site logo

intro-to-data-viz's Introduction

#Introduction to Visualizing Data

Today we will cover the basics on how to visualize data in a meaningful manner.
We will mostly be working with the matplotlib python library.

Before class

  1. Watch the following documentary regarding Crime in the city of Chicago. http://www.pbs.org/wgbh/pages/frontline/interrupters/#the-interrupters-(graphic-language)

  2. Please read the following pages from matplotlib Plotting CookBook. This should take you about 30min.

    • p07 My First Chart
    • p22 Basic Bar
    • p42-46 Colors
    • p71 and p81 Labels
    • p107-108 Figures
    • p114-115 Controlling Axis Range

Libraries you need installed before class**.

Seaborn

http://stanford.edu/~mwaskom/software/seaborn/ $ conda install bokeh $ pip install seaborn

Plotly

https://plot.ly/ https://plot.ly/python/getting-started/ $ pip install plotly $ pip install plotly --upgrade


**Other libraries I just enjoy and are awesome with python.**

$ conda install bokeh $ pip install bokeh

Python nvD3

Python nvd3 is a d3 wrapper. https://github.com/areski/python-nvd3

$ pip install python-nvd3 $ pip install --upgrade python-nvd3 $ pip uninstall python-nvd3

intro-to-data-viz's People

Contributors

zd123 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.