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-2.0.0.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-2.0.0-py3-none-any.whl (5.2 MB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for regmonkey_style-2.0.0.tar.gz
Algorithm Hash digest
SHA256 5e645bba725d87de50c8460acbe2e341f34041b61cd65437d737430adbbd8441
MD5 36cc733780d23adaa1d7f098e96bda9c
BLAKE2b-256 b3a1b6520da458598ea64049cb88aa5d0bf49447f9ea83fd084bf95c96a46165

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for regmonkey_style-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b29f0f749e00bba144926e53d333be4c5bec355b170722bf710c2265820ae5f2
MD5 0d178bb5ce75123c219426196194981e
BLAKE2b-256 586494ad1a42f1220c155a6644ad2690b18d8fbb4b385ee988a9dd0d38488d8f

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