PALab / RUS

Resonant Ultrasound Spectroscopy
12 stars 7 forks source link

apply my changes to fork #10

Closed GeorgeZ123 closed 7 years ago

GeorgeZ123 commented 7 years ago

1.fix graph not drawn correctly

  1. Change the y-axis label
  2. Change the line color
  3. Display input 5.Change title 6.Add the elastic constants 7.Fix the bugs of output graph 8.Set the default size 9.Add matplot graph
  4. Stop matplot to freeze gui
GeorgeZ123 commented 7 years ago

I brought the following code back because it writes output into the output file which is used to draw the graph. <<<<<<< python-gui print("irk[0]=" + str(irk[0])) print("irk[1]=" + str(irk[1])) print("irk[2]=" + str(irk[2])) print("irk[3]=" + str(irk[3])) print("irk[4]=" + str(irk[4])) print("irk[5]=" + str(irk[5])) print("irk[6]=" + str(irk[6])) print("irk[7]=" + str(irk[7]))

python-gui

paul-freeman commented 7 years ago

George, can you resolve the conflcts in the pull request? I can't pull your code while there are conflicts.