CReating Medusa graph from a file
Source code name: "graph_medusa_file1.py"
Programming language: Python
Topic: Data mining/Graphs
DMelt Version 1.8. Last modified: 06/19/1971. License: Pro
https://datamelt.org/code/cache/graph_medusa_file1_1815.py
To run this script using the DMelt IDE, copy the above URL link to the menu [File]→[Read script from URL] of the DMelt IDE.


from jhplot import *

http="http://datamelt.org/examples/data/"
print Web.get(http+"sample2_medusa.dat")
c=HMedusa()
c.visible()
c.loadFile("sample2_medusa.dat")


You see the box below because you did not login.