from readProfiles import readProfiles from plotProfiles import plotProfiles from matplotlib import pyplot as plt (STR,vL, epsL, CaL, xL, yL) = readProfiles() plotProfiles(STR, vL, epsL, CaL, xL, yL)
from readProfiles import readProfiles from plotProfiles import plotProfiles from matplotlib import pyplot as plt (STR,vL, epsL, CaL, xL, yL, vH, epsH, xH, yH) = readProfiles() plotProfiles(STR, vL, epsL, CaL, xL, yL, vH, epsH, xH, yH)
from readProfiles import readProfiles from plotProfiles import plotProfiles (redvol, tubrad, flux, pdrop, s, x, r, p, gam, tau) = readProfiles() plotProfiles(redvol, tubrad, flux, pdrop, s, x, r, p, gam, tau)
from readProfiles import readProfiles from plotProfiles import plotProfiles from matplotlib import pyplot as plt (STR, v, eps, Ca, xL, yL, xH, yH) = readProfiles() plotProfiles(STR, v, eps, Ca, xL, yL, xH, yH)