'Visualize results from vehicle routing in CPLEX

currently I am solving vehicle routing problems using CPLEX. I am using Excel as a data source for the model. I also write the solution value of the decision variable x into my Excel sheet.

My goal is to present the solution like this:

enter image description here

A graph showing the positions of the depot and customers based on their coordinates and the routes that have been constructed in the solution process.

How could I do this? Which software enables such graphs? I don't think CPLEX has any build-in solutions for this, but maybe I can do it in Excel?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source