mirror of
https://github.com/xingyzt/fire.git
synced 2025-06-06 11:15:40 +00:00
fix
This commit is contained in:
parent
d37ff9a6e1
commit
f4383dfc63
@ -148,10 +148,19 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 7,
|
"execution_count": 24,
|
||||||
"id": "dfc4a62d-4b7d-497a-8e90-d6f05c1100ae",
|
"id": "dfc4a62d-4b7d-497a-8e90-d6f05c1100ae",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [
|
||||||
|
{
|
||||||
|
"name": "stderr",
|
||||||
|
"output_type": "stream",
|
||||||
|
"text": [
|
||||||
|
"/var/folders/jk/wr84hv2x1yx8s3zxkfh5zxtr0000gn/T/ipykernel_53846/1697385181.py:54: UserWarning: No artists with labels found to put in legend. Note that artists whose label start with an underscore are ignored when legend() is called with no argument.\n",
|
||||||
|
" plt.legend(loc='upper left')\n"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
"source": [
|
"source": [
|
||||||
"time = time_start\n",
|
"time = time_start\n",
|
||||||
"times = []\n",
|
"times = []\n",
|
||||||
@ -206,7 +215,7 @@
|
|||||||
" )\n",
|
" )\n",
|
||||||
" plt.gca().add_patch(patch)\n",
|
" plt.gca().add_patch(patch)\n",
|
||||||
" \n",
|
" \n",
|
||||||
" plt.legend([], loc='upper left')\n",
|
" plt.legend(loc='upper left')\n",
|
||||||
" \n",
|
" \n",
|
||||||
" plt.xlabel(\"\"\"kilometers\n",
|
" plt.xlabel(\"\"\"kilometers\n",
|
||||||
"Satellite analysis can be inaccurate. Refer to fire.ca.gov for official information.\n",
|
"Satellite analysis can be inaccurate. Refer to fire.ca.gov for official information.\n",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user