On Tue, Dec 29, 2009 at 1:47 PM, kamaleon wrote:
>
> Hey all,
> I have a program that contains two parameters
> ...
> beta=0.2
> delta=0.4
> .
> .
> in the title of my plot i want the value of the ratio beta/delta=0.5 to
> executed automatically when i run the program.
>
> i need:confu
Hey all,
I have a program that contains two parameters
...
beta=0.2
delta=0.4
.
.
in the title of my plot i want the value of the ratio beta/delta=0.5 to
executed automatically when i run the program.
i need:confused:
title('...\beta/delta=0.5')
how can i do that in matplolib?
c