We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 992c71c commit 11a2202Copy full SHA for 11a2202
README.md
@@ -18,6 +18,7 @@ Here's an example of a basic plotting setup.
18
```python
19
from bivapp.sampledata import ImportOpenairDataExample
20
import bivapp.plots as bp
21
+import cmcrameri.cm as cm
22
23
df = ImportOpenairDataExample()
24
fig, axs = bp.BivariatePlotRawGAM(
0 commit comments