Came up with better names for axes (language comparison).
This commit is contained in:
@@ -208,8 +208,8 @@
|
||||
" if saveto is not None:\n",
|
||||
" plt.savefig(saveto, bbox_inches='tight')\n",
|
||||
" pass\n",
|
||||
"key_x = \"Have Worked With\"\n",
|
||||
"key_y = \"Want To Use and Have Used Difference\"\n",
|
||||
"key_x = \"Users\"\n",
|
||||
"key_y = \"Potential '\\u0394'Users\"\n",
|
||||
"df1 = pd.DataFrame(l1.items(), columns=['Language', key_x])\n",
|
||||
"df2 = pd.DataFrame(motiv_diff.items(), columns=['Language', key_y])\n",
|
||||
"# chatgpt tells me how to combine df\n",
|
||||
|
Reference in New Issue
Block a user