Your message dated Wed, 16 Apr 2008 10:30:13 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: [Pkg-octave-devel] Bug#474269: Bug#474269: octave-epstk:
impossible to remove ticks
has caused the Debian Bug report #474269,
regarding octave-epstk: impossible to remove ticks
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
474269: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=474269
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: octave-epstk
Version: 2.2-8
Severity: normal
Apparently there is no way of removing ticks from an axis, leaving just
a simple line. Either you remove it completely by making it invisible,
or you have the ticks.
It should be possible to have a naked axis, without neither ticks nor
values: if this is possible, it would be good to have a demo of it.
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'testing-proposed-updates')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.22-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set
to C)
Shell: /bin/sh linked to /bin/bash
Versions of packages octave-epstk depends on:
ii octave2.1 1:2.1.73-17 GNU Octave language for numerical
ii octave3.0 3.0.0-1 GNU Octave language for numerical
octave-epstk recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Am Montag, den 14.04.2008, 14:47 +0200 schrieb Thomas Weber:>
> > Apparently there is no way of removing ticks from an axis, leaving just
> > a simple line. Either you remove it completely by making it invisible,
> > or you have the ticks.
> >
> > It should be possible to have a naked axis, without neither ticks nor
> > values: if this is possible, it would be good to have a demo of it.
>
> How about the following (taken from edemo3 and modified, see my
> comment):
>
> ========================================================================
> %%
> %% Routine: Multi plot
> %% (see demo3.png)
> %%
> eopen('demo3.eps');
> eglobpar; % get access to global parameters
> esavpar; % save default parameter
>
> % set tics like Matlab
> eAxesValueSpace=3;
> eAxesTicLongLength=0.0
> eAxesTicShortLength=0.0;
> % => no ticks
>
> % simple plot
> %eYAxisWestScaleType=2;
> %eYGridVisible=1;
> xData=0:0.1:2*pi;
> eYAxisEastValueFormat=2;
> eplot(xData,exp(sin(xData).*xData),'exp(sin(x)*x)',0,[1 0 0]);
> eplot(xData,exp(cos(xData).*xData),'exp(cos(x)*x)',2,[0 0 1]);
> eplot;
>
> % close eps-file
> eclose;
> ========================================================================
Stefan Müller (epstk's author) confirmed in a private mail that
eAxesTicLongLength=0.0 and eAxesTicShortLength=0.0 are indeed the way to
achieve a tick-less axis. As they are already mentioned in one of the
demos, I'm closing this bug.
Thomas
--- End Message ---