https://bugs.kde.org/show_bug.cgi?id=511596
--- Comment #7 from Ralf Habacker <[email protected]> --- Created attachment 188570 --> https://bugs.kde.org/attachment.cgi?id=188570&action=edit recreated sankey diagram using python script (In reply to jesse from comment #3) > https://imgur.com/sankey-example-wZwUyD0 See this sankey diagram recreated from the image above by a proposal from chatgpt. After unpackaging the archive run for example on a linux host with pip install pandas ploty python sample-example.py The remaining task to display real kmymoney data is to find a report that can export values in the form of “source, destination, value” to a CSV file. cat sankey-example.csv source,target,value Total Income,Paycheck1,202480 Total Income,Paycheck2,57143 ... -- You are receiving this mail because: You are watching all bug changes.
