[Matplotlib-users] newbie, please give me some pointers where to start for the shown graph

Benjamin Root ben.v.root at gmail.com
Thu Aug 4 11:05:07 EDT 2016


The gallery is an excellent place to start for questions like these. Here
is the mplot3d section: http://matplotlib.org/gallery.html#mplot3d

Your figure is a combination of the 3d plot() calls for the line portions,
and 3d scatter() calls for the dots (see
http://matplotlib.org/examples/mplot3d/scatter3d_demo.html), and mathtext
for the labels (see
http://matplotlib.org/examples/pylab_examples/mathtext_demo.html). Let us
know if you have questions.

Cheers!
Ben Root


On Thu, Aug 4, 2016 at 10:50 AM, Jose Borreguero <borreguero at gmail.com>
wrote:

> Dear Matplotlib users,
>
> I have a fancy graph created in Origin that I want to emulate with
> matplotlib:
> 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?
>
> .Jose
>>
> _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users at python.org
> https://mail.python.org/mailman/listinfo/matplotlib-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-users/attachments/20160804/0bf27201/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: junk.jpg
Type: image/jpeg
Size: 134820 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/matplotlib-users/attachments/20160804/0bf27201/attachment-0001.jpg>


More information about the Matplotlib-users mailing list