Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

z2 axis in 3D plots

164 views
Skip to first unread message

Marcus Schweizer

unread,
Sep 13, 1999, 3:00:00 AM9/13/99
to
Hi,
using splot with set surface and set contour both
how can I manage to get the z-axis mirrowed to the
other corner. How can I repeat the z-values at the
z2-axis. I only found out that the tics can be copied
with set ztics mirrow. I know that I can set the
z-values by hand using the set label command and that
the z2-axis can be created with something like
splot [t=0:400000] 12,12,t. I'd like to know if there
is a more convenient way.

cheers

Marcus
--
Marcus Schweizer Phone: 0049 (0)711-685-4404
University of Stuttgart Fax: 0049 (0)711-685-4442
Institute for Theoretical Chemistry Room Nr: 8.167
Pfaffenwaldring 55, D-70569 Stuttgart
Germany sch...@theochem.uni-stuttgart.de

Hans-Bernhard Broeker

unread,
Sep 13, 1999, 3:00:00 AM9/13/99
to
To give the rough, short answer first: there is no such thing as a
'z2' axis in gnuplot. Space for it has been reserved in anticipation,
but it hasn't been implemented, yet.

In article <1999091309...@mailhub.dartmouth.edu> you wrote:

> using splot with set surface and set contour both
> how can I manage to get the z-axis mirrowed to the
> other corner. How can I repeat the z-values at the
> z2-axis.

Tics and other stuff for 3D plots are considerably less advanced in
their configurability than their 2D counterparts. One of the missing
things is second axis support. No x2, no y2, and no z2 axes in splots,
that means.

> I only found out that the tics can be copied
> with set ztics mirrow. I know that I can set the
> z-values by hand using the set label command and that
> the z2-axis can be created with something like
> splot [t=0:400000] 12,12,t. I'd like to know if there
> is a more convenient way.

There's a more convenient way for the axis itself: use 'set border
4095' or a subset of bits to have gnuplot draw additional edges of the
box surrounding a 3D plot area. The default only gives a rightside
vertical axis from the baseplane up to the z value where the hightest
datapoint meets that corner of x-y space.

--
Hans-Bernhard Broeker (bro...@physik.rwth-aachen.de)
Even if all the snow were burnt, ashes would remain.

0 new messages