We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b97a98 commit 98d3896Copy full SHA for 98d3896
run.py
@@ -13,4 +13,8 @@
13
]
14
rp = RockyPlanet()
15
pred = rp.predict(planet_params)
16
-rp.plot(pred, save=True, filename="pred.png")
+rp.plot(pred,
17
+ save=True, # save to file
18
+ filename="pred.png" # save to current directory, filename is pred.png, you can change the extension to eps
19
+ # or pdf
20
+ )
0 commit comments