You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
viz = drawable.Drawable(plt.figure(figsize=(10, 2)))
59
-
paragraph ="""Anthony Lopes is a Portuguese professional footballer who plays for Olympique Lyonnais as a goalkeeper. He came through the youth ranks at Lyon, being called to the first team in 2011 and making his debut the following year."""
viz.set_title('Profile: Anthony Lopes', loc='left')
63
-
viz.set_caption("""Wikipedia is a useful repository to get more information about anything. Below is an excerpt from the Wikipedia profile of footballer Anthony Lopes.""")
viz = drawable.Drawable(plt.figure(figsize=(10, 2)))
59
+
paragraph ="""Anthony Lopes is a Portuguese professional footballer who plays for Olympique Lyonnais as a goalkeeper. He came through the youth ranks at Lyon, being called to the first team in 2011 and making his debut the following year."""
viz.set_title('Profile: Anthony Lopes', loc='left')
63
+
viz.set_caption("""Wikipedia is a useful repository to get more information about anything. Below is an excerpt from the Wikipedia profile of footballer Anthony Lopes.""")
64
+
plt.show()
65
65
```
66
66
67
67

0 commit comments