Hello @Oussama_ZIADI, I have implemented a Sankey plotting of oemof results which I want to include to oemof.vision since a long time but haven’t got the time to do. A sample of the code can be found here:
In this method, self
is only used for self.energy_system
which you can replace by your solph.EnergySystem
instance (let’s just call it energysystem
. And the argument results
is defined as results = energysystem.results["main"]
Note: this Code might need to be updated if you use the latest version of oemof, mainly this part: multi-vector-simulator/src/multi_vector_simulator/F1_plotting.py at 03bf1fa0a9819aaae275a1cad344d60682a42b2d · rl-institut/multi-vector-simulator · GitHub