Zitat von Hazen Babcock <[EMAIL PROTECTED]>:

>
> On Jan 19, 2008, at 6:00 PM, Oliver Bandel wrote:
>
> > Zitat von Oliver Bandel <[EMAIL PROTECTED]>:
> >
> > [...]
> >>
> >> But how do I set up the environment, and which plotfunctions to
> use?
> >>
> >>
> > [...]
> >
> > OK, I found something in the documentation and the example-code.
> >
> > When I use plenv() to set up the 2D grafics and then
> > use pklw3d() and plbox3() I have the 3D-graphics
> > activated, but I have the 3D axes as well as a 2D axes
> > in the picture.
> > When I throw out plenv() I have a blank page, even when using
> plvpor()
> > and plwind().
>
> I usually start from something like example 8 or example 28. Then
> fiddle around, more or less by trial and error until the plot looks
> right.
>
> Basically you need the following commands (in this order):
>
> (1)plvpor() - This sets up how much of the window is to be used for
> drawing the plot (range 0.0 - 1.0), i.e. the viewport. For example
> plvpor(0.1,0.9,0.1,0.9) means the graph will be drawn between 10% of
> the way across the window and 90% of the way across in both x and y.
[...]


OK, now I have my 3D-Data Diagram. :-)

But I had to use pladv(), otherwise plplot-lib gave me a message
that I have to use this function or plenv and created no output.


Do you have an idea, how to make the axis "grid-like"?

I looked at
   http://plplot.sourceforge.net/examples/demo08.php
and possibly I can find the solution there.

In that example I found the function
plAlloc2dGrid(), which is NOT documented in
http://plplot.sourceforge.net/docbook-manual/plplot-html-5.8.0/index.html

Any idea on where to get a complete documentation?

Ciao,
   Oliver

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Plplot-general mailing list
Plplot-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-general

Reply via email to