1

I've been looking for a way to plot complex numbers on the unit circle in Java like this enter image description here

But I haven't found any. I'd like to ask if you have some idea about library which could be used, or any other way. Thank you.

DropDropped
  • 1,211
  • 1
  • 20
  • 46

2 Answers2

2

Just look at this. This is a part of this project.

This class generates following:

enter image description here

Krivers
  • 1,876
  • 1
  • 21
  • 42
1

Make sure to google first:

or read the java tutorial:

Community
  • 1
  • 1
JonyD
  • 1,127
  • 1
  • 20
  • 32