File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -2165,15 +2165,13 @@ class SummaryPlot(Plot):
21652165 is_using_auto_name (bool): Auto Title
21662166 normalize_curve_y_values (bool): Normalize all curves
21672167 plot_description (str): Name
2168- use_qt_charts_plot (bool): Use Qt Charts
21692168 """
21702169 __custom_init__ = None #: Assign a custom init routine to be run at __init__
21712170
21722171 def __init__ (self , pb2_object : Optional [PdmObject_pb2 .PdmObject ]= None , channel : Optional [grpc .Channel ]= None ) -> None :
21732172 self .is_using_auto_name : bool = True
21742173 self .normalize_curve_y_values : bool = False
21752174 self .plot_description : str = "Summary Plot"
2176- self .use_qt_charts_plot : bool = False
21772175 Plot .__init__ (self , pb2_object , channel )
21782176 if SummaryPlot .__custom_init__ is not None :
21792177 SummaryPlot .__custom_init__ (self , pb2_object = pb2_object , channel = channel )
You can’t perform that action at this time.
0 commit comments