0

I am trying to plot a graph with matplotlib(python) Is there any solution for this problem?

This is my code:

+u"\u0394
qwertz
  • 539
  • 1
  • 5
  • 13

1 Answers1

2

Matplotlib supports Latex notation for text. Give it a try. It should make it possible: http://matplotlib.org/users/mathtext.html

Framester
  • 29,970
  • 48
  • 127
  • 186