Metadata-Version: 2.4
Name: vizta
Version: 1.1.1
Summary: Fast and flexible semi-supervised learning for peptide detection
Author-email: "William E. Fondrie" <wfondrie@talus.bio>
License: Apache 2.0
Project-URL: Homepage, https://github.com/TalusBio/vizta
Project-URL: Documentation, https://TalusBio.github.io/vizta
Project-URL: Bug Tracker, https://github.com/TalusBio/vizta/issues
Project-URL: Discussion Board, https://github.com/TalusBio/vizta/discussions
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib>=3.5.1
Requires-Dist: seaborn>=0.11.2
Dynamic: license-file

# vizta

Talus themes for data visualization in Python.

See the documentation at https://TalusBio.github.io/vizta

## TLDR

```python
import vizta           # First import vizta

vizta.mpl.set_theme()  # Set the theme
make_plot()            # Then make the plot again
```
