[yt-users] comoving length

Junhwan Choi (최준환) choi.junhwan at gmail.com
Mon Oct 13 19:00:51 PDT 2014


Hi yt user,

I have very simple question.
In older version of yt, there was comoving length unit such as mpccm.
So that I can make visualization in following way:
>pc = yt.ProjectionPlot(pf, "x", "Dark_Matter_Density", width = (4.0, 'mpccm'),center=cen_center)
But, after I update the latest version, the plots made by this command
give me very strange output.
Instead, I use following command:
pc = yt.ProjectionPlot(pf, "x", "Dark_Matter_Density", center=cen_center)
It gives me correct output.
Is "width = (4.0, 'mpccm')" keyword changed in new yt?

Thank you in advance,
Junhwan



More information about the yt-users mailing list