Spiga

GCDPlot 0.40 download

2007-07-29 15:44 by 马维峰, 1655 visits, 网摘, 编辑
GCDPlot 0.40 download:
GCDPlot 0.40
http://files.cnblogs.com/maweifeng/GCDPlot_0.40.zip

About GCDPlot:
·GCDPlot is a new VBA program for geochemical data plotting in Microsoft Excel.
·Plot data is Microsoft Excel spreadsheet data
·GCDPlot offers some basic plotting functions, such as discrimination diagram (including X-Y plot and triangular plot)
·The core function of GCDPlot is offering a visual tool that can edit existing diagrams and add new diagrams.
·The graphs produced by GCDPlot are standard Microsoft Excel graphs that can be edited, modified, outputted, and printed under Microsoft Excel.
·GCDPlot offers useful Excel templates (REE and Spider diagram) and integrates other's programes(CIPW and Periodic table)
Add your comment

7 条回复

  1. #1楼 燕山南院[未注册用户]2007-11-03 21:50
    这个软件写的好,我打算把石油地球化学方面的图版加进去。
      回复  引用    
  2. #2楼[楼主] 马维峰      2007-11-03 23:13
    @燕山南院
    看了你的图,很好啊。有什么问题和我联系:)
      回复  引用  查看    
  3. #3楼 燕山南院[未注册用户]2007-11-04 16:55
    在坐标轴设置上如果能加上 坐标轴数值反转,适应更广些。因为如果图版是同位素的话,值是负的,一般需要从大到小显示。:)
      回复  引用    
  4. #4楼[楼主] 马维峰      2007-11-04 18:42
    @燕山南院
    下个版本会考虑的,最近事情有点多:)
      回复  引用  查看    
  5. #5楼 燕山南院[未注册用户]2007-11-05 09:58
    修改了一下,使能对三角数据自动作归一化处理,不知道对不对(没学过VB,临时看了一下。)。
    Dim tri_sum As Double
    '定义一个新变量
    ...
    ...
    For i = 1 To Count Step 1
    '数据转换:三角坐标到直角坐标 对x,y,z,作归一化处理
    tri_sum = rngX.Cells(i, 1) + rngY.Cells(i, 1) + rngZ.Cells(i, 1)
    x.Cells(i, 1) = GetXFromTernaryAxe(100 * rngX.Cells(i, 1) / tri_sum, 100 * rngY.Cells(i, 1) / tri_sum, 100 * rngZ.Cells(i, 1) / tri_sum)
    y.Cells(i, 1) = GetYFromTernaryAxe(100 * rngX.Cells(i, 1) / tri_sum, 100 * rngY.Cells(i, 1) / tri_sum, 100 * rngZ.Cells(i, 1) / tri_sum)
      回复  引用    
  6. #6楼 wwei63[未注册用户]2008-07-08 14:58
    图解太少,能否把云南地调院开发的岩石化学图解增加进去?再一个给中国人用的,洋文看不懂。
      回复  引用    
  7. #7楼 juanjuan[未注册用户]2009-05-30 15:26
    hao!
      回复  引用    



发表评论

昵称: [登录] [注册]

主页:

邮箱:(仅博主可见)

评论内容:

  登录  注册

[使用Ctrl+Enter键快速提交评论]

0 835430 rDPcZL7bCcY=




相关文章:


相关搜索:
[09] GCDPlot [07] Office VBA

相关链接: