Rei-preso-plot

Latest version: v0.1.0

Safety actively analyzes 624001 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.1.0

Add the following functions.

- `use_line_graph_style_as_global_settings`
- `use_bar_graph_style_as_global_settings`

These functions can be used instead of `plt.style.use`.

Before.

python
from reipresoplot import get_line_graph_mpl_style_path

mpl_style_path: str = get_line_graph_mpl_style_path()
plt.style.use(mpl_style_path)


After.

python
from reipresoplot import use_line_graph_style_as_global_settings

use_line_graph_style_as_global_settings()

0.0.3

Update README.

0.0.1

Initial version.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.