Skip to content

Commit

Permalink
Add black background on Table display
Browse files Browse the repository at this point in the history
  • Loading branch information
RoiArthurB committed Dec 19, 2023
1 parent ec101f0 commit ca17aca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions models/Main Experiment.gaml
Original file line number Diff line number Diff line change
Expand Up @@ -359,9 +359,9 @@ experiment RunmeTable autorun: true {
float maximum_cycle_duration <- 0.15;
output {

display Table virtual: false fullscreen: 0 type: 3d toolbar: false axes: false keystone:
[{-0.03014, -0.02732, 0.0}, {-0.02260, 1.01663, 0.0}, {1.0, 1.0, 0.0}, {1.015070, -0.01306, 0.0}] {

display Table virtual: false fullscreen: 0 type: 3d toolbar: false background: #black axes: false
keystone: [{-0.03014, -0.02732, 0.0}, {-0.02260, 1.01663, 0.0}, {1.0, 1.0, 0.0}, {1.015070, -0.01306, 0.0}]
{

species natural refresh: false {
draw self.shape color: color_lake;
Expand Down

0 comments on commit ca17aca

Please sign in to comment.