Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transparent option #183

Closed
1 task done
aulemahal opened this issue Apr 2, 2024 · 1 comment 路 Fixed by #185
Closed
1 task done

Transparent option #183

aulemahal opened this issue Apr 2, 2024 · 1 comment 路 Fixed by #185
Labels
enhancement New feature or request

Comments

@aulemahal
Copy link
Contributor

aulemahal commented Apr 2, 2024

Addressing a Problem?

The matplotlib stylesheet are very nice feature of figanos, but I think they can be even cooler.

Potential Solution

Transparent background is a simple addition to the figures that makes them go from 馃槃 to 馃槑 when used in poster/presentations with non-white background.

plt.rcParams.update({
    "figure.facecolor":  (1.0, 1.0, 1.0, 0.0),
    "axes.facecolor":    (1.0, 1.0, 1.0, 0.3),
    "savefig.facecolor": (1.0, 1.0, 1.0, 0.0),
})

These lines could be added to a fourth stylesheet transparent ?

Additional context

Before
After

Contribution

  • I would be willing/able to open a Pull Request to contribute this feature.
@aulemahal aulemahal added the enhancement New feature or request label Apr 2, 2024
@juliettelavoie
Copy link
Contributor

j'aime l'id茅e !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants