交互式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

图解服务器端网络架构

图解服务器端网络架构

[日] 宫田宽士 / 曾薇薇 / 人民邮电出版社 / 2015-4 / 79.00元

本书以图配文,详细说明了服务器端网络架构的基础技术和设计要点。基础设计是服务器端网络架构最重要的一个阶段。本书就立足于基础设计的设计细分项目,详细介绍各细分项目的相关技术和设计要点。全书共分为5章,分别讲述进行物理设计、逻辑设计、安全设计和负载均衡设计、高可用性设计以及管理设计时所必需的技术和设计要点。一起来看看 《图解服务器端网络架构》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

html转js在线工具
html转js在线工具

html转js在线工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具