<div dir="ltr"><div><div><div>The gallery is an excellent place to start for questions like these. Here is the mplot3d section: <a href="http://matplotlib.org/gallery.html#mplot3d">http://matplotlib.org/gallery.html#mplot3d</a><br><br></div>Your figure is a combination of the 3d plot() calls for the line portions, and 3d scatter() calls for the dots (see <a href="http://matplotlib.org/examples/mplot3d/scatter3d_demo.html">http://matplotlib.org/examples/mplot3d/scatter3d_demo.html</a>), and mathtext for the labels (see <a href="http://matplotlib.org/examples/pylab_examples/mathtext_demo.html">http://matplotlib.org/examples/pylab_examples/mathtext_demo.html</a>). Let us know if you have questions.<br><br></div>Cheers!<br></div>Ben Root<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Aug 4, 2016 at 10:50 AM, Jose Borreguero <span dir="ltr"><<a href="mailto:borreguero@gmail.com" target="_blank">borreguero@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="color:#38761d">Dear Matplotlib users,</div><div class="gmail_default" style="color:#38761d"><br></div><div class="gmail_default" style="color:#38761d">I have a fancy graph created in Origin that I want to emulate with matplotlib:</div><div class="gmail_default" style="color:#38761d"><img src="cid:ii_irgfswj20_156560673132f78e" style="margin-right:0px" height="192" width="205"></div><div class="gmail_default" style="color:#38761d">The curves S(Q,w) have each a constant value for Q, they are stacked along the Q-axis. I'm a newbie with matplotlib, can you please give me some pointers, like which classes should I employ to make this figure?</div><div class="gmail_default" style="color:#38761d"><br></div><div class="gmail_default" style="color:#38761d">.Jose<br>​<br></div></div>
<br>______________________________<wbr>_________________<br>
Matplotlib-users mailing list<br>
<a href="mailto:Matplotlib-users@python.org">Matplotlib-users@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/matplotlib-users" rel="noreferrer" target="_blank">https://mail.python.org/<wbr>mailman/listinfo/matplotlib-<wbr>users</a><br>
<br></blockquote></div><br></div>