Xithrius / Xythrion

Discord graphing bot.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graphs

Xithrius opened this issue · comments

This is where things are actually complex.

First:

  • get a general plotting function working.

What to plot? (all assumed to be only used by trusted users)

  • Images
    • Bars of different colors
  • User inputs
    • Points
    • CSV files

Use numpy.random.normal for distribution of plot points in math expression graphing. sympy.simpify for evaluation, one of the solutions here for sanitation, and a memory limit.

Bot and graph creation should be separated. Discord.py for bot and FastAPI for graphing.