Changeset 4071 in Sophya for trunk/SophyaPI/PIext/pintuple.h


Ignore:
Timestamp:
May 9, 2012, 11:36:04 PM (13 years ago)
Author:
ansari
Message:

Trace en coordonnees polaires (2D avec barres d'erreur) classe PINTuple

et introduction des attributs graphiques polarplot, polaraxes ...

Reza, 9 Mai 2012

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/pintuple.h

    r3269 r4071  
    2424  virtual void       SelectColorByName(const char* pcolnm=NULL);
    2525  virtual void       SelectColorByIndex(const char* pcolidx=NULL);
     26  virtual void       SelectPolar(const char* pangle, const char* pradius, double angconv=1., double angoff=0.);
    2627
    2728  inline  void       ConnectPoints(bool fg=false) { connectPts = fg; }
     
    5455  NTupleInterface* mNT;
    5556  bool mAdDO;
    56   int xK, yK;          // Index du nom de variable en X/Y ds le ntuple
     57  int xK, yK;          // Index du nom de variable en X/Y (ou rayon/angle) ds le ntuple
    5758  int xebK, yebK;      // Index du nom de variable en ErrBarX/Y ds le ntuple
    5859  int wK;              // Index du nom de variable poids
     
    6465  int nWbins;          // Nombre de bins taille de marker variable
    6566  bool colorScale;     // true -> Couleur de marker variable suivant poids
     67  bool polarPlot;      // true -> polar plot
     68  double angConvFactor;  // Facteur de conversion de l'angle en radian
     69  double angOffset;      // Offset de l'angle (en radian) apres conversion
    6670  bool stats;               // true -> indication du nb de points
    6771  bool connectPts;          // true -> les points sont relies par une ligne
Note: See TracChangeset for help on using the changeset viewer.