|
From: ChaoYue <cha...@gm...> - 2013-05-24 13:39:40
|
Hi Mat,
so you have two points in the TODO:
#TODO: #plot something on the left side of suplot 2 --> plt.plot(xx,yy,
marker = 'o', color = 'k') does not work
#change the y axis of suplot 2, on the right and on the left side
the first one, is this what you want?
left_ax.plot(xx,yy, marker = 'o', color = 'k')
the second one, I don't get well, are you meaning something like:
left_ax.set_ylim(....)?
cheers,
Chao
On Fri, May 24, 2013 at 2:36 PM, mat [via matplotlib] <
ml-...@n5...> wrote:
> Hi Chao,
>
> Please find attached the script which includes your 3 functions, and a
> plot that I've just made. The things I can't manage to do are listed in the
> TODO section (end of the script)
>
>
> Cheers,
> Mat
>
>
>
>
> 2013/5/24 ChaoYue [via matplotlib] <[hidden email]<http://user/SendEmail.jtp?type=node&node=41123&i=0>
> >
>
>> Hi, could you send an attachment to show what you've achieved so far?
>>
>> Chao
>>
>> ------------------------------
>> If you reply to this email, your message will be added to the
>> discussion below:
>>
>> http://matplotlib.1069221.n5.nabble.com/Is-it-possible-to-truncate-axes-in-matplotlib-tp41092p41122.html
>> To unsubscribe from Is it possible to truncate axes in matplotlib?, click
>> here.
>> NAML<http://matplotlib.1069221.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>>
>
>
> *truncated_plot.py* (11K) Download Attachment<http://matplotlib.1069221.n5.nabble.com/attachment/41123/0/truncated_plot.py>
>
>
> ------------------------------
> If you reply to this email, your message will be added to the discussion
> below:
>
> http://matplotlib.1069221.n5.nabble.com/Is-it-possible-to-truncate-axes-in-matplotlib-tp41092p41123.html
> To start a new topic under matplotlib - users, email
> ml-...@n5...
> To unsubscribe from matplotlib, click here<http://matplotlib.1069221.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=2&code=Y2hhb3l1ZWpveUBnbWFpbC5jb218MnwxMzg1NzAzMzQx>
> .
> NAML<http://matplotlib.1069221.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>
--
***********************************************************************************
Chao YUE
Laboratoire des Sciences du Climat et de l'Environnement (LSCE-IPSL)
UMR 1572 CEA-CNRS-UVSQ
Batiment 712 - Pe 119
91191 GIF Sur YVETTE Cedex
Tel: (33) 01 69 08 29 02; Fax:01.69.08.77.16
************************************************************************************
--
View this message in context: http://matplotlib.1069221.n5.nabble.com/Is-it-possible-to-truncate-axes-in-matplotlib-tp41092p41124.html
Sent from the matplotlib - users mailing list archive at Nabble.com. |