std::cerr<<"Error: "<<__FILE__<<":"<<__LINE__<<" vector y must be filled";
return;
}
set_of_graphs.add();
injectHTML.add();
// Check that all the internal vectors has the same number of elements
if(y.size()!=0)
{
size_tsz=y.get(0).size();
for(size_ti=0;i<y.size();i++)
{
if(y.get(i).size()!=sz)
std::cerr<<__FILE__<<":"<<__LINE__<<" error all the elements in the y vector must have the same numbers, element "<<i<<": "<<y.get(i).size()<<" "<<" mismatch the numbers of elements at 0: "<<sz<<"/n";