交互式2D和3D图表 JMathPlot

码农软件 · 软件分类 · 报表/图表制作 · 2019-08-20 17:44:30

软件介绍

Provides interactive 2D/3D plot (without openGL) :

  • 2D/3D scatter plot
  • 2D/3D line plot
  • 2D staircase plot
  • 2D/3D histogram plot
  • 2D/3D boxplot
  • 3D grid plot
  • 2D/3D quantiles on plots

实例代码:

import org.math.plot.*;
...
 
 
double[] x = ...
 
double[] y = ...
 
 
// create your PlotPanel (you can use it as a JPanel)
 
Plot2DPanel plot = new Plot2DPanel();
 
 
// add a line plot to the PlotPanel
  plot
.addLinePlot("my plot", x, y);
 
 
// put the PlotPanel in a JFrame, as a JPanel
 
JFrame frame = new JFrame("a plot panel");
  frame
.setContentPane(plot);
  frame
.setVisible(true);

本文地址:https://codercto.com/soft/d/12795.html

MongoDB

MongoDB

Kristina Chodorow、Michael Dirolf / O'Reilly Media / 2010-9-24 / USD 39.99

Discover how MongoDB can help you manage a huMONGOus amount of data collected through your web application. This book covers the basic principles and advanced uses of this document-oriented database, ......一起来看看 《MongoDB》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

在线进制转换器
在线进制转换器

各进制数互转换器

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具