<div dir="ltr">HI All, <div><br></div><div>Is there an easy way to access the x_field and the y_fields in the ProfilePlot function?</div><div><br></div><div>So for example </div><div><br></div><div>prof = ProfilePlot(sphere, "radius", "density")</div><div><br></div><div><br></div><div>print prof.x_field</div><div>print prof.y_field[0]</div><div><br></div><div>I inserted a couple of hack functions into the ProfilePlot class to return the x_field and the .items() tuple but there is probably a better way?</div><div><br></div><div>John</div></div>