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 regardin
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 luc
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('TkA
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)
Thank you Adam,
I did not see your response earlier. It worls.
Thanks
Sudheer
***
On Fri, 13/3/15, Adam Hughes wrote:
Subject: Re: [Matplotlib-users] Corr plot in subplot
To: "Paul Hobson"
C
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
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
http://matplotlib.org/1.4.3/users/shell.html?highlight=mai
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::
|