Skip to main content

首页 / Posts

[OriginPro] Quickly Draw a Simple Gauge Chart

This article explains how to quickly draw a 180° gauge chart in OriginPro using a gauge template, including template download, data preparation, and plotting steps to help you create NPS analysis charts easily.

Rosetears·
··231 words·2 mins

Background
#

When I previously worked on NPS analysis, I kept looking for a simple way to draw a gauge chart, but every method I tried was too complicated. Today, I found a template in OriginPro that can quickly draw gauge charts. Its limitation is that it only supports a 180° gauge and a value range of 0–100, but it is still enough for basic needs. So today I will share how to draw one.

Steps
#

  1. Download the template In OriginPro, click the top menu Tools(T) > Template Center(T), then search for “Gauge” and download the template.

  2. Prepare the data Next, prepare three columns of data in the following format:

    Group nameGroup percentagePointer value

    For example, I set three groups: low level (0%–25%), medium level (25%–75%), and high level (75%–100%), with the pointer pointing to 80%. Then my data should look like this. Note: only the values need to be entered; the header row is just for understanding. The sum of “Group percentage” must be 100, otherwise the chart will display incorrectly.

    Group nameGroup percentagePointer value
    Low level2580
    Medium level50
    High level25
  3. Draw the gauge chart Select all the data, click Plot > Extended Templates > Gauge Chart, and the gauge chart will be generated automatically. My final result is shown below:

    image.png

Click here to watch the video version of this article

Related

[OriginPro] One-Click Local Zoom-In

··170 words·1 min
This article explains how to use the Zoomed Inset Plus plugin in OriginPro to create a local zoom-in with one click, covering the complete process from plugin download to fine adjustment so users can improve image-processing efficiency.

[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.