Data structure for graph data.  
 More...
#include <JGraph.hh>
 | 
| void  | put (const Double_t x, const Double_t y) | 
|   | Put data.  
  | 
|   | 
Data structure for graph data. 
Definition at line 21 of file JGraph.hh.
 
◆ put()
  
  
      
        
          | void JROOT::JGraph_t::put  | 
          ( | 
          const Double_t |           x,  | 
         
        
           | 
           | 
          const Double_t |           y ) | 
         
       
   | 
  
inline   | 
  
 
Put data. 
- Parameters
 - 
  
    | x | abscissa value  | 
    | y | ordinate value  | 
  
   
Definition at line 28 of file JGraph.hh.
   29    {
   32    }
std::vector< Double_t > Y
ordinate values
 
std::vector< Double_t > X
abscissa values
 
 
 
 
abscissa values 
Definition at line 34 of file JGraph.hh.
 
 
ordinate values 
Definition at line 35 of file JGraph.hh.
 
 
The documentation for this struct was generated from the following file: