xmgrPlotParamaters 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. #! /bin/sh
  2. #
  3. ###########################################################################
  4. ##
  5. ## Module Name fee2dPlotEigenParameters
  6. ##
  7. ## Description
  8. ## This script plots the propation parameters from solving the eigen value
  9. ## problem calculated by the two dimensional finite element program
  10. ##
  11. ##
  12. ##
  13. ##
  14. ## Copyright 2002-2004 Mayo Foundation. All Rights Reserved.
  15. ## $Id: xmgrPlotParamaters,v 1.2 2004/02/12 22:20:18 techenti Exp $
  16. ##
  17. ###########################################################################
  18. xmgr \
  19. -graph 0 \
  20. -log x \
  21. $1.resistance \
  22. -pexec "title size 0.75" \
  23. -pexec "subtitle size 0.65" \
  24. -pexec "xaxis label char size 0.60" \
  25. -pexec "xaxis ticklabel char size 0.65" \
  26. -pexec "yaxis label char size 0.60" \
  27. -pexec "yaxis ticklabel char size 0.65" \
  28. -graph 2 \
  29. -log x \
  30. $1.inductance \
  31. -pexec "title size 0.75" \
  32. -pexec "subtitle size 0.65" \
  33. -pexec "xaxis label char size 0.60" \
  34. -pexec "xaxis ticklabel char size 0.65" \
  35. -pexec "yaxis label char size 0.60" \
  36. -pexec "yaxis ticklabel op right" \
  37. -pexec "yaxis ticklabel char size 0.65" \
  38. -graph 0 -view 0.08 0.07 0.48 0.47 \
  39. -graph 2 -view 0.08 0.54 0.48 0.94