Questions tagged [3d-mapping]

20 questions
0
votes
1 answer

Gnuplot mapping

I have a problem trying to plot some 3d mapping with a vector field in gnuplot, the thing is, i want to plot the gradient map and then above the map a vector field. I have this code for doing it: #### reset clear set title '{/:Bold Retrato de fase…
0
votes
1 answer

How to colour a variable on basis of highest and lowest or at some cut off value for 3d Bar graph in python

I want to give different gradient colour for z i.e Numeric variable in my 3D Bar Graph on the basis of some cut of value or gradient for lowest to highest value.I want to put condition say if dz is >=50 then green colour bar else red colour ba. …
0
votes
1 answer

/usr/bin/ld: cannot find -lvtkGUISupportQt

I'm trying to build a package i've found on github,when I run the command make, it gives me the error in the Title. I'm working on Ubuntu 16.04, it seems that tere's a library missing but don't know how to fix the problem on Ubuntu. Here's the…
Hamouza
  • 356
  • 3
  • 12
0
votes
0 answers

plot 3d trajectory/path of my UAV without GPS

I have a pixhawk flight controller. after a flight I collect the dataflash logs give it to a python script that gives me data like below Now i just like to plot the approximate trajectory/ path of my UAV during the flight in a 3d space. it can be…
Ahmed Nawaz Khan
  • 1,451
  • 3
  • 20
  • 42
0
votes
1 answer

Create 3D globe like Paperplanes or A world of change

I have a project, where I have to show a globe on home page, where visitor can select location(major known cities) & then make a search. I google & find some best examples like : http://paperplanes.world…
Hitesh Jangid
  • 210
  • 3
  • 10
1
2