Extract points from a figure and save them in file
Code: "tools_dexter.py". Programming language: Python
DMelt Version 1. Last modified: 01/09/2016. License: Pro
https://datamelt.org/code/cache/tools_dexter_505.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 debuxter import JDebux;
import urllib
#print "run debuxter"
#file=SystemDir+fSep+"macros"+fSep+"examples"+fSep+"data"+fSep+"example.gif"
wfile="example.gif"
urllib.urlretrieve ("http://datamelt.org/examples/data/"+wfile,wfile)
c1=JDebux(wfile)
You see the box below because you did not login.