3D plotting lines / markers / colors question

Hi,

What kwargs are available for plot3D and scatter3D?

Thanks,

--b

And what is the difference between plot3d and plot3D?

The former seems most "matlab" like, and was what I was looking for: a way to plot individual points and/or curves in 3d using matlab-style line formatting info like:

'ro-'

or

'go--'

I'm posting this discovery here b/c it took me a long time to find (from the cookbook I somehow started using plot3D and didn't realize there was a plot3d).

I am still unsure what args you can pass into plot3D and scatter3D to achieve similar line control. If there's a high-level place this stuff is described, it would be beneficial.

···

On Apr 11, 2007, at 4:54 PM, belinda thom wrote:

Hi,

What kwargs are available for plot3D and scatter3D?

Hi,

In fact, polt3D and plot3d are the same, IIRC.
the kwargs are exactly the same as plot or scatter, as those methods are called inside plot3d ans scatter3d to make the plot.
You can use ‘ro-’, no sweat, it works like a charm - at least for me :slight_smile: -

Matthieu

2007/4/12, belinda thom <bthom@…1382…>:

···

On Apr 11, 2007, at 4:54 PM, belinda thom wrote:

Hi,

What kwargs are available for plot3D and scatter3D?

And what is the difference between plot3d and plot3D?

The former seems most “matlab” like, and was what I was looking for:

a way to plot individual points and/or curves in 3d using matlab-
style line formatting info like:

‘ro-’

or

‘go–’

I’m posting this discovery here b/c it took me a long time to find

(from the cookbook I somehow started using plot3D and didn’t realize
there was a plot3d).

I am still unsure what args you can pass into plot3D and scatter3D to
achieve similar line control. If there’s a high-level place this

stuff is described, it would be beneficial.


Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net’s Techsay panel and you’ll get the chance to share your

opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV


Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/matplotlib-users