Skip to content

Commit

Permalink
changed color of taxonomy term
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiannuzzi39 committed Jul 31, 2024
1 parent 59915bb commit 802b320
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/scatter_plot_vis.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ export async function loadScatterPlotVis() {
const colorScale = d3.scaleOrdinal(colorPalette).domain(uniqueCategories);

const customColors = {
"Interconnection Networks": "#351fb4"
"Interconnection Networks": "#351fb4",
"Reconfigurable Architecture (FPGA/CGRA)": "#FFA500" // Change to a different color, for example, orange
};

const points = reducedVectors.map((coords, i) => ({
Expand Down

0 comments on commit 802b320

Please sign in to comment.