Author Topic: just fyi a tip on plotting  (Read 1697 times)

0 Members and 1 Guest are viewing this topic.

Offline esp

  • Supreme QuantumATK Wizard
  • *****
  • Posts: 318
  • Country: us
  • Reputation: 3
    • View Profile
    • University of Minnesota
just fyi a tip on plotting
« on: February 12, 2012, 22:35 »
i noticed that my plots were looking strange, and i realized they kept adding together as i made plot after plot ... you need the following line to clear the figure if you make more than 1 plot ... just fyi

import pylab as P
P.clf()