Model.xyplotcurvecreate# Model.xyplotcurvecreate(curve)# Creates a curve. Parameters: curve (hwString) – The name of the curve being created. Example# Create a curve plot# import hm import hm.entities as ent model = hm.Model() model.xyplotcurvecreate( curve="mycurve" )