Skip to content

Commit

Permalink
improve the visual aspect of model Ant foraging in charts
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaillandier committed May 8, 2022
1 parent 9183c43 commit 583877c
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -218,8 +218,6 @@ experiment "Experiment" type: gui {
}

chart "Distribution2d of the XvsY positions- heatmap" size: {0.7,0.7} position: {0, 0.3} type:heatmap
x_serie_labels: (distribution2d_of(list(ant) collect each.location.x,list(ant) collect each.location.y,10,0,100,10,0,100) at "legendx")
y_serie_labels: (distribution2d_of(list(ant) collect each.location.x,list(ant) collect each.location.y,10,0,100,10,0,100) at "legendy")
series_label_position:none
{
data "XYdistrib"
Expand Down

0 comments on commit 583877c

Please sign in to comment.