Skip to content

Conversation

sayalaruano
Copy link
Collaborator

@sayalaruano sayalaruano commented Aug 19, 2025

Description

Add Bar 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 and others added 18 commits August 19, 2025 12:57
… script, and include samll fixes on other bar plot scripts
…tion for bar plot, and update docstrings from line and scatter
… for bar plot, and modify theming and bar plot scripts to correct small bugs
…om notebook for bar plot and update the others
@sayalaruano sayalaruano merged commit 2fcfae2 into main Aug 20, 2025
9 checks passed
@sayalaruano sayalaruano deleted the add-bar-plot branch August 20, 2025 13:50
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