Package org.hipparchus.samples.complex
Class GnuplotComplexPlotter
- java.lang.Object
-
- org.hipparchus.samples.complex.GnuplotComplexPlotter
-
public class GnuplotComplexPlotter extends Object
Program plotting complex functions with domain coloring.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
Main program.void
plot()
Plot the function.
-
-
-
Method Detail
-
main
public static void main(String[] args)
Main program.- Parameters:
args
- program arguments
-
plot
public void plot() throws IOException
Plot the function.- Throws:
IOException
- if gnuplot process cannot be run
-
-