Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Plotting issue Matplotlib
Post: Plotting issue Matplotlib

fig = plt.figure() # create figure ax0 = fig.add_subplot(1, 2, 1) # add subplot 1 (1 row, 2 columns, first plot) ax1 = fig.add_subplot(1, 2, 2) # add subplot 2 (1 row, 2 columns, second plot). See ti...
garam0 Data Science 0 1,537 May-23-2020, 12:11 AM
    Thread: Trying to get unique words from a set of strings
Post: RE: Trying to get unique words from a set of strin...

thank you all for your help!
garam0 General Coding Help 5 5,168 Apr-15-2020, 06:24 PM
    Thread: Trying to get unique words from a set of strings
Post: Trying to get unique words from a set of strings

when I execute the following code I get ['red', 'pink', 'red', 'white', 'blue']. I cannot understand why there are 2 'red' words. Can someone help me with this? string ='red,red,white,white,pink,blue...
garam0 General Coding Help 5 5,168 Apr-15-2020, 02:46 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020