Skip to content

Conversation

@sayalaruano
Copy link
Collaborator

@sayalaruano sayalaruano commented Sep 17, 2025

Description

Add the histogram 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 marked this pull request as ready for review September 17, 2025 15:17
@sayalaruano sayalaruano merged commit 3776564 into main Sep 18, 2025
7 checks passed
@sayalaruano sayalaruano deleted the add-histogram branch September 18, 2025 07:29
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