README.NEWFEATURES
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:2k
源码类别:

通讯编程

开发平台:

Visual C++

  1. This code is essentially XGraph release 11.4, with some modifications
  2. which were made for use by the NCSA Relativity group.
  3. These modifications were made by Paul Walker, and he should be
  4. contacted at the below address if you have any problems/questions
  5. regarding these features.
  6. 1. Animation.  XGraph will now do a *very* crude animation of
  7. your data sets.  It occasionally has problems with refreshes
  8. and will consequently run your animation three of four times.
  9. Consider this an undocumented feature!  You can adjust the
  10. speed of the animation with the -dl option.  I find "2" works
  11. well on a sparc displaying on MacX, "5" on a sparc on its
  12. own display, and "10" on an SGI or RS6K on its own display.
  13. Remeber, this animation is not being advertised as anything
  14. other than very crude, so if you are looking for production
  15. quality video, turn elsewhere.  We find it useful as it will
  16. quickly generate animation which shows time evolution. 
  17. 2. Differentation.  You can press the "Derivative" button to
  18. see the first and second derivatives of your data set.  The
  19. method is a standard centered difference.  You cannot display
  20. higher than second derivatives.  Animation, zooming, etc...
  21. work in each of the derivative windows.  Endpoints are found
  22. linearly interpolating inner values to ends, so pay them
  23. little heed!
  24. 3. New Color Map.  We couldn't differentiate the colors once we
  25. got past yellow, so we created a new color map.  If you don't
  26. like it, look in init.c for the variable "defColors" and 
  27. comment out the new one, replacing it with the commented
  28. old one.  Of course, you are free to insert your own choices
  29. here also ... Just use standard X color names. 
  30. These modifications were made by Paul Walker, and distributed with the
  31. Original author's consent.  See Copyright.h for information about
  32. distribution and ownership of these changes.  Contact Paul Walker at
  33. Paul Walker
  34. NCSA
  35. 605 E. Springfield Ave
  36. Champaign IL 61820
  37. pwalker@ncsa.uiuc.edu