Skip to content

Commit b03c231

Browse files
committed
resolved issue #3 and updated ylim code to bottom and top instead of ymin and ymax
1 parent 6f9d240 commit b03c231

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

3-Sentiment-Analysis.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227
" plt.plot(polarity_transcript[index])\n",
228228
" plt.plot(np.arange(0,10), np.zeros(10))\n",
229229
" plt.title(data['full_name'][index])\n",
230-
" plt.ylim(ymin=-.2, ymax=.3)\n",
230+
" plt.ylim(bottom=-.2, top=.3)\n",
231231
" \n",
232232
"plt.show()"
233233
]
@@ -285,7 +285,7 @@
285285
"name": "python",
286286
"nbconvert_exporter": "python",
287287
"pygments_lexer": "ipython3",
288-
"version": "3.6.2"
288+
"version": "3.8.5"
289289
},
290290
"toc": {
291291
"nav_menu": {},

0 commit comments

Comments
 (0)