0

I'm not getting a plot when I use iPython. My matplotlibrc is set to, backend : agg. I found an answer: matplotlib does not show my drawings although I call pyplot.show()

However, it doesn't tell me what I should do in my situation.

I have a remote iPython server. How do I get a plot to show in iPython?

Community
  • 1
  • 1
Whitequill Riclo
  • 788
  • 2
  • 8
  • 19

1 Answers1

0

I did manage to solve my own problem I found if I used %matplotlib inline, or %pylab inline I could plot the graph.

Whitequill Riclo
  • 788
  • 2
  • 8
  • 19