use strict;
use warnings;
use utf8;
use Exporter 'import';
our @EXPORT_OK = qw(show_plot);
use JSON;
use Params::Validate qw(:all);
use Text::Template;
use HTML::Show;
use Ref::Util;
our $VERSION
my $data = shift();
my $options = shift();
my $json_formatter = JSON->new->utf8;
local *PDL::TO_JSON = sub { $_[0]->unpdl };
if ( Ref::Util::is_blessed_ref($data) ) {
er: ' . $adapter_name . '. ' . $@;
}
}
return join( ',', _transform_data($data), $json_formatter->encode($options) );
}
sub _render_cell {
my $data = shift();
my $htm