Class Contents:
ThermoPyle.
fluid_plot
(fluid, xvar='', yvar='', zvar='', coloring='')[source]Does what it says on the tin. Makes a 3D Scatter Plot of the dataframe.
Parameters: |
|
---|---|
Return type: |
|
ThermoPyle.
fluid_contour_plot
(fluid, xvar='T', yvar='P', contour='U')[source]Does what it says on the tin. Makes a Contour Plot of the Fluid.
Return type: | None |
---|
ThermoPyle.
rescale
(oldrange, newrange)[source]Creates a function that transforms a single variable from oldrange to newrange. Use it with map or Pandas.DataFrame.apply
Parameters: | |
---|---|
Return type: |