Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9212325
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T01:29:59+00:00 2026-06-18T01:29:59+00:00

I need to plot on the same graph a 3D surface based on a

  • 0

I need to plot on the same graph a 3D surface based on a scatter points data and a 2D image (.png), positioned in a determined location on the graph to compare the data from both. So far I managed to do both separately (plotting the image and making the surface).

However, when I try to bring both together on the same script, I get an error message (“Gridding of the color Column is not implemented”) which occurs due to the command that creates the surface (dgrid3d) that conflicts with the image. I want to know how can I avoid this error.

thanks in advance

*EDIT

The scatter points are on xyz format:

-100.000000 -25.000000 -4.122210

-100.000000 -20.000000 -4.933388

-100.000000 -15.000000 -7.902138

-100.000000 -10.000000 -7.902138

and the image is a plain png.

And the script I’m using is:

set hidden3d
set samples 100
set isosamples 100
unset surface
set pm3d
set dgrid3d

 splot '444_0.dat' u 1:2:3 \
 splot 'test.png' \
 binary filetype=png flipy rotate=-90d center = (4,-25,5.7) perp=(0,1,0) with rgbimage

which doesnt work due to the error I pointed before

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T01:30:00+00:00Added an answer on June 18, 2026 at 1:30 am

    The error message suggests that the problem is with dgrid3d. One way that you might be able to get around that is to plot the surface to a table:

    set terminal push #Save current terminal settings
    set terminal unknown #dummy terminal
    set table "surface.dat"
    set dgrid3d
    splot 'surface_points.dat' using ...
    unset dgrid3d
    unset table
    set term pop #reset current terminal settings
    set output "MyPlot.extension"
    
    #commands to plot image and `surface.dat` together.
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm having data as like below. I need to plot graph based on region.
I need to read some data from an input file and plot a graph
I have a graph with multiple scatter plots in same plot area.... like the
I need to plot the following dataset in the same graph. Bin1,Bin2,Bin3,Cat 4,3,5,S 6,4,5,M
I want to plot some (x,y) points on the same graph and I don't
I need plot a curve for my data , the source is like :
I need to get a plot that fits the data automatically using matplotlib. This
I need to plot multi curves in a single graph in R, for example
I need to plot two data vectors with errorbars on one figure. errorbar() function
I'm trying to plot two sets of data wrt to time on the same

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.