Re: [julia-users] A foolproof question about ylim

2016-07-22 Thread chobbes158
Terrific! As a stranger to python, I've never thought that get and set 
methods are using the same keyword. Thanks!

On Friday, July 22, 2016 at 12:09:17 AM UTC+1, Yichao Yu wrote:
>
> On Thu, Jul 21, 2016 at 7:03 PM,   
> wrote: 
> > 
> > 
> > How can I get ylim when using PyPlot? I tried all the suggestions I 
> found on 
> > stackoverflow. None of them works, e.g. get_ylim(). Here is the error: 
> > 
> > ERROR: LoadError: UndefVarError: get_ylim not defined 
> > 
> > Can anyone give me an example of getting the current ylim? Thanks!! 
>
>
> Err, `ylim()`? I believe this is how you do that in python too. 
>


Re: [julia-users] A foolproof question about ylim

2016-07-21 Thread Yichao Yu
On Thu, Jul 21, 2016 at 7:03 PM,   wrote:
>
>
> How can I get ylim when using PyPlot? I tried all the suggestions I found on
> stackoverflow. None of them works, e.g. get_ylim(). Here is the error:
>
> ERROR: LoadError: UndefVarError: get_ylim not defined
>
> Can anyone give me an example of getting the current ylim? Thanks!!


Err, `ylim()`? I believe this is how you do that in python too.


[julia-users] A foolproof question about ylim

2016-07-21 Thread chobbes158


How can I get ylim when using PyPlot? I tried all the suggestions I found 
on stackoverflow. None of them works, e.g. get_ylim(). Here is the error:

ERROR: LoadError: UndefVarError: get_ylim not defined

Can anyone give me an example of getting the current ylim? Thanks!!