Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix EnsembleSummary plot recipe kwarg #697 #700

Merged

Commits on May 28, 2024

  1. Fix EnsembleSummary plot recipe idxs kwarg

    `EnsembleSummary`'s plot recipe refered to the variable indices as `trajectories`, likely typo from the `EnsembleSimulation` recipe above where that nomenclature made sense. 
    
    Fixed it to use `idxs`, allowing users to select which variables to plot the summaries of, in line with the documentation.
    jonathanfischer97 authored May 28, 2024
    Configuration menu
    Copy the full SHA
    bbdd876 View commit details
    Browse the repository at this point in the history
  2. Update Makie plot recipe kwargs for EnsembleSummary

    `EnsembleSummary`'s plot recipe refered to the variable indices as `trajectories`, likely typo from the `EnsembleSimulation` recipe above where that nomenclature made sense. 
    
    Fixed it to use `idxs`, allowing users to select which variables to plot the summaries of, in line with the documentation.
    jonathanfischer97 authored May 28, 2024
    Configuration menu
    Copy the full SHA
    11560bc View commit details
    Browse the repository at this point in the history