https://github.com/birg81/java.gui.plotting
Hi guys. I developed this Java code, for demonstration purposes. This Code, creates a Java GUI (with swing and awt library) showing the graph of the function f (x) = 3 + [x-1] * exp(-x / 3). In addition to the graph of the function, the GUI also shows the Cartesian axes. This software also to change the extremes of the graph and enlarge or reduce the graph. I hope it's simple. Good luck!
https://github.com/birg81/java.gui.plotting
awt exponential funcional gui java math mathematics mathgraph plotting swing ui
Last synced: 8 months ago
JSON representation
Hi guys. I developed this Java code, for demonstration purposes. This Code, creates a Java GUI (with swing and awt library) showing the graph of the function f (x) = 3 + [x-1] * exp(-x / 3). In addition to the graph of the function, the GUI also shows the Cartesian axes. This software also to change the extremes of the graph and enlarge or reduce the graph. I hope it's simple. Good luck!
- Host: GitHub
- URL: https://github.com/birg81/java.gui.plotting
- Owner: birg81
- Created: 2021-05-18T20:40:33.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-11-02T09:51:06.000Z (over 3 years ago)
- Last Synced: 2025-06-11T17:19:53.107Z (9 months ago)
- Topics: awt, exponential, funcional, gui, java, math, mathematics, mathgraph, plotting, swing, ui
- Language: Java
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Plotting
Hi guys. I developed this Java code, for demonstration purposes. This Code, creates a Java GUI (with swing and awt library) showing the graph of the function
```math
f(x) = 3 - \frac{1 - x}{e^ {\frac{x}{3}}}
```
In addition to the graph of the function, the GUI also shows the Cartesian axes. This software also to change the extremes of the graph and enlarge or reduce the graph. I hope it's simple. Good luck!