搜索资源列表
aaa
- 1) 在图形界面中绘制二维的坐标系统,其中x轴位于绘图区正中,y轴位于绘图区的最左边。 2) 根据下面试验数据,在1)题的坐标系统中绘制数据点,每个数据点用一个小叉号表示,并在叉号边以(x,y)的格式标示出数据点的坐标数值,最后用折线连接相邻的数据点。 数据点序号 x坐标 y坐标 1 0 20 2 50 -30 3 100 16 3 150 126 5 200 164 3) 在2)题的基础上设计界面接收用户输入的实验数据,绘制数据点和实验曲线。
JFreeChart
- 从数据库提出数据,并利用这些数据做一些算法,以及绘制曲线-use the data of DB to compute some index and plot some figure
source-and-data
- 从文件中读取数据然后作图,作图类型包括饼状图、折线图和柱状图-read data from file and plot the data,including pie chart, line chart and bar chart.