当前位置:  软件>java软件

交互式2D和3D图表 JMathPlot

    来源:    发布时间:2015-01-14

    本文导语:  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...

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);

    
 
 

您可能感兴趣的文章:

  • 交互式图表库 Polychart.JS
  • Web 应用的交互式图表 ZK Charts
  • 动态交互式 HTML5 图表库 Envision.js
  • 编程技术其它 iis7站长之家
  • 交互式地图构建 Majuro.JS
  • jQuery交互式地图插件 ImageMapster
  • 创建交互式3D场景 Proscene
  • Web 交互式数据图形 Multigraph
  • 交互式全景图片显示JS库 PanoJS3
  • 交互式文档系统 I/O Docs
  • 脚本如何自动输入密码??交互式脚本如何编写?
  • 交互式 Java 分析器 XRebel
  • 交互式 web 地球仪 Planetary.js
  • 开发板运行交互式网页,控件包含linux命令,用什么方法实现?
  • 求一交互式shell代码
  • 非交互式设置smb用户密码
  • 创建交互式RMP包
  • 给大家介绍一个交互式的VIM练习网站!!嘿嘿~~~
  • 在终端下修改文本文件的内容,如将某行的中db_user替换成extmail,非交互式的。
  • web 交互式可视化指南 TourTip
  • 一个shell script的问题(非交互式模式代替屏幕输入)
  • 交互式地图构建库 Kartograph
  • 用JAVA APPLET做的交互式网页和ASP、PHP做的相比有什么优势呢?
  • 关于Linux下C语言程序的交互式进程管理
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3