vispy

Vispy surface plot highlight particular section with color and image

Vispy surface plot highlight particular section with color and image Question: Question 1: I am trying to highlight particular section from Vispy Surface Plot example in a particular colour somewhat similar to below modified image. Question 2: Similarly I would like to add an image data as overlay texture to the Vispy surface plot Can …

Total answers: 1

How to make my python animation smooth?

How to make my python animation smooth? Question: I ‘m using vispy to generate the 3D sea surface.But it’s not very smooth.I don’t know which part I should improve.Can anyone tell me? Here is the code: from numpy import linspace,zeros,sin,pi,exp,sqrt from vispy import app,scene import sys from vispy.util.filter import gaussian_filter def I(x, y): return exp(-(x-Lx/2.0)**2/2.0 …

Total answers: 1