jzy3d-api icon indicating copy to clipboard operation
jzy3d-api copied to clipboard

A Java API for 3d and 2d charts

Results 71 jzy3d-api issues
Sort by recently updated
recently updated
newest added

https://github.com/jzy3d/jzy3d-api/pull/64

bug

Hi. I wrote a quick test against the DelaunayTriangulation, to verify if it could create a tessellation from all of the vertices from an existing generated sphere. I know it's...

enhancement

1. In version 1.0.0, double-clicking on the 3d chart will make the chart rotating automatically, and scrolling mouse wheel can zoom in/out the chart. but in the current version (1.0.2),...

bug

`TestNewtChartControllers` leads to ``` # # A fatal error has been detected by the Java Runtime Environment: # # SIGILL (0x4) at pc=0x00007fff677368f1, pid=75009, tid=6403 # # JRE version: OpenJDK...

bug
jogl

**Describe the bug** When importing via @eclipse-m2e I get an error at this line ```java Chart chart = chartFactorySWT.newChart(quality); ``` ``` Access restriction: The method 'ChartFactory.newChart(Quality)' is not API (restriction...

bug

Verify if jGL [line](https://github.com/jzy3d/jzy3d-api/blob/master/jzy3d-jGL/src/main/java/jgl/context/render/gl_render.java#L160) & polygon algorithm May be improved - Inc_x use intermediate method call not usefull - incrément using bit shift is faster? triangle - is it faster...

enhancement
question

Diamond Light Source are interested in using jzy3d inside an Eclipse application. This requires that in some way the jzy3d and dependent bundles are resolvable using OSGi. On behalf of...

enhancement
question

Bumps poi-scratchpad from 4.1.1 to 5.2.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.poi:poi-scratchpad&package-manager=maven&previous-version=4.1.1&new-version=5.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Home Page - Mention EmulGL - [Compatibility Matrix](https://docs.google.com/spreadsheets/d/1PsHpJnwug40pwLeX1gk33kmGCUOTzVPbEzn8RjmZXIA/edit#gid=0). Will require additional info on the tested Windowing toolkits (AWT/SWT/Swing/JavaFX) AND which tests were run (Jzy3D, JOGL) - More sample charts -...

web

While fixing https://github.com/jzy3d/jzy3d-api/pull/241, I noticed that the baseline image saved to disk may not be the one displayed. Indeed, when reverting the fix, I got a black screen displayed BUT...

bug