About 42,600 results
Open links in new tab
  1. URL Encoding Issue %3D instead of (=) - Stack Overflow

    May 16, 2014 · I have a url that's displayed from a variable in a search form, but due to the url encoding, its putting the "%3d" instead of the "=" sign, which obviously doesn't work.

  2. What does "%3d" mean in a printf statement? - Stack Overflow

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

  3. python - plotting 3d vectors - Stack Overflow

    I am trying to plot vectors in 3d using matplotlib. I used the following code based on a previous example of plotting 2d vectors but added components for 3d vectors. #!/usr/bin/python import num...

  4. 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 nearest …

  5. python - How can I make a 3D line plot? - Stack Overflow

    How can I make a 3D line plot? Asked 13 years, 5 months ago Modified 2 years, 7 months ago Viewed 111k times

  6. python - Plotting 3D Polygons - Stack Overflow

    Matplotlib 3D visualizations can handle a polycollection of multiple polygons by correctly stacking the polygons along the view direction. However, Matplotlib cannot handle the visualization when …

  7. Find the Distance from a 3d Point to a Line Segment

    I have a 3d point P and a line segment defined by A and B (A is the start point of the line segment, B the end). I want to calculate the shortest distance between P and the line AB.

  8. 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 ...

  9. matlab - 3D curvefitting - Stack Overflow

    Sep 1, 2013 · How to fit 3D plot in polynomial? I try to do this in MATLAB. I used Surface fitting toolbox in MATLAB (r2010a) to curve fit 3-dimensional data. But, how does one find a formula that fits a set …

  10. 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.