You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,12 +19,10 @@ There are three kinds of visualizations currently supported - check them all out
19
19
from nyisotoolkit import NYISOData, NYISOStat, NYISOVis
20
20
nv = NYISOVis(year='2019') #figures saved in nyisotoolkit/nyisovis/visualization folder by default.
21
21
nv.fig_clcpa_carbon_free(f='D') # daily (D) or monthy (M) frequency is recommended
22
-
23
-
#If you want to save to a particular directory, then add the parameter out_dir to the NYISOVis object initialization.
24
-
#It is recommended that you use the pathlib library to create the path.
22
+
print(f"Figures saved by default to: {nv.out_dir}\nYou can change this by passing a pathlib object to the out_dir parameter to the NYISOVis object initialization.")
0 commit comments