 |
Complex graph created from a file using Medusa
Source code name: "graph_medusa_file2.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_file2_6897.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+"sample1_medusa.dat")
c=HMedusa()
c.visible()
c.loadFile("sample1_medusa.dat")
You see the box below because you did not login.