Skip to content

Latest commit

 

History

History
55 lines (32 loc) · 2 KB

visualization.md

File metadata and controls

55 lines (32 loc) · 2 KB

Visualization

Graphs make life pretty.

Python Libraries

See the Python doc's Data Visualization section.

Colours

Hex Colour Chart Sites

For customization, especially in chart visualizations rather than icon-based Diagrams-as-Code, or when changing background colours:

https://www.rapidtables.com/web/color/RGB_Color.html

https://htmlcolorcodes.com/

Detecting Colours - ColorZilla

You can pick the colour of an image or logo off a web page using ColorZilla.

Install the Chrome extension or Firefox extension and then just click the extension icon, picker and choose an icon or image or area from the web page.

For example, I used this to find out the exact yellow colour of the Miro.com logo as FEDD33.

This would be hard to determine by guessing the colour, and if you just picked the generic yellow colour it would come out as this:

Miro

Whereas with the hex colour detection of the exact hex code of FEDD33 it comes out as this, which is a very diffferent yellow:

Miro

Terminal Colors Programs

I wrote a couple programs to show basic colours on the terminal background vs foreground:

HariSekhon/DevOps-Golang-tools - colors.go

HariSekhon/DevOps-Perl-tools - colors.pl