Skip to main content

首页 / Posts

[OriginPro] Set Color Schemes: Change Default Colors, Locate Color Files, and Export Them

This article explains how to import and set color schemes from external websites in OriginPro, including creating new color schemes, adding gradients, changing default colors, and managing color-scheme files for efficient scientific figures and paper writing.

Rosetears·
··367 words·2 mins

Background
#

I previously shared many websites that provide color schemes. In this video, I will show you how to use those website-provided color schemes in OriginPro. Related link: Essential Tools for Scientific Figures and Paper Writing: A One-Stop Guide to Efficient Drawing and Literature Resources

Add a New Color Scheme
#

  1. In OriginPro, press Ctrl+Shift+O to open Color Manager.

  2. Click New, then paste the hexadecimal color code copied from the website. The code begins with “#,” for example: #845EC2.

    The colors shown on the right, meaning “shown in the interface,” are the colors that can be used in OriginPro. The colors on the left are only saved on the computer and cannot be used directly. Click the arrow in the middle to move them to the right.

    image.png

  3. Please note: for the first color, click Replace. For later colors, click Add as New. Of course, you can also click Add as New for all colors and then delete the default first color, which is in the upper-left corner and marked with “-”.

    image.png

  4. If you need to add gradients, switch to Palette at the bottom. If you need to manage colors in groups, choose Color List. When using Palette, note one more thing: after adding all colors, do not click OK directly. Instead, click the Interpolate button below Add as New, use the default settings, and then click OK.

Change the Default Colors
#

  1. Again, press Ctrl+Shift+O to open Color Manager, then click Set as Default Plotting Color in the lower-right corner.
    image.png
  2. Click Pattern Fill Color List to change the default color scheme for patterns. You can choose the desired scheme by clicking Details > Palette > More, or click the nearby ··· for additional settings.
    image.png

Color File Locations
#

  1. Click Help > Open Folder(H) > User Files Folder(U).

  2. In the opened folder:

    • \Themes\Graph stores user-added color-list scheme files;
    • \Palettes stores user-added palette scheme files.

    If you want to share your own color schemes, you can directly send the files in these two folders to others.

    If these two folders do not exist, first create a new color scheme and the system will automatically generate the corresponding folders.

    image.png|400

Click here to watch the video version of this article

Related

[OriginPro] Draw a Correlation Analysis Heat Map

··361 words·2 mins
This article explains how to use OriginPro to draw a polished, information-rich correlation heat map and compares it with a Python heat map. The detailed steps help you quickly use the OriginPro plugin and improve your data-analysis visuals.

Regression Analysis — Differences Among Three Types of Logistic Regression

··453 words·3 mins
This article introduces three common logistic regression models: binary logistic regression, multinomial logistic regression, and ordered logistic regression. It explains their applications and differences for different dependent-variable types, helping readers understand when to use these statistical models in real analysis.