export interface Plot { type: string; mode: string; name: string; x: Array; y: Array; line: string; }