The document proposes a methodology to cluster similar taxi trip flows to better visualize mobility data on maps. It involves finding k-nearest neighbors of trip origins and destinations, identifying contiguous trip pairs, and performing agglomerative clustering to group similar trips. The methodology is applied to a dataset of 500 taxi trips in Portugal. Trips are successfully clustered into meaningful groups and visualized as aggregated flows on a map, providing clearer insights than visualizing individual trips.