{"id":17095964,"url":"https://github.com/notmatthancock/random_piecewise_plot","last_synced_at":"2025-03-23T17:42:55.414Z","repository":{"id":81480717,"uuid":"50261104","full_name":"notmatthancock/random_piecewise_plot","owner":"notmatthancock","description":null,"archived":false,"fork":false,"pushed_at":"2016-05-20T11:08:06.000Z","size":187,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-28T23:44:36.629Z","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":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/notmatthancock.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-01-23T22:15:19.000Z","updated_at":"2016-01-23T22:32:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"cc7c66bd-9caf-4fa6-8172-8aed6686fc35","html_url":"https://github.com/notmatthancock/random_piecewise_plot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notmatthancock%2Frandom_piecewise_plot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notmatthancock%2Frandom_piecewise_plot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notmatthancock%2Frandom_piecewise_plot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notmatthancock%2Frandom_piecewise_plot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/notmatthancock","download_url":"https://codeload.github.com/notmatthancock/random_piecewise_plot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245144021,"owners_count":20568049,"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":[],"created_at":"2024-10-14T14:44:15.910Z","updated_at":"2025-03-23T17:42:55.378Z","avatar_url":"https://github.com/notmatthancock.png","language":"Python","readme":"Create random piecewise plots with Python. Dependencies are `matplotlib`, `numpy`, and `scipy`.\n\n### example1.py\n\n    import matplotlib.pyplot as plt\n    import random_piecewise_plot as rpp\n\n    fig = plt.figure()\n    ax  = fig.add_subplot(111)\n    rpp.random_piecewise_plot(ax, n_segments=3, degrees=[1,2,3], n_continuous=1, n_jump_holes=1)\n    plt.tight_layout()\n    plt.show()\n\n![](https://raw.githubusercontent.com/notmatthancock/random_piecewise_plot/master/example1.png)\n\n### example2.py\n\n    import matplotlib.pyplot as plt\n    import random_piecewise_plot as rpp\n\n    fig = plt.figure(figsize=(11,10))\n    for i in range(9):\n        ax  = fig.add_subplot(3,3,i+1)\n        rpp.random_piecewise_plot(ax)\n    plt.tight_layout()\n    plt.show()\n\n![](https://raw.githubusercontent.com/notmatthancock/random_piecewise_plot/master/example2.png)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotmatthancock%2Frandom_piecewise_plot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnotmatthancock%2Frandom_piecewise_plot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotmatthancock%2Frandom_piecewise_plot/lists"}