From: Sergej S. <no...@ro...> - 2018-11-13 08:35:40
|
Hi all! We wanted to use the time for X format but it was finished unsuccessfully - we had received empty plot. Is it possible to use this combination plbox( "bcnstd", 0.0 , 0.0, "bcnstv", 0.0, 0.0 ) + plhist( NumInpData, FloatData, xmin, xmax, 11, 0 ) at all? plbox( "bcnstd", 0.0 , 0.0, "bcnstv", 0.0, 0.0 ); plcol0( 2 ); pllab( titleX, titleY, title ); plwidth( 4 ); plhist( NumInpData, FloatData, xmin, xmax, 11, 0 ); Regards, Sergey. |