High Q plot
This commit is contained in:
+3
-1
@@ -748,7 +748,9 @@ def plot_disk_prop(path, num, force=False, tag="", interactive=False):
|
|||||||
P.close()
|
P.close()
|
||||||
|
|
||||||
# Q
|
# Q
|
||||||
P.ylim([0, 5.0])
|
P.ylim([0, 10.0])
|
||||||
|
P.xlim([0, 0.5])
|
||||||
|
P.yticks(np.arange(0.0, 11, 1.0))
|
||||||
P.grid()
|
P.grid()
|
||||||
P.plot(prop_disk["rad"], abs(prop_disk["Q_kepl"]), color="b", linewidth=2)
|
P.plot(prop_disk["rad"], abs(prop_disk["Q_kepl"]), color="b", linewidth=2)
|
||||||
P.ylabel(r"$Q$")
|
P.ylabel(r"$Q$")
|
||||||
|
|||||||
Reference in New Issue
Block a user