Skip to content

Commit 67bab59

Browse files
Update doc/python/cufflinks.md
Co-Authored-By: Emmanuelle Gouillart <emma@plot.ly>
1 parent 031f6cd commit 67bab59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: doc/python/cufflinks.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ import pandas as pd
5151
import numpy as np
5252

5353
df = pd.DataFrame(np.random.randn(1000, 2), columns=['A', 'B']).cumsum()
54-
fig = df.iplot(asFigure=True, xTitle="The X Axis", yTitle="The Y Axis", title="The Figure Title")
54+
fig = df.iplot(asFigure=True, xTitle="The X Axis",
55+
yTitle="The Y Axis", title="The Figure Title")
5556
fig.show()
5657
```
5758

0 commit comments

Comments
 (0)