Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SCLiao47 authored Dec 4, 2023
1 parent e915dd7 commit cf12758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Required inputs:
2. Try out different coloring styles. Settle on 'dark' map with reversed 'sunset' colormap
3. Put numpy data in to Pandas dataframe

### 2023/12/01
### 2023/12/01 - 12/04
1. Found that plotly is not suitable for directly animating such large amount of frames. Switch to separated approach: save each frame as .png and make .gif afterward.
2. To output plotly as image file, need `kaleido` package. However, [it somehow needs to be downgraded](https://stackoverflow.com/a/72614865/13624201).
3. Turns out, plotly output image with `orca` is more efficient in this case.
Expand Down

0 comments on commit cf12758

Please sign in to comment.