How to see Arduino IDE Serial Plotter on a TFT 1.8" Display?

Hello everyone. I'm making a project using the Arduino Uno microcontroller. I want to implement a 1.8" TFT display that I ordered on the Internet to the system... does anyone know how to see the Arduino IDE Serial Plotter on the display? I'm using an accelerometer... thanks

@baluxino06

map() the input values to fit on the display, either with parallel or stacked traces.

Similar to this:

Here's a sandbox you can tinker with until you get your hardware...

I will bet that any TFT library you use will have relevant examples; if not, pick another library.