fzhu2e / cfr

A Python package for Climate Field Reconstruction
https://fzhu2e.github.io/cfr
BSD 3-Clause "New" or "Revised" License
13 stars 6 forks source link

plotly_marker_change #13

Closed ZiluM closed 1 year ago

ZiluM commented 1 year ago

change poorly marker to new version.

test code:

import cfr
print(cfr.__version__)
pdb = cfr.ProxyDatabase().fetch('PAGES2kv2')
fig = pdb.plotly_count()
fig.show()
fig1 = pdb.plotly()
fig1.show()

image image