plotdigitizer.sourceforge.netPlot Digitizer

plotdigitizer.sourceforge.net Profile

Plotdigitizer.sourceforge.net is a subdomain of sourceforge.net, which was created on 1999-08-08,making it 25 years ago. It has several subdomains, such as ring-lang.sourceforge.net capture2text.sourceforge.net , among others.

Description:A Java program that can be used to easily digitize scanned data...

Discover plotdigitizer.sourceforge.net website stats, rating, details and status online.Use our online tools to find owner and admin contact info. Find out where is server located.Read and write reviews or vote to improve it ranking. Check alliedvsaxis duplicates with related css, domain relations, most used words, social networks references. Go to regular site

plotdigitizer.sourceforge.net Information

HomePage size: 16.289 KB
Page Load Time: 0.724068 Seconds
Website IP Address: 104.18.12.149

plotdigitizer.sourceforge.net Similar Website

Engauge Digitizer 12 Free Download
engauge-digitizer.soft112.com
Pen Tablet / Digitizer Tablet
intuos.wacom.com

plotdigitizer.sourceforge.net PopUrls

Plot Digitizer
https://plotdigitizer.sourceforge.net/
Revision History - Plot Digitizer - SourceForge
https://plotdigitizer.sourceforge.net/History.html

plotdigitizer.sourceforge.net Httpheader

Date: Tue, 14 May 2024 06:32:04 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: keep-alive
vary: Accept-Encoding, Host, Accept-Encoding
last-modified: Mon, 25 Dec 2023 21:11:03 GMT
etag: W/"3cf5-60d5c00e172d5"
cache-control: max-age=3600
expires: Tue, 14 May 2024 07:31:59 GMT
x-from: sfp-ioweb82-1
CF-Cache-Status: DYNAMIC
Content-Security-Policy: upgrade-insecure-requests
Server: cloudflare
CF-RAY: 8838d9520aa416a0-SJC
alt-svc: h3=":443"; ma=86400

plotdigitizer.sourceforge.net Meta Info

content="text/html; charset=utf-8" http-equiv="content-type"/
content="Joseph A. Huwaldt" name="author"/
content="A Java program that can be used to easily digitize scanned data plots." name="description"/

plotdigitizer.sourceforge.net Html To Plain Text

Revisions SourceForge Project Downloads Forums Joe’s Java Library Description is a Java program used to digitize scanned plots of functional data. Often data is found presented in reports and references as functional X-Y type scatter or line plots. In order to use this data, it must somehow be digitized. This program will allow you to take a scanned image of a plot (in GIF, JPEG, or PNG format) and quickly digitize values off the plot just by clicking the mouse on each data point. The numbers can then be saved to a text file and used where ever you need them. works with both linear and logarithmic axis scales. Besides digitizing points off of data plots, this program can be used to digitize other types of scanned data (such as scaled drawings or orthographic photos). To make the digitizing task easier, this program includes many handy features. For example: You can recalibrate the Y axis without having to recalibrate the X axis (multiple sets of data are commonly plotted with the same X axis). You can insert points between two already digitized points by right clicking and choosing "Insert" from the pop-up menu. You can delete points by right-clicking on the points and choosing "Delete". You can move points by clicking and dragging them. You can compute the length of a digitized curve and you can compute the area of a digitized polygon. You can zoom images in and out. You can save calibrations for an image for later use, and finally, there is unlimited undo/redo. A special feature of this program is the ability to semi-automatically digitize lines off a plot. The user simply indicates where the line is on the plot with a thick paint brush and the program attempts to automatically sort out the data from grid lines, etc. This auto-digitizing feature depends on an image vectorization program called "autotrace". In order to use the auto-digitizing feature, you must have the open source autotrace image vectorization program installed. Unfortunately, autotrace does not currently seem to work on the Windows platform. Will the auto-digitizing feature digitize any plot? Short answer: no. Long answer: The auto-digitizing feature works best with black and white, 300 dpi images of continuous data which does not run vertically (vertical lines give it fits), does not repeatedly cross other data lines, is not close to and parallel to grid lines, is not extremely noisy and which does not have plot symbols. After using the program a while you begin to learn what it can and can’t auto-digitize. However, even in cases where it doesn’t auto-digitize the entire line, you can sometimes do a piece of it automatically, then manually digitize a piece, and then do another piece automatically, etc. I’ve found this feature to be pretty useful on digitizing plots of experimental test time histories, but your mileage may vary. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. Installation First go to the downloads area and download the appropriate executable version of the program for your platform, and/or it’s full source code, from there. MacOS: You should have received this application as a compressed disk image file (PlotDigitizer_#.#.#_MacOS.dmg). This disk image file, when mounted (by double-clicking on it), should contain the application icon (.app, this readme file (README.txt), and some license related legalese. To install this program, simply drag the .app icon to a convenient location on your computer. In MacOS this is usually the "Applications" directory, but you are free to put it anywhere you want. The application should work properly on MacOS 11.3 and later right out of the box. No additional software required (you do not need to have Java installed). On MacOS the default security settings may prevent you from being able to run since it was downloaded from the internet and is does not have an Apple Developer ID signature (I am not an "identified developer"). You may need to do the following: Open System Preferences Open Security & Privacy Scroll down to "Security" Find a message saying that was prevented from running because it is from an unknown developer and click the "Run Anyway" button. You should be able to run from then on. If you want to use the auto-digitize feature, you must acquire and install the autotrace program separately. Also, the autotrace program must appear on the System search path. I recommend you use either the Fink ( http://www.finkproject.org/ ) or MacPorts ( http://www.macports.org/ ) package managers to install autotrace. will find autotrace automatically if one of those package managers are used. Otherwise, if you install autotrace from source or from a binary distribution, make sure the executable is found in /usr/local/bin or /usr/bin. Windows: You will first have to make sure that you have Java 11 or later (JRE or JDK) installed on your computer. If you do not, you can get it from: http://www.java.com You should have received this application as a ZIP archive file (PlotDigitizer_#.#.#_Windows.zip). Uncompress this archive (with WinZip ). It contains a double-clickable JAR file (PlotDigitizer.jar), a readme file (README.txt), and some license related legalese. To install this program, simply drag the PlotDigitizer.jar file to a convenient location on your computer. It should work from anywhere. If you want to use the auto-digitize feature, you must acquire and install the autotrace program separately. Also, the autotrace program must appear on the user’s search path. After installing or building autotrace, add it to the search path. To do this, from the "Start" menu choose "Settings" and then "Control Panel" and from the Control Panel window double-click on "System." Then click on the "Advanced" tab and then the "Environment Variables" button. Under "User variables" if the PATH variable is listed, then select the PATH variable and click on the "Edit" button. Enter the path to the directory containing the autotrace executable (path items are separated by semi-colon (";") characters). Otherwise, click on the "New" button, enter "PATH" for the variable name and enter the path to the directory containing autotrace for the variable value. Linux (and many flavors of UNIX): You will first have to make sure that you have Java 11 or later (JRE or JDK) installed on your computer and on your search path. If you do not, you can get it from: http://www.java.com . You should have received this application as a compressed archive file (PlotDigitizer_#.#.#_Linux.tgz). After decompressing this file using "tar -xvzf PlotDigitizer_#.#.#_Linux.tgz", you will get a file named PlotDigitizer.jar. This is a "double-clickable" jar file, or you can run it from the command line using: java -Xmx128m -jar PlotDigitizer.jar You may want to create a shell script to do this for you. If you want to use the auto-digitize feature, you must acquire and install the autotrace program separately. Also, the autotrace program must appear on the user’s search path. Usage Notes Quick Instructions: To use this program, first scan a plot with your favorite scanning system, then save the plot as a GIF, PNG, or JPEG format file. Run , open the scanned image file from the "Open" command in the "File" menu. Then follow the instructions at the bottom of the window to calibrate the plot and then digitize the points. If you want to compute the length of a digitized line or the area enclosed by a digitized polygon, then you will need to pick those options from the Analysis menu before clicking on the "Done" button. Hint : If you want to digitize plots from published technical reports that are available electronically in PDF format, you can skip the "print and then scan" step and keep everything digital. On Windows you can use Acrobat Reader and on MacOS you can use Preview to select a rectangular...

plotdigitizer.sourceforge.net Whois

Domain Name: SOURCEFORGE.NET Registry Domain ID: 8919427_DOMAIN_NET-VRSN Registrar WHOIS Server: whois.godaddy.com Registrar URL: http://www.godaddy.com Updated Date: 2022-11-18T06:36:53Z Creation Date: 1999-08-08T04:48:02Z Registry Expiry Date: 2024-08-08T04:47:54Z Registrar: GoDaddy.com, LLC Registrar IANA ID: 146 Registrar Abuse Contact Email: abuse@godaddy.com Registrar Abuse Contact Phone: 480-624-2505 Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited Domain Status: clientRenewProhibited https://icann.org/epp#clientRenewProhibited Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited Name Server: NS11.CONSTELLIX.COM Name Server: NS21.CONSTELLIX.COM Name Server: NS31.CONSTELLIX.COM Name Server: NS41.CONSTELLIX.NET Name Server: NS51.CONSTELLIX.NET Name Server: NS61.CONSTELLIX.NET DNSSEC: unsigned >>> Last update of whois database: 2024-05-17T18:58:06Z <<<