Skip to content

Commit

Permalink
Merge pull request #13 from ZiluM/main
Browse files Browse the repository at this point in the history
plotly_marker_change
  • Loading branch information
fzhu2e authored Jul 24, 2023
2 parents 07a7b11 + d4241c5 commit 57fdcd2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cfr/visual.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,9 @@ class STYLE:
'coral.SrCa': 'x',
'coral.d18O': 'circle',
'coral.d18Osw': 'hexagon2',
'ice.melt': 'traingle-left',
'ice.melt': 'triangle-left',
'ice.d18O': 'diamond-tall',
'ice.dD': 'traingle-right',
'ice.dD': 'triangle-right',
'ice.d-excess': 'circle',
'ice.isotope_diffusion': 'hexagon',
'ice.hybrid': 'arrow-left',
Expand All @@ -185,9 +185,9 @@ class STYLE:
'marine.MAT': 'hexagon2',
'marine.alkenone': 'hexagon',
'marine.foram': 'arrow-left',
'marine.diatom': 'traingle-up',
'marine.diatom': 'triangle-up',
'marine.dinocyst': 'triangle-right',
'marine.radiolaria': 'traingle-left',
'marine.radiolaria': 'triangle-left',
'marine.GDGT': 'square',
'lake.varve_thickness': 'hexagon2',
'lake.varve_property': 'square',
Expand Down

0 comments on commit 57fdcd2

Please sign in to comment.