/plotting_tool

I've done this project in 2017 to plot graphs

Primary LanguageC++

plotting_tool

I did this project in 2017 to plot graphs

This is the final version of the program. To plot new functions you need to modify the program and compile it. I was young so do not expect much from this project.

Here are some examples: First example displays graphs:

  • #fa240c y = sin(x)
  • #86fc17 y = 1/2 * sin(x + π/4) First example Second example displays graphs:
  • #e031d5 y = -sin(x)
  • #e031d5 y = -tan(x)
  • #86fc17 y = cos(x)
  • #8c520f y = -cos(x) Second examle