Skip to content

Commit

Permalink
intentional typo to check doc workflow failure
Browse files Browse the repository at this point in the history
  • Loading branch information
wspr committed Apr 7, 2024
1 parent 64cc44a commit 511c12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sankey_doc_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
label_dict = {"apple": "Apple", "blueberry": "B'berry", "banana": "Banana", "lime": "Lime", "orange": "Orange"}

plt.figure()
sky.sankey(data, label_dict=label_dict)
sky.sankey(data, label_dictx=label_dict)
plt.show()
plt.savefig("fruits_labeldict.png")
plt.close()
Expand Down

0 comments on commit 511c12e

Please sign in to comment.