About 41,500 results
Open links in new tab
  1. What does "%3d" mean in a printf statement? - Stack Overflow

    What does "%3d" mean in a printf statement? Asked 15 years, 6 months ago Modified 1 year, 9 months ago Viewed 139k times

  2. css - What's a 3D doing in this HTML? - Stack Overflow

    Oct 25, 2010 · What's a 3D doing in this HTML? Asked 15 years ago Modified 1 year, 2 months ago Viewed 157k times

  3. Make 3D plot interactive in Jupyter Notebook - Stack Overflow

    I use Jupyter Notebook to make analysis of datasets. There are a lot of plots in the notebook, and some of them are 3d plots. I'm wondering if it is possible to make the 3d plot interactive, so I ...

  4. how to set "camera position" for 3d plots using python/matplotlib?

    For that purpose, I need to set a camera position for the 3D projection. I guess this must be possible since a surface can be rotated using the mouse when using matplotlib interactively.

  5. How does 3D collision / object detection work? - Stack Overflow

    Dec 25, 2009 · There's no one answer to this but large worlds are often space-partitioned by using something along the lines of a quadtree or kd-tree which brings search times for finding …

  6. How to surface plot/3d plot from dataframe - Stack Overflow

    Apr 13, 2016 · How to surface plot/3d plot from dataframe Asked 9 years, 7 months ago Modified 1 year, 6 months ago Viewed 109k times

  7. algorithm - 3D Least Squares Plane - Stack Overflow

    Sep 9, 2009 · Function linear_least_squares_fitting_3 computes the best fitting 3D line or plane (in the least squares sense) of a set of 3D objects such as points, segments, triangles, …

  8. How to plot 3D scatter diagram using ggplot? - Stack Overflow

    Cons: The figure is missing a third axis with labels. Cannot output high-quality plots. While I've been able to view and save a low-quality black trajectory in PNG, I could view a colored …

  9. Fit 3D Polynomial Surface with Python - Stack Overflow

    Dec 6, 2016 · Fit 3D Polynomial Surface with Python Asked 8 years, 11 months ago Modified 2 years, 9 months ago Viewed 21k times

  10. matlab - 3D curvefitting - Stack Overflow

    Sep 1, 2013 · I have discrete regular grid of a,b points and their corresponding c values and I interpolate it further to get a smooth curve. Now from interpolation data, I further want to create …