次のコマンドを使用すると
p = ggplot(aes(x='DTM',y='TMP1'), data=data)
次のエラーが表示されます
NameError: name 'aes' is not defined
私たちを手伝ってくれますか?
次のコマンドを使用すると
p = ggplot(aes(x='DTM',y='TMP1'), data=data)
次のエラーが表示されます
NameError: name 'aes' is not defined
私たちを手伝ってくれますか?