Plot.plot( {
style:{background:'white', color: 'black', fontSize: '14px'},
insetLeft:20,
y: {
labelOffset: -20,
},
marks: [ Plot.barX(data, {x: 'accuracy', y: 'word', fill: 'accuracy', sort: {y: "x", reverse: true}})],
color: {
type:'linear', scheme:'spectral'
}
});