Commit aa7063fd authored by Thomas Gaskin's avatar Thomas Gaskin
Browse files

Merge branch '366-follow-up-from-do-not-deploy-to-pages-if-the-docs-build-job-fails' into 'master'

Resolve "Follow-up from "Do not deploy to pages if the docs:build job fails""

Closes #366

See merge request !297
parents 6f2ab830 b7a4a8a5
Loading
Loading
Loading
Loading
Loading
+14 −14
Original line number Diff line number Diff line
@@ -638,20 +638,20 @@ multiplot:
      label: Susceptible agents
      color: '#0099CC'

    # FIXME Not working with xarray 2022.10.0
    # - function: [xarray.plot, scatter]
    #   args:
    #     - !dag_result scatter_data
    #   x: time
    #   y: recovered
    #   hue: infected
    #   cmap:
    #     continuous: true
    #     from_values:
    #       0: '#006666'
    #       1: '#CC3333'
    #   label: Recovered agents
    #   zorder: 3
    - function: [xarray.plot, scatter]
      args:
        - !dag_result scatter_data
      x: time
      y: recovered
      hue: infected
      cmap:
        continuous: true
        from_values:
          0: '#006666'
          1: '#CC3333'
      label: Recovered agents
      zorder: 3
      linewidths: 0

  helpers:
    set_labels: