Skip to content

Commit b1bd751

Browse files
committed
Update rips module and Python examples
1 parent 29aa675 commit b1bd751

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/rips/generated/generated_classes.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)