diff --git a/examples/plot_tasks.py b/examples/plot_tasks.py index 6e71f476a106937f43bd4bd5973af01f65218afe..6ee9acbf47040bac877c32b3f007ff10fe710e67 100755 --- a/examples/plot_tasks.py +++ b/examples/plot_tasks.py @@ -90,7 +90,7 @@ SUBCOLOURS = {"none": "black", "density": "red", "force": "blue", "grav": "indigo", - "tend": "grey" + "tend": "grey", "count": "purple"} # Show docs if help is requested. diff --git a/examples/plot_tasks_MPI.py b/examples/plot_tasks_MPI.py index 7550899da2d4a34a5f73b192cbd7c348426786b7..f5e87c8fe922c58d9e557c18f2d4b01c1b64fdc3 100755 --- a/examples/plot_tasks_MPI.py +++ b/examples/plot_tasks_MPI.py @@ -96,7 +96,7 @@ SUBCOLOURS = {"none": "black", "density": "red", "force": "blue", "grav": "indigo", - "tend": "grey" + "tend": "grey", "count": "purple"} # Show docs if help is requested.