Skip to content

Commit fd12eba

Browse files
jdbcodecopybara-github
authored andcommitted
Make quota limit line more visible.
PiperOrigin-RevId: 864293498
1 parent 942a632 commit fd12eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/linked/cloud-monitoring/earth_engine_noncommercial_eecu_monitor.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@
241241
"\n",
242242
" if QUOTA_LIMIT:\n",
243243
" fig.add_hline(\n",
244-
" y=QUOTA_LIMIT, line_dash=\"dot\", line_color=\"orange\", secondary_y=True,\n",
244+
" y=QUOTA_LIMIT, line_width=2, line_dash=\"dot\", line_color=CUMULATIVE_COLOR, secondary_y=True,\n",
245245
" )\n",
246246
" # Ensure limit is visible if usage is low\n",
247247
" range_max = max(range_max, QUOTA_LIMIT * 1.05)\n",

0 commit comments

Comments
 (0)