{"id":21017092,"url":"https://github.com/imakebotsforyou/python_graph_plotter","last_synced_at":"2026-04-22T18:31:39.701Z","repository":{"id":133536087,"uuid":"312526004","full_name":"IMakeBotsForYou/python_graph_plotter","owner":"IMakeBotsForYou","description":"Plots graphs in python console","archived":false,"fork":false,"pushed_at":"2020-11-21T08:19:30.000Z","size":276,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-27T03:47:10.476Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IMakeBotsForYou.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-13T09:09:09.000Z","updated_at":"2020-11-16T06:06:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"8169c42c-28d4-431c-9f1c-239a8656d0bd","html_url":"https://github.com/IMakeBotsForYou/python_graph_plotter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IMakeBotsForYou/python_graph_plotter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IMakeBotsForYou%2Fpython_graph_plotter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IMakeBotsForYou%2Fpython_graph_plotter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IMakeBotsForYou%2Fpython_graph_plotter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IMakeBotsForYou%2Fpython_graph_plotter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IMakeBotsForYou","download_url":"https://codeload.github.com/IMakeBotsForYou/python_graph_plotter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IMakeBotsForYou%2Fpython_graph_plotter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32149395,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T17:06:48.269Z","status":"ssl_error","status_checked_at":"2026-04-22T17:06:19.037Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-19T10:17:54.147Z","updated_at":"2026-04-22T18:31:39.679Z","avatar_url":"https://github.com/IMakeBotsForYou.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- PROJECT LOGO --\u003e\n\u003cbr /\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"images/icon.png\" alt=\"Logo\" width=\"80\" height=\"80\"\u003e\n  \u003ch3 align=\"center\"\u003eDan's Plotter\u003c/h3\u003e\n  \u003cp align=\"center\"\u003e\n    Multi-graph plotter\n  \u003c/p\u003e\n\u003c/p\u003e\n\n\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n## Table of Contents\n\n* [About the Project](#about-the-project)\n  * [Built With](#built-with)\n* [Getting Started](#getting-started)\n* [Usage](#usage)\n  * [Parser](#parser)\n* [Contributing](#contributing)\n* [Acknowledgements](#acknowledgements)\n\n\n\n\u003c!-- ABOUT THE PROJECT --\u003e\n## About The Project\n\nThis was a homework assignment given in Cyber Class, to plot a graph given a function using eval in python.\n\n### Built With\nBoth of these editors were used in the creation of this project:\n* [Pycharm](https://www.jetbrains.com/pycharm/)\n* [Atom Editor](https://atom.io/)\n\n\n\u003c!-- GETTING STARTED --\u003e\n## Getting Started\n\nDownload the file, open in pycharm, and run.\n\n### Prerequisites\nNeeded to run:\n* [Pycharm](https://www.jetbrains.com/pycharm/)\n* [3.x Python](https://www.python.org/downloads/)\n\n\u003c!-- USAGE EXAMPLES --\u003e\n## Usage\n\n### Options\n * Amount of graphs (int)\n * f(x) =  The graph (string)\n * Custom range: y/N (default n)\n * Use scaling: Zoom Out/In (y/N)\n### Parser\nThe parser built in to this plotter can parse things like:\n5cos(5x)9(-4x+1) =\u003e 5\\*cos(5\\*(x))\\*9\\*(-4\\*(x)+1)\n\u003cbr\u003e\n\u003c/br\u003e\n(2x-1)(1-2x)     =\u003e (2\\*(x)-1)\\*(1-2\\*(x))\n \nExamples of valid input are (firs image before scaling option was added):\n\u003cimg src=\"https://github.com/IMakeBotsForYou/python_graph_plotter/blob/main/images/graph_example1.png?raw=true\" alt=\"ex1\"\u003e\n\u003cimg src=\"https://github.com/IMakeBotsForYou/python_graph_plotter/blob/main/images/fixed_graph_2.png?raw=true\" alt=\"ex2\"\u003e\n\u003cimg src=\"https://github.com/IMakeBotsForYou/python_graph_plotter/blob/main/images/graph_example3.png?raw=true\" alt=\"ex3\"\u003e\n\n\u003c!-- ROADMAP --\u003e\n## Roadmap\n\n\u003c!-- See the [open issues](https://github.com/othneildrew/Best-README-Template/issues) for a list of proposed features (and known issues). --\u003e\n\n\n\n\u003c!-- CONTRIBUTING --\u003e\n## Contributing\n\nContributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimakebotsforyou%2Fpython_graph_plotter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimakebotsforyou%2Fpython_graph_plotter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimakebotsforyou%2Fpython_graph_plotter/lists"}