Skip to content

Conversation

sayalaruano
Copy link
Collaborator

@sayalaruano sayalaruano commented Aug 21, 2025

Description

Add the plotly box plot to VueCore.

Tasks Checklist

  • Create Pydantic schema in the vuecore/schemas folder. It should be aligned with the plotly API
  • Create a script with a build function in the vuecore/engines/plotly folder
  • Update theming.py script in the vuecore/engines/plotly folder
  • Add the new plot in the PlotType StrEnum of the vuecore/constants.py script, and register the new builder in the __init__.py script of the vuecore/engines/plotly folder
  • Create a script with the user-facing function in the vuecore/plots folder. It gathers the Pydantic schema, builder function, and saves the plot
  • Create an api example jupyter notebook in the docs/api_examples folder
  • Use jupytext to sync the Jupyter notebook with a Python script
  • Update index.md file in the docs folder with the new example
  • Create test script in the /test folder with the code from the example

@sayalaruano sayalaruano merged commit e702489 into main Aug 21, 2025
9 checks passed
@sayalaruano sayalaruano deleted the add-box-plot branch August 21, 2025 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant