Jump to content

Only display some data point labels on 3D scatter plot


Luke George

Recommended Posts

Hi there,

The page below describes how you can limit the number of labels on a scatterplot by essetially setting the label content to NULL for data points you do not want labelled.

https://community.spotfire.com/wiki/how-label-selected-data-points-map-or-scatterplot#comment-62536

This works fine for scatter plots, but when I try this on a 3D scatterplot, it doesn't work. NULL label contents are still displayed as (Empty). Any idea how I can fix this

Link to comment
Share on other sites

It is because the 3D Plot doesn't have the 'show empty labels" option inside the label but instead of specifying 'NULL" in the expression, you can make use of " "in it.

 

Expression:case when [store Name]="Marlon Gary" then [store Name]

when [store Name]="Myrna Newman" THEN [store Name]

when [store Name]="Mike Irons" THEN [store Name]

when [store Name]="Wim Fellini" THEN [store Name]

ELSE "" END

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...