Re: [NTG-context] Metapost labeling question. Please help

2009-04-03 Thread Peter Rolf
Curiouslearn schrieb: Hi, I want the labels as (0.5,0.55,0.6,0.65,0.7,...,1) or (0.50,0.55,0.60,0.65,0.70,...,1). Either of these two is fine. I tried the following code for this. \starttext \startuseMPgraphic{labeltest} numeric rmin,rmax; rmin := 0.5; rmax := 1; ux := 25cm; uy :=10cm; %

Re: [NTG-context] Metapost labeling question. Please help

2009-04-03 Thread Curiouslearn
Mojca and Peter, thanks very much for your responses. I used Peter's solution and it worked beautifully. Does anyone know how I can change the size of these labels? If I try textext(\tfa decimal(tx)) that does not work. On Fri, Apr 3, 2009 at 6:52 AM, Peter Rolf indi...@gmx.net wrote:

Re: [NTG-context] Metapost labeling question. Please help

2009-04-03 Thread Wolfgang Schuster
Am 03.04.2009 um 14:47 schrieb Curiouslearn: Mojca and Peter, thanks very much for your responses. I used Peter's solution and it worked beautifully. Does anyone know how I can change the size of these labels? If I try textext(\tfa decimal(tx)) textext(\tfa decimal(tx)) Wolfgang

Re: [NTG-context] Metapost labeling question. Please help

2009-04-03 Thread Curiouslearn
Beautiful! Thanks, Wolfgang. On Fri, Apr 3, 2009 at 9:35 AM, Wolfgang Schuster schuster.wolfg...@googlemail.com wrote: Am 03.04.2009 um 14:47 schrieb Curiouslearn: Mojca and Peter, thanks very much for your responses. I used Peter's solution and it worked beautifully. Does anyone know

[NTG-context] Metapost labeling question. Please help

2009-04-02 Thread Curiouslearn
Hi, I want the labels as (0.5,0.55,0.6,0.65,0.7,...,1) or (0.50,0.55,0.60,0.65,0.70,...,1). Either of these two is fine. I tried the following code for this. \starttext \startuseMPgraphic{labeltest} numeric rmin,rmax; rmin := 0.5; rmax := 1; ux := 25cm; uy :=10cm; % draw axes draw (rmin,0)*ux

Re: [NTG-context] Metapost labeling question. Please help

2009-04-02 Thread Mojca Miklavec
On Fri, Apr 3, 2009 at 03:02, Curiouslearn wrote: Hi, I want the labels as (0.5,0.55,0.6,0.65,0.7,...,1) orĀ (0.50,0.55,0.60,0.65,0.70,...,1). Either of these two is fine. I tried the following code for this. \starttext \startuseMPgraphic{labeltest} numeric rmin,rmax; rmin := 0.5; rmax :=