Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Possible to change opacity (alpha of matplotlib)? #20

Closed
gepcel opened this issue Mar 22, 2019 · 2 comments
Closed

Possible to change opacity (alpha of matplotlib)? #20

gepcel opened this issue Mar 22, 2019 · 2 comments

Comments

@gepcel
Copy link

gepcel commented Mar 22, 2019

Is it possible to change alpha? For example px.scatter(alpha=0.7)?

@ismailuddin
Copy link
Contributor

#22
I've made a pull request to add support for the opacity argument to the scatter functions:

  • px.scatter()
  • px.scatter_3d()
  • px.scatter_matrix()
  • px.scatter_ternary()
  • px.scatter_polar()

Usage

px.scatter(df, x='column1', y='column2', opacity=0.5)

Not sure if the some of the other functions could benefit from this argument too?

@nicolaskruchten
Copy link
Contributor

Closed via community PR #22 !

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants