Skip to main content

plotly and matplotlib style for statistics-for-regression-monkey

Project description

Sure, here's a README for the regmonkey_style package:

regmonkey_style

regmonkey_style is a Python package designed to simplify the customization of Plotly visualizations. It provides functions to set default fonts, show available fonts and templates, set custom fonts and templates, and ensure equal scaling for x and y axes in Plotly figures.

Installation

To install the package, use pip:

pip install git+https://github.com/ryonakagami/regmonkey_style.git

Usage

Importing the Package

from regmonkey_style import set_default, show_available_fonts, show_available_templates, set_font, set_templates, equal_xy_scale, restore_default

Functions

set_default()

Sets the default font style for Plotly visualizations.

set_default()

show_available_fonts()

Returns a list of available fonts.

fonts = show_available_fonts()
print(fonts)

show_available_templates()

Returns a list of available templates.

templates = show_available_templates()
print(templates)

set_font(font)

Sets a custom font for Plotly visualizations. Raises a [ValueError] if the font is not in the available list.

try:
    set_font('CustomFont')
except ValueError as e:
    print(e)

set_templates(template)

Sets a custom template for Plotly visualizations. Raises a [ValueError] if the template is not in the available list.

try:
    set_templates('CustomTemplate')
except ValueError as e:
    print(e)

equal_xy_scale(figure_object)

Ensures that the x and y axes of a Plotly figure have equal scaling.

import plotly.graph_objects as go

fig = go.Figure()
# Add data to the figure
fig = equal_xy_scale(fig)
fig.show()

restore_default()

Restores the default Plotly template.

restore_default()

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contributing

Contributions are welcome! Please open an issue or submit a pull request on GitHub.

Contact

For any questions or issues, please contact the maintainer at Ryo Nakagami.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

regmonkey_style-1.5.1.tar.gz (5.2 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

regmonkey_style-1.5.1-py3-none-any.whl (5.2 MB view details)

Uploaded Python 3

File details

Details for the file regmonkey_style-1.5.1.tar.gz.

File metadata

  • Download URL: regmonkey_style-1.5.1.tar.gz
  • Upload date:
  • Size: 5.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/6.8.0-45-generic

File hashes

Hashes for regmonkey_style-1.5.1.tar.gz
Algorithm Hash digest
SHA256 ddf19902912508df9684e46414be878c5425f57092fc5154998f882af2b4435e
MD5 80f66c736c2396cd1d35839cff4b23fc
BLAKE2b-256 afb3409f24a5165083c6251ca9ac55dcc3cb15a2fd47ce0b2c52d015a01dc20e

See more details on using hashes here.

File details

Details for the file regmonkey_style-1.5.1-py3-none-any.whl.

File metadata

  • Download URL: regmonkey_style-1.5.1-py3-none-any.whl
  • Upload date:
  • Size: 5.2 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/6.8.0-45-generic

File hashes

Hashes for regmonkey_style-1.5.1-py3-none-any.whl
Algorithm Hash digest
SHA256 785668f91a2480319c6bcf1da6efcd8f93e5846afd9586f700e05ee98c4ff85e
MD5 1ff156f0fef2c5b7a1e25e5888127216
BLAKE2b-256 7bf2a11ee079fb963e0b604c48193703849da6066e7ba9bde20f3bae8bdcc6d4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page