How to 'zoom' to a specific area in an osmnx plot
问题 I have a osmnx plot that has two routes, but the map is quite vast therefore I cannot see the routes properly. Is there a fast way to limit my plot, to sort of 'zoom in', using for example bbox ? I know I could search for districts instead of a whole city, I was just curious to know if there was a fastest way to 'zoom' in the plot. Here is the code: import osmnx as ox import igraph as ig import matplotlib.pyplot as plt import pandas as pd import networkx as nx import numpy as np import