BeaLeydier / researched-pdp-toolkit

Using Postsecondary Data Partnership (PDP) Analysis Ready (AR) Files to Understand Patterns of Success Among CTE Students
2 stars 0 forks source link

Add color palette help in the instructions #8

Closed BeaLeydier closed 4 months ago

BeaLeydier commented 4 months ago

See this website : https://www.w3schools.com/html/tryit.asp?filename=tryhtml_color_rgb

with the following code block


<!DOCTYPE html>
<html>
<body>

<h1 style="background-color:rgb(51, 34, 136);">blue</h1>
<h1 style="background-color:rgb(68, 170, 153);">teal</h1>
<h1 style="background-color:rgb(136, 34, 85);">mauve</h1>
<h1 style="background-color:rgb(170, 136, 187);">soft lavender</h1>
<h1 style="background-color:rgb(187, 119, 85);">pathway1</h1>
<h1 style="background-color:rgb(204, 136, 68);">pathway2</h1>
<h1 style="background-color:rgb(221, 153, 19);">pathway3</h1>
<h1 style="background-color:rgb(238, 187, 153);">pathway4</h1>

</body>
</html>
BeaLeydier commented 4 months ago

plus this help file https://repec.sowi.unibe.ch/stata/palettes/getting-started.html

BeaLeydier commented 4 months ago

to create your own named colors: https://www.ssc.wisc.edu/soc/racepoliticsjustice/2017/06/17/stata-code-for-designing-custom-graph-colors/

BeaLeydier commented 4 months ago

create the file in a local ado folder and refer to it

BeaLeydier commented 4 months ago

Scheme : https://github.com/asjadnaqvi/stata-schemepack/blob/main/installation/scheme-cblind1.scheme