We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d77783b + 0503e28 commit f5231b2Copy full SHA for f5231b2
examples/showcase/bachelors_degrees_by_gender.py
@@ -8,6 +8,11 @@
8
9
Also demonstrates the custom placement of text labels along the right edge
10
as an alternative to a conventional legend.
11
+
12
+Note: The third-party mpl style dufte_ produces similar-looking plots with
13
+less code.
14
15
+.. _dufte: https://github.com/nschloe/dufte
16
"""
17
18
import numpy as np
0 commit comments