From 9d7edd3e97a223adc31a23dd668c760d9297a401 Mon Sep 17 00:00:00 2001 From: James Day Date: Wed, 11 Feb 2026 09:03:15 +0000 Subject: [PATCH 1/3] Update README to use urls for images so it renders on pypi. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 36dfcb1..e58390e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Title](docs/title_logo.svg) +![Title](https://raw.githubusercontent.com/jday1/plotlylogomaker/main/docs/title_logo.svg) The repository for plotlylogomaker. A python project for making logos in plotly similar to [logomaker](https://github.com/jbkinney/logomaker/tree/master/logomaker). plotlylogomaker is inspired by the work of Kevin Kovalchik which is available on [GitHub](https://github.com/kevinkovalchik/Plotly-Logo). @@ -84,17 +84,17 @@ fig.write_image(PLOTLYLOGOMAKER_PATH / "singleplot_negative_frequencies.svg")
Single Plot Logo example -![Single Plot Logo example](docs/single_plot_example.svg) +![Single Plot Logo example](https://raw.githubusercontent.com/jday1/plotlylogomaker/main/docs/single_plot_example.svg)
Subplot Logo example -![Subplot Logo example](docs/subplot_example.svg) +![Subplot Logo example](https://raw.githubusercontent.com/jday1/plotlylogomaker/main/docs/subplot_example.svg)
Single Plot Logo with negative frequencies example -![Single Plot Logo with negative frequencies example](docs/singleplot_negative_frequencies.svg) +![Single Plot Logo with negative frequencies example](https://raw.githubusercontent.com/jday1/plotlylogomaker/main/docs/singleplot_negative_frequencies.svg)
## Color Schemes From aedab938d9d031f1a4e767f126ff1dcff5f5d9cc Mon Sep 17 00:00:00 2001 From: James Day Date: Wed, 11 Feb 2026 09:07:07 +0000 Subject: [PATCH 2/3] Update README to use urls for images so it renders on pypi. --- README.md | 7 +++---- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e58390e..75fe718 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ![Title](https://raw.githubusercontent.com/jday1/plotlylogomaker/main/docs/title_logo.svg) -The repository for plotlylogomaker. A python project for making logos in plotly similar to [logomaker](https://github.com/jbkinney/logomaker/tree/master/logomaker). -plotlylogomaker is inspired by the work of Kevin Kovalchik which is available on [GitHub](https://github.com/kevinkovalchik/Plotly-Logo). +A python project for making logos in plotly similar to [logomaker](https://github.com/jbkinney/logomaker/tree/master/logomaker). +plotlylogomaker is inspired by the work of [Kevin Kovalchik](https://github.com/kevinkovalchik/Plotly-Logo). ## Example @@ -105,5 +105,4 @@ Three color schemes are defined in plotlylogomaker.color: - Chemical Groups - Nucleotides -One can define their own color scheme using the plotlylogomaker.color.ColorScheme class. -Currently, all alphabet letters can be used as keys. \ No newline at end of file +Users can define custom color schemes via the plotlylogomaker.color.ColorScheme class, where alphabet letters serve as the keys. \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 01f7867..1d8779e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "plotlylogomaker" -version = "0.1.0" +version = "0.1.1" description = "A python project for making logos in plotly." readme = "README.md" requires-python = "<3.15,>=3.11" From e000ed120821caa4b6f0ce883e081ab97a4ab389 Mon Sep 17 00:00:00 2001 From: James Day Date: Wed, 11 Feb 2026 09:11:38 +0000 Subject: [PATCH 3/3] Revert version. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1d8779e..01f7867 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "plotlylogomaker" -version = "0.1.1" +version = "0.1.0" description = "A python project for making logos in plotly." readme = "README.md" requires-python = "<3.15,>=3.11"