Changing tick text on axis?

Wolfgang Schechinger hubahopp at gmx.de
Fri Jul 18 09:42:53 CDT 2008


Dear Ben, 

Meanwhile, I have found out that the dll is ws2help.dll (made a typo before). Copied it to /bin. Now it is asking fro kernel32.dll. Copied kernel32.dll from /windows/system to /bin, but kernel32 does not find the entry point SetHandleContext now.

Wo

---
Dear Ben, 

just tried to upgrade from 3.0.0 to 3.0.1 under W2K professional. I do not get the graphics work: GNUplot complained that it doesn't find ws2_32.dll. After I found that in the network and put it into /bin, it complaines now about a missing ws2_help.dll, which I can't get from nowhere. What to do now?

The file also is not anywhere in W2K or XP to find.
Many thanks,

Wolfgang

-------- Original-Nachricht --------
> Datum: Fri, 18 Jul 2008 07:02:07 -0400
> Von: Ben Abbott <bpabbott at mac.com>
> An: Wolfgang Schechinger <hubahopp at gmx.de>
> CC: help-octave at octave.org
> Betreff: Re: Changing tick text on axis?

> 
> On Jul 18, 2008, at 6:25 AM, Wolfgang Schechinger wrote:
> 
> > Dear all,
> >
> > I have a bar chart where the groups of bars should have some labels  
> > on the x axis instead of just numbers
> >
> > I tried this code (adopted from a matlab example):
> >
> > set(gca, 'xticklabelmode', 'manual')
> > set(gca, 'xticklabel','|text1|text1|')
> >
> > but nothing happens
> >
> > get(gca,'xticklabel')
> > retrieves '|text1|text1|', however!
> >
> > is this option not implemented in octave, or do I something wrong?
> >
> > Thanks,
> >
> > Wolfgang
> 
> I'm running 3.0.1 and the following works for me
> 
> octave:1> x = 0:200;
> octave:2> plot (x)
> octave:3> set (gca, 'xtick', [0 100 200])
> octave:4> set (gca, 'xticklabel', {'zero', 'one hundred', 'two  
> hundred'})
> octave:5> get (gca, 'xticklabelmode')
> ans = manual
> 
> Ben

-- 

-- 
Psssst! Schon vom neuen GMX MultiMessenger gehört?
Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger


More information about the Help-octave mailing list