From 4c716e9428e7bca18a45a6526337706f218a3f80 Mon Sep 17 00:00:00 2001 From: einarr Date: Thu, 3 Aug 2006 14:30:06 +0000 Subject: [PATCH] NetworkPlot now works, but does not allow node colors or sizes to be passed as keyword arguments. --- system/plots.py | 53 ++++++++++++++++++++++++-------------- workflows/test_workflow.py | 1 - 2 files changed, 34 insertions(+), 20 deletions(-) diff --git a/system/plots.py b/system/plots.py index 414102b..45add9c 100644 --- a/system/plots.py +++ b/system/plots.py @@ -479,16 +479,12 @@ class ScatterPlot(Plot): assert y1<=y2 index = scipy.nonzero((xdata>x1) & (xdatay1) & (ydata y2: y1, y2 = y2, y1 - index = scipy.nonzero((xdatax2) & (ydata>y1) & (ydatax1) & (xdatay1) & (ydata