numbering of x axis

on these pictures you can see that the x-axe-numbering is truncated
i tryed
'''
fig.tight_layout() # to nicely fit the subplot(s) in the figure
'''
but the picture gets a too large white band around
i would like just to increase the margin under the figure so that the x numbering be visible
how to do it ?
i spend time on http://matplotlib.org/api/pyplot_api.html but dont always find what i am looking for
thanks
        ???
                  Vincent Douce
               :=: Mathoscope :=:
             http://mathoscope.xyz
                 06?13?11?07?26
          Bagn?res de Bigorre 65200

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-users/attachments/20171213/1cf988cd/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 11_exo_A.png
Type: image/png
Size: 5357 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/matplotlib-users/attachments/20171213/1cf988cd/attachment-0006.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 4_exo_C.png
Type: image/png
Size: 3958 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/matplotlib-users/attachments/20171213/1cf988cd/attachment-0007.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 11C_corr.png
Type: image/png
Size: 3073 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/matplotlib-users/attachments/20171213/1cf988cd/attachment-0008.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 4_exo_B.png
Type: image/png
Size: 3644 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/matplotlib-users/attachments/20171213/1cf988cd/attachment-0009.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 4_exo_A.png
Type: image/png
Size: 4493 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/matplotlib-users/attachments/20171213/1cf988cd/attachment-0010.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 11_exo_B.png
Type: image/png
Size: 5695 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/matplotlib-users/attachments/20171213/1cf988cd/attachment-0011.png>

Hi Vincent,

Would

fig.tight_layout(pad=0.0)

be of any help? See for example
http://matplotlib.org/api/_as_gen/matplotlib.figure.Figure.html?#matplotlib.figure.Figure.tight_layout
for the parameters that `tight_layout` accepts.

Adrien

···

On 12/13/2017 10:50 AM, Vincent Douce Mathoscope wrote:

on these pictures you can see that the x-axe-numbering ?is truncated
i tryed
'''
fig.tight_layout() ?# to nicely fit the subplot(s) in the figure
'''
but the picture gets a too large white band around
i would like just to increase the margin under the figure so that the x
numbering be visible
how to do it ?
i spend time on http://matplotlib.org/api/pyplot_api.html but dont
always find what i am looking for
thanks
? ? ? ? ???
? ? ? ? ? ? ? ? ? Vincent Douce
? ? ? ? ? ? ? ?:=: Mathoscope?:=:
http://mathoscope.xyz
? ? ? ? ? ? ? ? ?06?13?11?07?26
? ? ? ? ? Bagn?res de Bigorre 65200

_______________________________________________
Matplotlib-users mailing list
Matplotlib-users at python.org
Matplotlib-users Info Page

thanks Adrien
wonderful
Vincent

Le 13 d?c. 2017 ? 20:05, vincent.adrien at gmail.com a ?crit :

Hi Vincent,

Would

fig.tight_layout(pad=0.0)

be of any help? See for example http://matplotlib.org/api/_as_gen/matplotlib.figure.Figure.html?#matplotlib.figure.Figure.tight_layout for the parameters that `tight_layout` accepts.

Adrien

on these pictures you can see that the x-axe-numbering is truncated
i tryed
'''
fig.tight_layout() # to nicely fit the subplot(s) in the figure
'''
but the picture gets a too large white band around
i would like just to increase the margin under the figure so that the x numbering be visible
how to do it ?
i spend time on http://matplotlib.org/api/pyplot_api.html but dont always find what i am looking for
thanks
        ???
                  Vincent Douce
               :=: Mathoscope :=:
http://mathoscope.xyz
                 06?13?11?07?26
          Bagn?res de Bigorre 65200
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users at python.org
Matplotlib-users Info Page

        ???
                  Vincent Douce
               :=: Mathoscope :=:
             http://mathoscope.xyz
                 06?13?11?07?26
          Bagn?res de Bigorre 65200

···

On 12/13/2017 10:50 AM, Vincent Douce Mathoscope wrote: