{"id":21466980,"url":"https://github.com/thiagodnf/bubble-chart-for-gnuplot","last_synced_at":"2025-10-03T19:36:35.410Z","repository":{"id":30226041,"uuid":"61723345","full_name":"thiagodnf/bubble-chart-for-gnuplot","owner":"thiagodnf","description":"This tool generates a bubble chart script for Gnuplot","archived":false,"fork":false,"pushed_at":"2023-10-06T23:40:37.000Z","size":1259,"stargazers_count":4,"open_issues_count":2,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-09T21:14:28.929Z","etag":null,"topics":["bubble-chart","chart","gnuplot"],"latest_commit_sha":null,"homepage":"https://bubble-chart-for-gnuplot.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thiagodnf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-06-22T13:57:50.000Z","updated_at":"2024-01-12T18:08:29.000Z","dependencies_parsed_at":"2023-01-11T15:37:16.774Z","dependency_job_id":null,"html_url":"https://github.com/thiagodnf/bubble-chart-for-gnuplot","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiagodnf%2Fbubble-chart-for-gnuplot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiagodnf%2Fbubble-chart-for-gnuplot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiagodnf%2Fbubble-chart-for-gnuplot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiagodnf%2Fbubble-chart-for-gnuplot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thiagodnf","download_url":"https://codeload.github.com/thiagodnf/bubble-chart-for-gnuplot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226017153,"owners_count":17560466,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["bubble-chart","chart","gnuplot"],"created_at":"2024-11-23T08:16:17.654Z","updated_at":"2025-10-03T19:36:35.313Z","avatar_url":"https://github.com/thiagodnf.png","language":"JavaScript","funding_links":["https://www.buymeacoffee.com/thiagodnf"],"categories":[],"sub_categories":[],"readme":"\n\u003cimg src=\"https://user-images.githubusercontent.com/114015/102698819-40daf980-420e-11eb-889d-550e1a44c253.png\" width=\"400px\"/\u003e\n\nGenerate gnuplot scripts for bubble charts\n\n[![GitHub Release](https://img.shields.io/github/release/thiagodnf/bubble-chart-for-gnuplot.svg)](https://github.com/thiagodnf/bubble-chart-for-gnuplot/releases/latest)\n[![GitHub contributors](https://img.shields.io/github/contributors/thiagodnf/bubble-chart-for-gnuplot.svg)](https://github.com/thiagodnf/bubble-chart-for-gnuplot/graphs/contributors)\n[![GitHub stars](https://img.shields.io/github/stars/thiagodnf/bubble-chart-for-gnuplot.svg)](https://github.com/almende/thiagodnf/bubble-chart-for-gnuplot)\n[![MIT Licence](https://badges.frapsoft.com/os/mit/mit.svg?v=103)](https://opensource.org/licenses/mit-license.php)\n[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)\n\n## Usage\n\nJust open https://bubble-chart-for-gnuplot.vercel.app\n\n## Screenshots\n\n\u003cimg class=\"screenshot\" src=\"https://user-images.githubusercontent.com/114015/102698977-66b4ce00-420f-11eb-837a-0de6c6feac8d.png\" /\u003e\n\n\n## Usage\n\nYou need to enter labels separated by \";\". Further quadrants, use the \"example\" option on app. Generate the script and run following command on terminal:\n\n```sh\n$ gnuplot script.gnu\n```\n\nNext, you can see some examples of generated results.\n\n#### One Quadrant\n\nThe following code generates a chart with one quadrant:\n\n```text\nRed;Circle;10\nWhite;Triangle;4\nRed;Triangle;8\nGreen;Ellipse;1\nBlue;Rectangle;15\n```\n\nThe result is:\n\n\u003cimg src=\"https://raw.githubusercontent.com/thiagodnf/bubble-chart-for-gnuplot/master/public/images/example_1.png\" /\u003e\n\n#### Two Quadrants\n\nSeparate the quadrant by using the \"#\" character. The following code generates a chart with two quadrants:\n\n```text\nRed;Circle;10\nWhite;Triangle;4\nRed;Triangle;8\nGreen;Ellipse;1\nBlue;Rectangle;15\n#\nGold;Circle;6\nSilver;Rectangle;2\nSilver;Triangle;7\nIron;Triangle;9\nTitanium;Rectangle;1\n```\n\nThe result is:\n\n![alt tag](https://raw.githubusercontent.com/thiagodnf/bubble-chart-for-gnuplot/master/public/images/eample%20_2.png)\n\n#### Four Quadrants\n\nSeparate the quadrant by using the \"#\" character. The following code generates a chart with two quadrant:\n\n```\nRed;Circle;10\nWhite;Triangle;4\nRed;Triangle;8\nGreen;Ellipse;1\nBlue;Rectangle;15\n#\nGold;Circle;6\nSilver;Rectangle;2\nSilver;Triangle;7\nIron;Triangle;9\nTitanium;Rectangle;1\n#\nRed;Circle;10\nWhite;Triangle;4\nRed;Triangle;8\nGreen;Ellipse;1\nBlue;Rectangle;15\n#\nGold;Circle;6\nSilver;Rectangle;2\nSilver;Triangle;7\nIron;Triangle;9\nTitanium;Rectangle;1\n```\n\nThe result is:\n\n![Screen Shot 2020-12-21 at 9 08 42 PM](https://user-images.githubusercontent.com/114015/102840369-b7275980-43d0-11eb-94d3-0ed9cf4c110a.png)\n\n## For Developers\n\nTo run this project, run the following command:\n\n```sh\nnpm run dev\n```\n\nIf you want to commit some changes, run the following command:\n\n```sh\nnpm run lint-fix\n```\n\n## Q\u0026A\n\n* How can I increase the circle size?\n\n    * Use the SCALE option to increase or decrease the circle size.\n\n## Questions or Suggestions\n\nFeel free to create \u003ca href=\"https://github.com/thiagodnf/bubble-chart-for-gnuplot/issues\"\u003eissues\u003c/a\u003e here as you need\n\n## Contribute\n\nContributions to the this project are very welcome! We can't do this alone! Feel free to fork this project, work on it and then make a pull request.\n\n## Authors\n\n* **Thiago Ferreira** - *Initial work*\n\nSee also the list of [contributors](https://github.com/thiagodnf/bubble-chart-for-gnuplot/graphs/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details\n\n## Donate\n\nI open-source almost everything I can, and I try to reply to everyone needing help using these projects. Obviously, this takes time. You can integrate and use these projects in your applications for free! You can even change the source code and redistribute (even resell it).\n\nHowever, if you get some profit from this or just want to encourage me to continue creating stuff, there are few ways you can do it:\n\n\u003ca href=\"https://www.buymeacoffee.com/thiagodnf\" target=\"_blank\"\u003e\n  \u003cimg src=\"https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg\" alt=\"Buy Me A Coffee\"\u003e\n\u003c/a\u003e\n\u003cbr/\u003e\n\u003cbr/\u003e\nThanks! ❤️\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthiagodnf%2Fbubble-chart-for-gnuplot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthiagodnf%2Fbubble-chart-for-gnuplot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthiagodnf%2Fbubble-chart-for-gnuplot/lists"}