1

I'm just learning to code. I use Pydroid on my tablet running Android 11. When I try to save a graphic drawn with plot() method, this IDE proposes to save a file to that directory:

/data/user/0/ru.iiec.pydroid3/app_HOME.

But I'm not able to find such a directory on my tablet. How can I find it or am I obliged to save files with savefig() method?

Thank you

P.S. Where does savefig() method save figures if I don't precise the path? (it doesn't appear in the same dossier where is my .py file) 

AxterD
  • 33
  • 5

1 Answers1

0

The simple fix would be to save the code in a folder inside internal storage. The complicated fix : You need superuser privilege to access /data partition.

nassim
  • 1,547
  • 1
  • 14
  • 26
karthik nair
  • 134
  • 1
  • 9