Discussion:
[Matplotlib-users] Matplotlib for Grotrian Diagrams
Amol Agrawal
2015-03-14 19:17:25 UTC
Permalink
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 regarding the different energy levels of the
various atoms and need matplotlib to get the grotrian diagram of the atom
upon supplying it with the energy level data.

Can anyone please help me with this?


Regards,
Amol
Marin GILLES
2015-03-16 19:02:02 UTC
Permalink
Post by 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 regarding the different energy levels of the
various atoms and need matplotlib to get the grotrian diagram of the
atom upon supplying it with the energy level data.
Can anyone please help me with this?
Regards,
Amol
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Matplotlib-users mailing list
https://lists.sourceforge.net/lists/listinfo/matplotlib-users
I guess to do so you would have to plot each line independently. I don't
know about anything in mpl that could do that with just your data passed
to the function.
You could look for an other library based on mpl, or write one yourself
I guess.
Sorry to not be of any more help with this

Marin Gilles

Loading...