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.


_______________________________________________
Plplot-general mailing list
Plplot-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-general

Reply via email to