About 51 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, 8 months ago Modified 1 year, 11 months ago Viewed 139k times

  2. URL to URI encoding changes a "%3D" to "%253D"

    Feb 1, 2011 · For example, the %3D is turned into %253D It seems to be doing something mysterious to the %'s already in the string. What's going on and what am I doing wrong here?

  3. 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, 2 months ago Modified 1 year, 4 months ago Viewed 157k times

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

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

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

  6. Plot 3D data in R - Stack Overflow

    Plot 3D data in R Asked 14 years, 6 months ago Modified 6 years, 9 months ago Viewed 175k times

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

  8. Create 3D array using Python - Stack Overflow

    May 20, 2012 · Create 3D array using Python Asked 13 years, 8 months ago Modified 3 years, 1 month ago Viewed 385k times

  9. Plot a plane and points in 3D simultaneously - Stack Overflow

    I m trying to plot simultaneously a plane and some points in 3D with Matplotlib. I have no errors just the point will not appear. I can plot at different times some points and planes but never at s...

  10. python - Does PyGame do 3d? - Stack Overflow

    3D rendering in Pygame without the help of other dependencies is hard to achieve and will not perform well. Pygame does not offer any functionality for drawing 3D shapes, meshes, or even perspective …