[a,b,c,d] = 1,2,3,4

ast nomail at invalid.com
Tue Aug 25 11:18:39 EDT 2015


"Joel Goldstick" <joel.goldstick at gmail.com> a écrit dans le message de 
news:mailman.27.1440515128.11709.python-list at python.org...
> On Tue, Aug 25, 2015 at 10:32 AM, Cody Piersall <cody.piersall at gmail.com> wrote:
>>
>>
>> On Tue, Aug 25, 2015 at 9:16 AM, ast <nomail at invalid.com> wrote:

>
> The original example is one I haven't seen in the wild.

I found it using matplotlib

import numpy as np
import matplotlib.pyplot as plt

f, (ax1, ax2) = plt.subplots(2, 1, sharex=True)







More information about the Python-list mailing list