Giter Site home page Giter Site logo

airalcorn2 / scatterplot3d Goto Github PK

View Code? Open in Web Editor NEW
2.0 3.0 2.0 617 KB

An application for visualizing and exploring three-dimensional scatter plot data.

Home Page: https://sites.google.com/view/michaelaalcorn/projectscode/scatterplot3d

License: MIT License

Java 97.79% Shell 2.21%
java data-visualization scatter-plot scatterplot

scatterplot3d's Introduction

Running

  1. Download the appropriate build from here.
  2. Run with java -jar ScatterPlot3D-<version>.jar on Linux systems or by double-clicking the JAR on Windows.

Documentation can be downloaded here. A gallery of application screenshots can be found here.

Building

  1. In IntelliJ: File -> Project Structure -> Artifacts -> + -> Extracted Directory -> j3dcore.jar; j3dutils.jar; vecmath.jar

  2. In IntelliJ: Build -> Build Artifacts...

  3. Delete SUN_MICR.RSA and SUN_MICR.SF from the META-INF directory in ScatterPlot3D.jar.

  4. Create a root directory for each target build. In each root directory, create main and binlib sub-directories.

  5. Copy ScatterPlot3D.jar into /path/to/root/main/ and copy the appropriate native libraries into /path/to/root/binlib/.

  6. Unjar one-jar-boot-0.97.jar in the root directory, and delete the src directory.

  7. Edit boot-manifest.mf so that it reads:

    Manifest-Version: 1.0 Main-Class: com.simontuffs.onejar.Boot One-Jar-Main-Class: Run

  8. cd /path/to/root

  9. jar -cvfm ./one-jar.jar boot-manifest.mf .

(Note: make sure you include the period in the above command)

scatterplot3d's People

Contributors

airalcorn2 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

caomw stjordanis

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.