From 9200af5d795517b0772c10bb3d16022dd1a12791 Mon Sep 17 00:00:00 2001 From: ievred Date: Thu, 2 Apr 2020 15:29:12 +0200 Subject: laplace v1 --- ot/plot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ot/plot.py') diff --git a/ot/plot.py b/ot/plot.py index f403e98..ad436b4 100644 --- a/ot/plot.py +++ b/ot/plot.py @@ -78,9 +78,10 @@ def plot2D_samples_mat(xs, xt, G, thr=1e-8, **kwargs): thr : float, optional threshold above which the line is drawn **kwargs : dict - paameters given to the plot functions (default color is black if + parameters given to the plot functions (default color is black if nothing given) """ + if ('color' not in kwargs) and ('c' not in kwargs): kwargs['color'] = 'k' mx = G.max() -- cgit v1.2.3