mikedewar / d3py

a plottling library for python, based on D3
1.42k stars 202 forks source link

Fixed host arguments in NetworkXFigure #74

Closed widdowquinn closed 10 years ago

widdowquinn commented 10 years ago

Added host argument to NetworkXFigure prototype, and to the internal sup...erclass call.

This fixes a bug in which the NetworkXFigure could not be drawn, due to an incorrect number of passed arguments to the superclass.

mikedewar commented 10 years ago

thanks!