Skip to content

Commit

Permalink
some small final adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
FionaLippert committed Mar 17, 2022
1 parent f818204 commit cc2dac6
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions notebooks/abm_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,10 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 9,
"metadata": {},
"outputs": [],
"source": [
"#plt.rcParams.update({\"font.size\": 12})\n",
"\n",
"xspacing = FixedLocator([-10,-5, 0, 5, 10, 15, 20])\n",
"yspacing = FixedLocator([40, 45, 50, 55])\n",
"\n",
Expand Down Expand Up @@ -82,6 +80,13 @@
"radars_b = radar_buffers_b.to_crs(crs.proj4_init).centroid.to_crs(epsg=4326)\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Individual trajectories"
]
},
{
"cell_type": "code",
"execution_count": 5,
Expand Down Expand Up @@ -158,6 +163,13 @@
"fig.savefig(osp.join(target_dir, 'abm_trajectories_filtered.png'), bbox_inches='tight', dpi=100)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Voronoi tessellation"
]
},
{
"cell_type": "code",
"execution_count": 9,
Expand Down Expand Up @@ -204,6 +216,11 @@
"fig.savefig(osp.join(target_dir, 'voronoi_tessellation_abm.png'), bbox_inches='tight', dpi=200)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": []
},
{
"cell_type": "code",
"execution_count": 8,
Expand Down

0 comments on commit cc2dac6

Please sign in to comment.