pygacity.topics.vle.txyplot module

Generate xy and Txy diagrams using input data

pygacity.topics.vle.txyplot.T_of_x(x, *a)[source]

My custom regression of T(x) data; a[0] and a[1] are boiling point temperatures

pygacity.topics.vle.txyplot.Txy(dat, fn='Txy.png', comp1_name='Comp. 1', comp2_name='Comp. 2', P_label='1 bar', x_label='x', y_label='y', t_label='T(C)', do_fit={})[source]
pygacity.topics.vle.txyplot.getdat(fn)[source]
pygacity.topics.vle.txyplot.xy(dat, fn='xy.png', comp1_name='Comp. 1', comp2_name='Comp. 2', P_label='1 bar', x_label='x', y_label='y', t_label='T(C)', do_fit={})[source]
pygacity.topics.vle.txyplot.y_of_x(x, *a)[source]

My custom regression of y(x) data