Skip to content

Commit 5102189

Browse files
authored
updated plot reference to svg
1 parent 67e1b6b commit 5102189

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,10 @@ There are three kinds of visualizations currently supported - check them all out
1919
from nyisotoolkit import NYISOData, NYISOStat, NYISOVis
2020
nv = NYISOVis(year='2019') #figures saved in nyisotoolkit/nyisovis/visualization folder by default.
2121
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.")
2523

2624
```
27-
![CLCPA](nyisotoolkit/nyisovis/visualizations/2019_clcpa_carbon_free_D.png)
25+
![CLCPA](nyisotoolkit/nyisovis/visualizations/2019_clcpa_carbon_free_D.svg)
2826

2927
## NYISOData
3028
Raw Data Source: http://mis.nyiso.com/public/

0 commit comments

Comments
 (0)