This is the output of **blc_core/t_array** see the [code](https://framagit.org/blaar/blc_core/blob/master/t_array/main.cpp) and the [cmake config file](https://framagit.org/blaar/blc_core/blob/master/t_array/CMakeLists.txt)
//If it is not the first time we erase the previous graph by putting back (ANSI escape code) the cursor 16 lines (height of the graph) up. 'sprint' stand for fprint on stderr
if(shift!=0)blc_eprint_cursor_up(16);//blc_text.h function
/*We graph the vector, with title "vector test", the height of 16 chars, the limit max 256 and limit min 0.
Text on abscissa "position" and text on ordinate "intensity"*/