I am just trying to plot a simple wordcloud of grades which has a grade string, say, grade='DBBBDBEFBFFASBCBABCCSBCAABBCBACDBFDBAFDAACAFAACABBFABCBAACF' when I plot it using, >>wordcloud(grade)/re> the function removes all Grade A information. How do I include the grade A in the plot?
Kshitij Singh answered .
2025-11-20
grade='DBBBDBEFBFFASBCBABCCSBCAABBCBACDBFDBAFDAACAFAACABBFABCBAACF' wordcloud(categorical(cellstr(grade')))
