Skip to content

Commit

Permalink
ensure scatter plot shows for non-monthly point matchups
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjwilson committed Sep 10, 2024
1 parent f26d3c5 commit e9b402a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ecoval/data/point_template.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
"source": [
"variable = \"point_variable\".lower()\n",
"vv_name = variable\n",
"if vv_name in [\"benbio\", \"carbon\"]:\n",
" compact = True\n",
"if vv_name.lower() == \"ph\":\n",
" vv_name = \"pH\"\n",
"if vv_name in [\"doc\", \"poc\"]:\n",
Expand Down Expand Up @@ -81,6 +83,7 @@
" pass\n",
"if unit is None:\n",
" unit = \"unknown unit\"\n",
"\n",
" "
]
},
Expand Down

0 comments on commit e9b402a

Please sign in to comment.