mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 10:07:08 +00:00
Make graph colours consistent for port / starboard elements
This commit is contained in:
@@ -152,7 +152,7 @@ export default {
|
||||
}];
|
||||
|
||||
const tracesGunsPressuresIndividual = {
|
||||
name: `Array ${src_number} outliers`,
|
||||
//name: `Array ${src_number} outliers`,
|
||||
type: "scatter",
|
||||
mode: "markers",
|
||||
marker: {size: 2 },
|
||||
@@ -163,7 +163,8 @@ export default {
|
||||
).flat(),
|
||||
y: gunPressuresSorted.map( (s, idx) =>
|
||||
s.filter( g => g < d3a.quantileSorted(s, 0.05) || g > d3a.quantileSorted(s, 0.95))
|
||||
).flat()
|
||||
).flat(),
|
||||
...aes.gunArrays[src_number || 1].out
|
||||
};
|
||||
|
||||
const data = [ traceManifold, ...tracesGunPressures, tracesGunsPressuresIndividual ]
|
||||
|
||||
Reference in New Issue
Block a user