{"id":50659422,"url":"https://github.com/malbiruk/tidepool-theme","last_synced_at":"2026-06-08T01:08:09.883Z","repository":{"id":339075117,"uuid":"1160371990","full_name":"malbiruk/tidepool-theme","owner":"malbiruk","description":"A light, minimal plotting theme with soft coastal colors and serif typography","archived":false,"fork":false,"pushed_at":"2026-04-11T13:34:14.000Z","size":2036,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-11T15:24:30.124Z","etag":null,"topics":["matplotlib","plotly","plotting","seaborn","theme","visualization"],"latest_commit_sha":null,"homepage":"","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/malbiruk.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-17T21:30:26.000Z","updated_at":"2026-04-11T13:34:18.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/malbiruk/tidepool-theme","commit_stats":null,"previous_names":["malbiruk/tidepool-theme"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/malbiruk/tidepool-theme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malbiruk%2Ftidepool-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malbiruk%2Ftidepool-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malbiruk%2Ftidepool-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malbiruk%2Ftidepool-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/malbiruk","download_url":"https://codeload.github.com/malbiruk/tidepool-theme/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malbiruk%2Ftidepool-theme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34043839,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-07T02:00:07.652Z","response_time":124,"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":["matplotlib","plotly","plotting","seaborn","theme","visualization"],"created_at":"2026-06-08T01:08:09.788Z","updated_at":"2026-06-08T01:08:09.878Z","avatar_url":"https://github.com/malbiruk.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tidepool\n\nA light, minimal plotting theme with soft coastal colors and serif (or sans) typography.\nAvailable for both **matplotlib/seaborn** and **plotly**.\n\n## Gallery\n\n### Matplotlib / Seaborn\n\n![Matplotlib gallery](examples/images/mpl_gallery.png)\n\n### Plotly\n\n![Plotly gallery](examples/images/plotly_gallery.png)\n\n**[Interactive version](https://malbiruk.github.io/tidepool-theme/plotly_gallery.html)**\n\n## Installation\n\n```bash\npip install tidepool-theme\n```\n\nOr with specific backends only:\n\n```bash\npip install \"tidepool-theme[mpl]\"\npip install \"tidepool-theme[plotly]\"\npip install \"tidepool-theme[all]\"\n```\n\n## Usage\n\n### Matplotlib / Seaborn\n\n```python\nimport tidepool\ntidepool.set_mpl_style()\n\n# seaborn inherits the style automatically\nimport seaborn as sns\nsns.scatterplot(...)\n```\n\nPass `font=\"sans\"` for Inter instead of the default Source Serif 4.\n\n\u003e **Note:** calling `sns.set_theme()` after `set_mpl_style()` will override\n\u003e the style. Use seaborn plotting functions directly instead.\n\n### Plotly\n\n```python\nimport tidepool\ntidepool.set_plotly_template()\n\nimport plotly.express as px\nfig = px.scatter(...)  # uses tidepool template by default\n```\n\nPass `font=\"sans\"` for Inter instead of the default Source Serif Pro.\n\n## What's included\n\n- **Background:** `#fafafa` — light warm gray\n- **Fonts:** [Source Serif 4](https://github.com/adobe-fonts/source-serif) (default) and [Inter](https://github.com/rsms/inter) (opt-in via `font=\"sans\"`), both bundled under SIL Open Font License. Plotly uses Source Serif Pro / Inter via Google Fonts / system fallback.\n- **Color cycle:** 34 soft coastal tones starting with lightseagreen, lightsalmon, steelblue\n- **Colormaps:** `purpor` / `purpor_r` (sequential) and `tealrose` / `tealrose_r` (diverging), from [CARTOColors](https://carto.com/carto-colors/)\n- **Layout:** no grid, left+bottom spines only, clean axis lines\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalbiruk%2Ftidepool-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmalbiruk%2Ftidepool-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalbiruk%2Ftidepool-theme/lists"}