@@ -694,9 +694,9 @@ type Pie() =
694694 let mutable _dy : float option = None
695695 let mutable _text : string option = None
696696 let mutable _orientation : _ option = None
697- let mutable _marker : Marker option = None
698- let mutable _r : _ option = None
699- let mutable _t : _ option = None
697+ let mutable _marker : Marker option = None // not
698+ let mutable _r : _ option = None // not
699+ let mutable _t : _ option = None // t
700700 let mutable _z : _ option = None
701701 let mutable _histfunc : _ option = None
702702 let mutable _histnorm : _ option = None
@@ -706,15 +706,15 @@ type Pie() =
706706 let mutable _autobiny : bool option = None
707707 let mutable _nbinsy : int option = None
708708 let mutable _ybins : Ybins option = None
709- let mutable _error_y : Error_y option = None
710- let mutable _error_x : Error_x option = None
709+ let mutable _error_y : Error_y option = None // Error
710+ let mutable _error_x : Error_x option = None // Error
711711 let mutable _xaxis : string option = None
712712 let mutable _yaxis : string option = None
713713 let mutable _xsrc : string option = None
714714 let mutable _ysrc : string option = None
715715 let mutable _textsrc : string option = None
716- let mutable _rsrc : string option = None
717- let mutable _tsrc : string option = None
716+ let mutable _rsrc : string option = None // not
717+ let mutable _tsrc : string option = None // not
718718 let mutable _zsrc : string option = None
719719
720720 member __. ``type``
0 commit comments