I am creating a 3-axis plot using:
plot3(x,y,z,'*')
However, I would like to view the figure in 2D (with 3 axis, covering 3 sides of the figure).
Is this possible? Thanks for any help.
|
|
0
|
|
|
|
Reply
|
J
|
9/30/2010 3:05:26 AM |
|
"J G" <jemma.geoghegan@gmail.com> wrote in message <i80upm$q64$1@fred.mathworks.com>...
> I am creating a 3-axis plot using:
>
> plot3(x,y,z,'*')
>
> However, I would like to view the figure in 2D (with 3 axis, covering 3 sides of the figure).
> Is this possible? Thanks for any help.
- - - - - - - - - -
The display of plot3 is of necessity a two-dimensional view. The matlab function 'view' is used to adjust this in accordance with a user's desired azimuth and elevation angles with respect to a hypothetical three-dimensional plot. See its documentation.
Roger Stafford
|
|
0
|
|
|
|
Reply
|
Roger
|
9/30/2010 3:40:24 AM
|
|
On 29/09/10 10:05 PM, J G wrote:
> I am creating a 3-axis plot using:
>
> plot3(x,y,z,'*')
>
> However, I would like to view the figure in 2D (with 3 axis, covering 3
> sides of the figure). Is this possible? Thanks for any help.
Could you point us to a sample of what you would like the result to look
like? It's hard to imagine at the moment, unless you were using a
non-linear unfolding like is done for maps of the Earth.
|
|
0
|
|
|
|
Reply
|
Walter
|
9/30/2010 4:21:24 AM
|
|
Walter Roberson <roberson@hushmail.com> wrote in message <8fUoo.17718$Ki.10316@newsfe17.iad>...
> On 29/09/10 10:05 PM, J G wrote:
> > I am creating a 3-axis plot using:
> >
> > plot3(x,y,z,'*')
> >
> > However, I would like to view the figure in 2D (with 3 axis, covering 3
> > sides of the figure). Is this possible? Thanks for any help.
>
> Could you point us to a sample of what you would like the result to look
> like? It's hard to imagine at the moment, unless you were using a
> non-linear unfolding like is done for maps of the Earth.
You can use PLOTYY; hope it helps.
|
|
0
|
|
|
|
Reply
|
j.r.garayoa.guajardo (1)
|
9/21/2011 11:54:28 AM
|
|
|
3 Replies
621 Views
(page loaded in 0.102 seconds)
Similiar Articles: 3 y axis plot graph - comp.soft-sys.matlabHi, I'd like to combine two line charts and a bar graph in a plot. I can achieve that with plotyy, but I'd like all of the series to have their own... Specifying non-linear axis - comp.soft-sys.matlabI would like the points for value 5 and 10 to lie adjacent on the plot. It's even worse for my Y axis as that takes values 2,3,4,5,6,7,8,9,10,100. two-level clustered axis bar plot - comp.soft-sys.matlab ...3 y axis plot graph - comp.soft-sys.matlab two-level clustered axis bar plot - comp.soft-sys.matlab ... Histogram calculation - comp.graphics.api.opengl 3-axis plot - comp ... Hide Z axis in mesh plot - comp.soft-sys.matlabIs there a way, just for looks, to remove the XZ and YZ axes/faces in a mesh plot? The result I'm looking for would be to just have the rectangle of the XY axis ... plot scroll bars, x-axis spacing - comp.soft-sys.matlabWith R2010a, the default behavior for plots, with regards to the x-axis, appears to be trying to cram all data points into one graph no matter how man... Changing 3D plot view angles in a gui axis - comp.soft-sys.matlab ...Hi, I've been doing a lot of 3D plotting and I have my code set up to have the option of certain view angles for consistency's sake. I got the code d... Multiple line plots, two y axes - comp.soft-sys.matlab3 y axis plot graph - comp.soft-sys.matlab 3-axis plot - comp.soft-sys.matlab Multiple line plots, two y axes - comp.soft-sys.matlab 3 y axis plot graph - comp.soft-sys ... Polarplot: logscale r axis possible? - comp.graphics.apps.gnuplot ...Hi after plotting a lot of normal xy diagrams I now have to plot a polar plot with a logscale r axis. Is that possible? I googled for hours a... Break y-axis - comp.soft-sys.matlabDoes anyone know how to plot two or even more functions as e.g. linear curves in one diagram and break the y-axis ? For instance in case of: ... Y axis plot labeling? Want auto scaling, but want to format ...3-axis plot - comp.soft-sys.matlab I am creating a 3-axis plot using: plot3(x,y,z,'*') However, I ... Hi, I have a bunch of data and I want to plot the Histogram graph of ... Excel - 3-axis Plot - Hi I hope... - Free Excel Help3-axis Plot - Hi I hope you are having a good day I need some... - Free Excel Help 3-axis plot - Newsreader - MATLAB CentralI am creating a 3-axis plot using: plot3(x,y,z,'*') However, I would like to view the figure in 2D (with 3 axis, covering 3 sides of the figure). 7/23/2012 3:34:37 AM
|