From 8a0790735e01e8fb4a55995ad8cc8111842ec2a9 Mon Sep 17 00:00:00 2001 From: erdogant Date: Sat, 25 Mar 2023 15:01:39 +0100 Subject: [PATCH] update examples --- pca/examples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pca/examples.py b/pca/examples.py index 6a236f6..0a1d73e 100644 --- a/pca/examples.py +++ b/pca/examples.py @@ -72,7 +72,7 @@ # Make plot with blue arrows and text fig, ax = model.biplot(c=color, s=size, - marker=None, + marker=marker, alpha_transparency=alpha, label=False, fontdict={'size':10, 'weight':'normal'},