How to customize the colors for visualization in Tableau

This recipe helps you customize the colors for visualization in Tableau

Recipe Objective - How to customize the colors for visualization in Tableau?

When we drop any field on "color" on the "marks" card, it shows the color related to that field. Tableau has a default color for discrete and continuous values. For discrete values, tableau assigns different colors for all the values, and for continuous, tableau sets blue, shades of which vary accordingly.

Learn to Implement Deep Learning Techniques for Medical Image Segmentation

How to change the color of the discrete fields:

Step 1:-

Drop any "discrete field" on the "color" on the "marks" card.

Step 2:-

Click on the "Color".

Step 3:-

And then choose any color.

How to change the color of continuous fields:

Step 1:-

Drop any "continuous field" on the "color" on the "marks" card.

Step 2:-

Select "Color".

Step 3:-

Click on the drop-down option.

Step 4:-

And then choose the color.

What Users are saying..

profile image

Ameeruddin Mohammed

ETL (Abintio) developer at IBM
linkedin profile url

I come from a background in Marketing and Analytics and when I developed an interest in Machine Learning algorithms, I did multiple in-class courses from reputed institutions though I got good... Read More

Relevant Projects

Llama2 Project for MetaData Generation using FAISS and RAGs
In this LLM Llama2 Project, you will automate metadata generation using Llama2, RAGs, and AWS to reduce manual efforts.

Azure Text Analytics for Medical Search Engine Deployment
Microsoft Azure Project - Use Azure text analytics cognitive service to deploy a machine learning model into Azure Databricks

Time Series Project to Build a Multiple Linear Regression Model
Learn to build a Multiple linear regression model in Python on Time Series Data

NLP and Deep Learning For Fake News Classification in Python
In this project you will use Python to implement various machine learning methods( RNN, LSTM, GRU) for fake news classification.

Recommender System Machine Learning Project for Beginners-3
Content Based Recommender System Project - Building a Content-Based Product Recommender App with Streamlit

Recommender System Machine Learning Project for Beginners-2
Recommender System Machine Learning Project for Beginners Part 2- Learn how to build a recommender system for market basket analysis using association rule mining.

Recommender System Machine Learning Project for Beginners-1
Recommender System Machine Learning Project for Beginners - Learn how to design, implement and train a rule-based recommender system in Python

Learn How to Build a Linear Regression Model in PyTorch
In this Machine Learning Project, you will learn how to build a simple linear regression model in PyTorch to predict the number of days subscribed.

Loan Eligibility Prediction using Gradient Boosting Classifier
This data science in python project predicts if a loan should be given to an applicant or not. We predict if the customer is eligible for loan based on several factors like credit score and past history.

Image Segmentation using Mask R-CNN with Tensorflow
In this Deep Learning Project on Image Segmentation Python, you will learn how to implement the Mask R-CNN model for early fire detection.