Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basemap plot #38

Merged
merged 4 commits into from
Feb 3, 2015
Merged

Basemap plot #38

merged 4 commits into from
Feb 3, 2015

Commits on Jan 29, 2015

  1. New functionality for plotting with Basemap

    Works with a Series that has the same index as nodes and some
    data value. Requires a data point for every node.
    Plot types are limited to scatter or hexbin.
    jiffyclub committed Jan 29, 2015
    Configuration menu
    Copy the full SHA
    ae7b9fe View commit details
    Browse the repository at this point in the history
  2. brewer2mpl is not longer an explicit dependency

    Though users can certainly use it to get colormaps to provide
    to the new plotting routine.
    jiffyclub committed Jan 29, 2015
    Configuration menu
    Copy the full SHA
    fdd1099 View commit details
    Browse the repository at this point in the history
  3. Install basemap on travis

    jiffyclub committed Jan 29, 2015
    Configuration menu
    Copy the full SHA
    e3df6dc View commit details
    Browse the repository at this point in the history
  4. Don't test crash on second Network build

    Now that we have multiple networks during some tests,
    this causes tests to fail unpredictably.
    jiffyclub committed Jan 29, 2015
    Configuration menu
    Copy the full SHA
    728bcce View commit details
    Browse the repository at this point in the history