jwkvam / jwkvam/plotlywrapper

how to use fillbetween?

Open
#21 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
42
Forks
7
PR merge metrics
No merged PRs in 30d

Description

yo, im trying to get `pw.fill_between` to plot a translucent shaded area with no lines and no label, but i can't seem to massage it correctly...

```
x = np.arange(5)
pw.fill_between(x=x, ylow=x, yhigh=x+10, mode='line', color='000', opacity=0.5, width=0, label=False).show()
```

actually the `opacity` doesn't do anything for me, nor does the `width`, nor the `label`.

any clue?

![image](https://user-images.githubusercontent.com/11619412/32254969-c19cd586-be61-11e7-9743-d48db53324c4.png)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.