I've used pydroid's pup to install latex, and have matplotlib, but I can't find any documentation on whether it's even possible to use latex when creating plots with pydroid.
The key error I get is: FileNotFoundError: [Errno 2] No such file or directory: 'latex'
But python still knows to look for Tex bc:
RuntimeError: Failed to process string with tex because latex could not be found
So do I just have an interpreter but not latex itself? What do I need?