About 189,000 results
Open links in new tab
  1. Jzy3d - Scientific 3d plotting

    Jzy3d is an open source java library that allows to easily draw 3d scientific data: surfaces, scatter plots, bar charts, and lot of other 3d primitives. The API provides support for rich interactive charts, with colorbars, tooltips and overlays.

  2. jzy3d/jzy3d-api: A Java API for 3d and 2d charts - GitHub

    Jzy3d is a framework for easily drawing 3d and 2d charts in Java, using either fast native GPU rendering or CPU based rendering to enhance portability across combination of OS/JVM/GPU. The framework targets simplicity and portability across Java windowing toolkits (AWT, SWT, NEWT, Swing, JavaFX, Offscreen rendering), running either on MacOS ...

  3. GitHub - jfree/orson-charts: A 3D chart library for Java

    Jan 23, 2022 · Orson Charts is a 3D chart library for the Java™ platform that can generate a wide variety of 3D charts for use in client-side applications (JavaFX and Swing) and server-side applications (with export to PDF, SVG, PNG and JPEG).

  4. 3D scatter plots and 3D graph visualization in Java

    Aug 17, 2013 · Are there any Java-based frameworks for creating 3D graphs in Java so that I can: 1. Plot points as spheres, 2. Connect some of the spheres with thin cylinders, 3. Draw flat triangles between some sets of three spheres? Something like a molecule viewer, with the ability to insert 3D polygons.

  5. Java 3D plot library? - Stack Overflow

    In My Alternative, I use a nice, user-friendly Java API which based on Gnuplot. In my example on github I add a mouse motion listener to a JPanel for interactive rotating a 3d chart. When you have Gnuplot experience, you can use the power of Gnuplot in any Java application.

  6. Java Library to Draw 3D Charts (Surface, Bar & Scatter Charts ...

    Jzy3d – An open source Java 3D Modeling Library for 3D charts. It enables developers to draw and manage 3D Charts (surface, bar, polar, and scatter charts) & 3D scientific data.

  7. Java Graphers - IMathAS

    The 3D grapher can graph 3D functions, parametric curves (spacecurves), parametric surfaces, implicitly defined surfaces, implicit spherical surfaces, implicit cylindrical surfaces, 3D vector fields. Each graph gives control over domains and discritization (resolution).

  8. Getting Started - Jzy3d

    This website explain how to use Jzy3D framework to build 3D charts for Java applications. You will find 3 main sections. This Getting Started pages, providing code samples to draw your first 3D and 2D charts in Java and configure project to get all dependencies. They are intended for developers willing to get started quickly.

  9. 3D Charts and More with JRuby and JFreeChart

    Along with a comprehensive and configurable set of 2D chart formats, the JFreeChart project also ships Orson Charts, an equally extensive set of 3D chart renderers. The library has been designed to work alongside JFreeChart and has all the same support for …

  10. 3d Line graph in Java - Stack Overflow

    Sep 4, 2014 · You can have a look at Surface Plotter. There is an online demo, it's LGPL, 100% pure java, and design for reuse.