Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Agent inspection on mouse hover #72

Merged
merged 50 commits into from
Nov 7, 2021
Merged

Agent inspection on mouse hover #72

merged 50 commits into from
Nov 7, 2021

Commits on Aug 11, 2021

  1. Configuration menu
    Copy the full SHA
    c57c927 View commit details
    Browse the repository at this point in the history
  2. Reuse abm_plot function

    fbanning committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    d702727 View commit details
    Browse the repository at this point in the history
  3. Add agent inspector

    fbanning committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    1387e56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4b51d3 View commit details
    Browse the repository at this point in the history
  5. Reuse abm_plot function

    fbanning committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    eb9fa15 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8832478 View commit details
    Browse the repository at this point in the history
  7. Rename figure -> fig

    fbanning committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    b44d9a9 View commit details
    Browse the repository at this point in the history
  8. Fix typo

    fbanning committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    66155b8 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Bump minor version number

    fbanning committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    96a4de6 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    fbanning committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    7c375b0 View commit details
    Browse the repository at this point in the history
  3. Fix typo

    fbanning committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    d6d4cb7 View commit details
    Browse the repository at this point in the history
  4. Condense function definition

    fbanning committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    7956c75 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. Dispatch on abmplot

    fbanning committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    8bd9cdd View commit details
    Browse the repository at this point in the history
  2. Include abmplot.jl

    fbanning committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    af201bd View commit details
    Browse the repository at this point in the history
  3. Add basic ABMPlot recipe

    fbanning committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    43e8834 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    641f3d7 View commit details
    Browse the repository at this point in the history
  5. Add TODOs for 3D and poly

    fbanning committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    7c57c66 View commit details
    Browse the repository at this point in the history
  6. Propagate kwargs

    fbanning committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    53acd1e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1318a1b View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. Rename plots and behaviour function

    Also initialise the agent and model dataframes outside of the
    plots & behaviour function and pass them as kwarg for modification.
    fbanning committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    1417a87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9924bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acbf98b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    863144d View commit details
    Browse the repository at this point in the history
  5. Remove kwarg defaults

    Those defaults are now defined before calling
    abm_init_stepper_and_plot! itself (i.e. in the `abm_plot` function),
    hopefully allowing for higher reusability.
    fbanning committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    6732d9b View commit details
    Browse the repository at this point in the history
  6. Add a few more TODOs

    fbanning committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    a4c0d39 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. Move standalone defaults out of kwargs...

    Only those kwargs with defaults dependent on other kwargs should
    be handled via the get function.
    All those keyword arguments that have standalone defaults can be
    handled as usual.
    fbanning committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    24af179 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ecb267 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb9bf24 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f90e5e View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Round agent pos for tooltip

    fbanning committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    d9a8330 View commit details
    Browse the repository at this point in the history
  2. Add helper typenames

    fbanning committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    d4299a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f743fa2 View commit details
    Browse the repository at this point in the history
  4. Add 3D plot support

    fbanning committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    9b2b5db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e8028a7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e906da2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a656242 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Remove obsolete TODOs

    fbanning committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    ddfa755 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbf741b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4327801 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Configuration menu
    Copy the full SHA
    4145fa1 View commit details
    Browse the repository at this point in the history
  2. Round most floats in tooltip

    fbanning committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    1767b5e View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Configuration menu
    Copy the full SHA
    0aaab94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5aa2f9 View commit details
    Browse the repository at this point in the history
  3. Stop returning inspector

    fbanning committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    df542e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b89cdb7 View commit details
    Browse the repository at this point in the history
  5. Update long list of kwargs

    fbanning committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    8307504 View commit details
    Browse the repository at this point in the history
  6. Update some docstrings

    fbanning committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    ea882f0 View commit details
    Browse the repository at this point in the history
  7. Add return value

    fbanning committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    9fed6a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. Add section to docs

    fbanning committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    0972005 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2021

  1. Configuration menu
    Copy the full SHA
    2ff9629 View commit details
    Browse the repository at this point in the history