ERROR|Plot| Plot hasn't been initialized. Call initWithPublicKey first before using the other methods on Plot.
var plot = cordova.require("cordova/plugin/plot");
console.log('the plot object', plot);
var config = plot.exampleConfiguration;
config.publicKey = "MyPublicKey"; //put your public key here
plot.init(config);
});
THREAD WARNING: ['PlotCordovaPlugin'] took '32.444824' ms. Plugin should use a background thread.