From 36d37bae27b75a1ede5a7cf1d75b5c09601dafc8 Mon Sep 17 00:00:00 2001 From: Christoph Groth <christoph.groth@cea.fr> Date: Fri, 17 May 2013 14:57:08 +0200 Subject: [PATCH] remove stale print --- kwant/plotter.py | 1 - 1 file changed, 1 deletion(-) diff --git a/kwant/plotter.py b/kwant/plotter.py index bce1fbed..c32fa767 100644 --- a/kwant/plotter.py +++ b/kwant/plotter.py @@ -641,7 +641,6 @@ def plot(sys, n_lead_copies=2, site_color='b', hop_color='b', cmap='gray', cmap = cmap[0] else: hop_cmap = None - print n_lead_copies norm = matplotlib.colors.Normalize(-0.5, n_lead_copies - 0.5) if dim == 2: ax = fig.add_subplot(111, aspect='equal') -- GitLab