Skip to content

Commit 27181c4

Browse files
authored
DOC Updating Branding Guidelines (scikit-learn#24241)
1 parent 0194422 commit 27181c4

File tree

2 files changed

+33
-24
lines changed

2 files changed

+33
-24
lines changed

doc/logos/README.md

Lines changed: 33 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,61 @@
1-
# scikit-learn Branding
1+
# scikit-learn Brand Guidelines
2+
3+
This section contains information around scikit-learn's brand standards and the use of scikit-learn assets. The purpose of these guidelines are to ensure the scikit-learn logo remains consistent and recognizable across all uses and communications. These guidelines also provide a common language for referring to the logos and their components.
24

3-
This section contains scikit-learn's branding standards.
45
File types:
56
- `PNG` is a higher-quality compression format; size of file is generally larger
67
- `ICO` file format refers to an image file format that contains small size computer icon images
78
- `SVG` Scalable Vector Graphics (SVG) are an XML-based markup language for describing two-dimensional based vector graphics. They can be created and edited with any text editor or with drawing software.
89

10+
[Brand Name](/doc/logos/README.md#brand-name) | [Color Palette](/doc/logos/README.md#color-palette) | [Typography](/doc/logos/README.md#typography) | [Logos](/doc/logos/README.md#logos)
11+
912
---
13+
<br>
1014

11-
# scikit-learn: Font, Colors & Logos
15+
## Brand Name
16+
The official name of the package is __scikit-learn__. Do not abbreviate or otherwise alter the name. Always spell ‘scikit’ with a lowercase ‘s’.
1217

13-
## scikit-learn Font
14-
- "scikit": Helvetica Neue
15-
- "learn": Script MT
1618

17-
## scikit-learn Color Palette
19+
## Color Palette
20+
1821
![#29ABE2 Cyan](brand_colors/colorswatch_29ABE2_cyan.png) `RGB 41/171/226 | HEX #29ABE2 | scikit-learn Cyan` | More info: [#29ABE2](https://www.color-hex.com/color/29abe2)
1922

2023
![#F7931E Orange](brand_colors/colorswatch_F7931E_orange.png) `RGB 247/147/30 | HEX #F7931E | scikit-learn Orange` | More info: [#F7931E](https://www.color-hex.com/color/f7931e)
2124

2225
![#9B4600 Brown](brand_colors/colorswatch_9B4600_brown.png) `RGB 155/70/0| HEX #9B4600 | scikit-learn Brown` | More info: [#9B4600](https://www.color-hex.com/color/9b4600)
2326

24-
## scikit-learn Logos
2527

26-
### Logo 1
27-
- File type: PNG
28-
- File size: 49 KB (1280 x 689 px)
29-
- File name: [1280px-scikit-learn-logo.png](https://github.com/scikit-learn/scikit-learn/blob/main/doc/logos/1280px-scikit-learn-logo.png)
28+
## Typography
29+
The following typeface is used in the logo:
30+
- "scikit": Helvetica Neue
31+
- "learn": Script MT
32+
33+
34+
## Logos
35+
You may highlight or reference your work with scikit-learn by using one of the logos provided below. Any use must abide by the Logo Integrity Standards defined below.
3036

31-
<img src="1280px-scikit-learn-logo.png" width="250px">
37+
| | |
38+
| - | - |
39+
| <img src="1280px-scikit-learn-logo.png" height="100px"> | __Logo 1__ <br> File type: PNG <br> File size: 49 KB (1280 x 689 px) <br> File name: [1280px-scikit-learn-logo.png](https://github.com/scikit-learn/scikit-learn/blob/main/doc/logos/1280px-scikit-learn-logo.png) |
40+
| <img src="favicon.ico" height="100px"> | __Logo 2__ <br> File type: ICO <br> File size: 2 KB (32 x 32 px) <br> File name: [favicon.ico](https://github.com/scikit-learn/scikit-learn/blob/main/doc/logos/favicon.ico) |
41+
| <img src="scikit-learn-logo-without-subtitle.svg" height="100px"> | __Logo 3__ <br> File type: SVG <br> File size: 5 KB <br> File name: [scikit-learn-logo-without-subtitle.svg](https://github.com/scikit-learn/scikit-learn/blob/main/doc/logos/scikit-learn-logo-without-subtitle.svg) |
42+
| <img src="scikit-learn-logo.svg" height="200px"> | __Logo 4__ <br> File type: SVG <br> File size: 4.59 KB <br> File name: [scikit-learn-logo.svg](https://github.com/scikit-learn/scikit-learn/blob/main/doc/logos/scikit-learn-logo.svg) |
3243

3344
<br>
3445

35-
### Logo 2
36-
- File type: ICO
37-
- File size: 2 KB (32 x 32 px)
38-
- File name: [favicon.ico](https://github.com/scikit-learn/scikit-learn/blob/main/doc/logos/favicon.ico)
3946

40-
<img src="favicon.ico" width="100px">
47+
### Logo Integrity Standards
4148

42-
<br>
49+
- __Minimum Size:__ For consistent legibility, please do not display the scikit-learn logo at less than 50px wide.
50+
- __Scale:__ Ensure any logos used are scaled proportionally. Stretched, compressed, or otherwise distorted versions of the logo should not be displayed.
51+
52+
- __Clear Space:__ To ensure the logo is clearly visible in all uses, surround it with a sufficient amount of clear space that is free of type, graphics, and other elements that might cause visual clutter. Do not overlap or obscure the logo with text, images, or other elements. The image below demonstrates the suggested amount of clear space margins to use around the logo. <br> <center><img src="brand_guidelines/scikitlearn_logo_clearspace_updated.png" width="250px"></center>
53+
54+
- __Colors:__ Only use logos in the approved color palette defined above. Do not recolor the logo.
55+
- __Typeface:__ Do not change the typeface used in the logo.
56+
- __No Modification:__ Do not attempt recreate or otherwise modify the scikit-learn logo.
4357

44-
### Logo 3
45-
- File type: SVG
46-
- File size: 5 KB
47-
- File name: [scikit-learn-logo-without-subtitle.svg](https://github.com/scikit-learn/scikit-learn/blob/main/doc/logos/scikit-learn-logo-without-subtitle.svg)
4858

49-
<img src="scikit-learn-logo-without-subtitle.svg" width="250px">
5059

5160
---
5261

102 KB
Loading

0 commit comments

Comments
 (0)