Thanks to visit codestin.com Credit goes to github.com
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.
1 parent a8977fd commit 52c6735Copy full SHA for 52c6735
1 file changed
examples/showcase/bachelors_degrees_by_gender.py
@@ -8,6 +8,10 @@
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 less code.
13
14
+.. _dufte: https://github.com/nschloe/dufte
15
"""
16
17
import numpy as np
0 commit comments