{"id":15359088,"url":"https://github.com/santisoler/viridis_cmap","last_synced_at":"2025-08-25T01:32:10.576Z","repository":{"id":86165724,"uuid":"73088562","full_name":"santisoler/viridis_cmap","owner":"santisoler","description":"Simple PIP package to use viridis colormap in matplotlib 1.4","archived":false,"fork":false,"pushed_at":"2016-11-07T15:00:35.000Z","size":58,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-25T19:42:13.192Z","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-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/santisoler.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-11-07T14:52:00.000Z","updated_at":"2018-08-04T19:45:26.000Z","dependencies_parsed_at":"2023-03-13T08:43:45.865Z","dependency_job_id":null,"html_url":"https://github.com/santisoler/viridis_cmap","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"c0d764ae27f1b85994c0acbdf0a3b5eff622ebee"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/santisoler/viridis_cmap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santisoler%2Fviridis_cmap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santisoler%2Fviridis_cmap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santisoler%2Fviridis_cmap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santisoler%2Fviridis_cmap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/santisoler","download_url":"https://codeload.github.com/santisoler/viridis_cmap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santisoler%2Fviridis_cmap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271991105,"owners_count":24854706,"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","status":"online","status_checked_at":"2025-08-24T02:00:11.135Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-10-01T12:43:47.552Z","updated_at":"2025-08-25T01:32:10.554Z","avatar_url":"https://github.com/santisoler.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# viridis_cmap\nSimple PIP package to use viridis colormap in matplotlib 1.4\n\n# How to install\nClone the repository:\n\n    git clone https://www.github.com/santis19/viridis_cmap\n\nthen install the package with PIP:\n\n    cd viridis_cmap\n    sudo pip install .\n\nDone! You are ready to use it.\n\n# How to use viridis colormap\nJust import the colormap in Python as follows:\n\n    from viridis_cmap.cmaps import viridis\n\nExample:\n\n    import numpy as np\n    import matplotlib.pyplot as plt\n    from viridis_cmap.cmaps import viridis\n    \n    x = np.linspace(-1.0, 1.0, 101)\n    x, y = np.meshgrid(x, x)\n    z = x**2 + y**2\n    \n    \n    plt.contourf(x, y, z, 15, cmap=viridis)\n    plt.colorbar()\n    plt.axes().set_aspect(\"equal\")\n    plt.show()\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsantisoler%2Fviridis_cmap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsantisoler%2Fviridis_cmap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsantisoler%2Fviridis_cmap/lists"}