Questions tagged [qtdatavisualization]

4 questions
2
votes
0 answers

Using Qt Data Visualization to plot 3D points on 3D surfaces

While Qt Data Visualization can plots 3D scatter plots and 3D surfaces, it seems it can only do it separately. Is there any way I can overlay these two graphs? i.e., plot some 3D points on a 3D surface.
HAO LEE
  • 153
  • 3
  • 13
0
votes
1 answer

Error loading apt-installed QtDataVisualization at runtime on ubuntu

I'm running Qt 5.12 on ubuntu 20.04.3. Qt software components are installed with apt. My C++ application uses Qt DataVisualization . I've installed these apt packages for…
Tomasso
  • 693
  • 2
  • 9
  • 17
0
votes
1 answer

How does one subclass QValue3DAxisFormatter with PySide for use in Q3DScatter?

When I subclass QValue3DAxisFormatter in my application, the application simply hangs and then exits without an exception or explanation. I have tried removing every and all methods in my subclass (even though they are supposed to be implemented,…
elunomas
  • 161
  • 6
0
votes
1 answer

How to create list of ThemeColor in Theme3D QML type?

Created custom Theme3D for Scatter3D component (QtDataVisualization module) like this: Theme3D { id: themeDark type: Theme3D.ThemeIsabelle font.pointSize: 20 baseColors: [ "red", "green", "blue" …
Aleksey Kontsevich
  • 4,671
  • 4
  • 46
  • 101