bladex.profilebase.ProfileBase.plot

ProfileBase.plot(profile=True, chord_line=False, camber_line=False, ref_point=False, outfile=None)[source]

Plot the airfoil coordinates.

Parameters:
  • profile (bool) – if True, then plot the profile coordinates. Default value is True
  • chord_line (bool) – if True, then plot the chord line. Default value is False
  • camber_line (bool) – if True, then plot the camber line. Default value is False
  • ref_point (bool) – if True, then scatter plot the reference point. Default value is False
  • outfile (str) – outfile name. If a string is provided then the plot is saved with that name, otherwise the plot is not saved. Default value is None