Skip to content

Conversation

@PPraneesh
Copy link

Pull Request: Add Graph Plotting Program in C

Description:

Hello maintainers!

I'm excited to submit this pull request, which adds a simple Graph Plotting program in C to the repository. This program allows users to visualize quadratic equations in the form of y = ax^2 + bx + c by generating an ASCII art representation of the graph.

Changes Made:

  • Added a new C program for graph plotting.
  • The program prompts the user to input coefficients (a, b, c) for a quadratic equation.
  • It then calculates and displays an ASCII art representation of the quadratic graph.

How to Use:

  • Compile the program using a C compiler (e.g., gcc).
  • Run the compiled program.
  • Enter the coefficients (a, b, c) when prompted.
  • The program will display the graph of the corresponding quadratic equation.

Screenshots/Visuals:

Screeshot of the output

Checklist:

  • I have tested the program to ensure it works as intended.
  • There are no linting errors or warnings.

Additional Information:

This program is intended to be a beginner-friendly tool for visualizing quadratic equations. Users can easily understand and interact with it to explore the behavior of quadratic functions.

Thank you for considering my contribution! I look forward to your feedback and suggestions for improvement.

Best regards,
Praneesh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant