Skip to content

Instantly share code, notes, and snippets.

@trigfa
Created September 25, 2013 15:22
Show Gist options
  • Save trigfa/6701254 to your computer and use it in GitHub Desktop.
Save trigfa/6701254 to your computer and use it in GitHub Desktop.
matplotlib plotting
self.cal_curve_widget.canvas.ax.clear()
self.cal_curve_widget.canvas.ax.plot(self.cal_MU,self.cal_density)
self.cal_curve_widget.canvas.draw()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment