<div dir="ltr"><div><div><div><div><div><div>Hi All, <br><br></div>I can't seem to figure out how to create 1D profiles anymore!<br><br></div>I created a ray object and I'd like to profile it. I used BinnedProfile1D in the past but that seems to be deprecated now and ProfilePlot is throwing errors at me. <br><br></div>I have a simple script here that creates a ray and tries to 1D profile it<br><a href="http://paste.yt-project.org/show/5591/">http://paste.yt-project.org/show/5591/</a><br><br></div>It spits this error at me<br><br>Traceback (most recent call last):<br>  File "H2Rates.py", line 86, in <module><br>    plot = yt.ProfilePlot(my_ray, "density", ["temperature"])<br>  File "/homeappl/home/regan/appl_taito/YT/3.1/yt-x86_64/src/yt-hg/yt/visualization/profile_plotter.py", line 217, in __init__<br>    logs=logs)]<br>  File "/homeappl/home/regan/appl_taito/YT/3.1/yt-x86_64/src/yt-hg/yt/data_objects/profiles.py", line 1478, in create_profile<br>    for f, l in zip(bin_fields, logs)]<br>AttributeError: 'YTRay' object has no attribute 'quantities'<br><br></div>Cheers,<br></div>John<br></div>