Answer the question
In order to leave comments, you need to log in
How to quickly draw a graph?
Decided to make a graph in Java, got this:
[GraphPoint{x=-3, y=9}, GraphPoint{x=-2, y=4}, GraphPoint{x=-1, y=1}, GraphPoint{x=0, y=0}, GraphPoint{x=1, y=1}, GraphPoint{x=2, y=4}, GraphPoint{x=3, y=9}]
Answer the question
In order to leave comments, you need to log in
Good afternoon.
You need to take advantage of the GUI libraries. For example, swing
https://stackoverflow.com/questions/8693342/drawin...
www.java2s.com/Code/Java/Advanced-Graphics/DrawMat...
In general, something like this...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question