[Matplotlib-users] Matplotlib for Grotrian Diagrams

2015-03-14 Thread Amol Agrawal
Hello all, I am trying to make Grotrian diagrams using matplotlib. For those who don't know about grotrian diagrams here's the link( http://en.wikipedia.org/wiki/Grotrian_diagram) They essentially depict transitions between different energy levels of the atoms. Currently I have the data

Re: [Matplotlib-users] Corr plot in subplot

2015-03-14 Thread Sudheer Joseph
Sorry, I tried both ax= and axes= both did not work. before testing I thought it is the correct way but did not work some how. WIth best regards. Sudheer fig = plt.figure() fig.subplots_adjust(left=0.001, wspace=0.01) ax1 = fig.add_subplot(221);corrplot.Corrplot(df_djf,axes=ax1)

Re: [Matplotlib-users] Corr plot in subplot

2015-03-14 Thread Sudheer Joseph
Thank you Paul, I could not follow fully what you meant by that in reply. but below is the info available with corrplot. Kindly provide some help. With best regards, Sudheer Here are some examples provided that the data is created and pass to c:: |

[Matplotlib-users] Python shell despite no IPython problems

2015-03-14 Thread Brenton Horne
Hi, I am on Windows 7 64 bit SP1 and I installed matplotlib via wheels files here http://www.lfd.uci.edu/~gohlke/pythonlibs/#matplotlib but now whenever I execute plotting commands from the python shell (e.g., the 'hi mom' example here

Re: [Matplotlib-users] Python shell despite no IPython problems

2015-03-14 Thread Brenton Horne
Oh and I have made the mentioned customizations to matplotlibrc (although the TkAgg line was already present). My python version is 2.7.9 and matplotlib version is 1.4.3. On 14/03/2015 7:14 PM, Brenton Horne wrote: Hi, I am on Windows 7 64 bit SP1 and I installed matplotlib via wheels files

Re: [Matplotlib-users] Python shell despite no IPython problems

2015-03-14 Thread Ryan Nelson
Sorry Brenton, I meant for my reply to go to the entire list. Anyway, in your response, I take it that you meant to say that the window appears and disappears immediately. Yes? What happens if you restart the Python interpreter and type the following? import matplotlib matplotlib.use('TkAgg')

Re: [Matplotlib-users] Python shell despite no IPython problems

2015-03-14 Thread Ryan Nelson
Brenton, It's good to know that those other solutions work. Unfortunately, I'm just sitting down at my Windows 7 computer, and I can't reproduce your problem. I'm also using the Anaconda Python distribution, which might have different behavior than your installation method. However, you're in