From 85f866bc5ce74b1e0a29bce76d53a6f885f3ba20 Mon Sep 17 00:00:00 2001 From: Will Robertson Date: Fri, 29 Mar 2024 20:55:05 +1030 Subject: [PATCH] erronius old feature in doc file --- docs/sankey_doc_examples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sankey_doc_examples.py b/docs/sankey_doc_examples.py index 02be25e..b9e4b80 100644 --- a/docs/sankey_doc_examples.py +++ b/docs/sankey_doc_examples.py @@ -186,7 +186,7 @@ ) plt.figure() -sky.sankey(data, sort="top", colormap="jet", aspect=0.5) +sky.sankey(data, sort="top", colormap="jet") plt.savefig("frame2_sort_n1.png") plt.close()