header: title: LAYOUT description: General information about modal share and trip distributions. layout: arrivals: - type: plotly datasets: dataset: trip_purposes_by_hour.csv traces: - x: $dataset.h "y": $dataset.arrival orientation: v type: bar name: $dataset.purpose colorRamp: Turbo title: Departures description: by hour and purpose layout: xaxis: title: Hour visible: true color: '#444' type: '-' rangemode: normal autorange: "true" fixedrange: true constrain: range scaleratio: 1.0 linewidth: 1 zerolinewidth: 1 gridwidth: 1 linecolor: '#444' zerolinecolor: '#444' gridcolor: '#eee' showline: true showgrid: true barmode: stack width: 700 yaxis: title: Share visible: true color: '#444' type: '-' rangemode: normal autorange: "true" fixedrange: true constrain: range scaleratio: 1.0 linewidth: 1 zerolinewidth: 1 gridwidth: 1 linecolor: '#444' zerolinecolor: '#444' gridcolor: '#eee' showline: true showgrid: true height: 450