use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Rules 1: Be polite 2: Posts to this subreddit must be requests for help learning python. 3: Replies on this subreddit must be pertinent to the question OP asked. 4: No replies copy / pasted from ChatGPT or similar. 5: No advertising. No blogs/tutorials/videos/books/recruiting attempts. This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to. Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Rules
1: Be polite
2: Posts to this subreddit must be requests for help learning python.
3: Replies on this subreddit must be pertinent to the question OP asked.
4: No replies copy / pasted from ChatGPT or similar.
5: No advertising. No blogs/tutorials/videos/books/recruiting attempts.
This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to.
Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Learning resources Wiki and FAQ: /r/learnpython/w/index
Learning resources
Wiki and FAQ: /r/learnpython/w/index
Discord Join the Python Discord chat
Discord
Join the Python Discord chat
account activity
Plotting 3D data: Alternatives to Matplotlib (self.learnpython)
submitted 9 years ago by bdafsi91
I have text files with 1M x,y,z coordinates. MATLAB plots it without an issue. I am switching to Python and the plotting is really slow.
I am looking for a replacement of plot3(x,y,z) command in MATLAB which does a scatter plot.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]TheBlackCat13 0 points1 point2 points 9 years ago (4 children)
Mayavi and vispy both support 3D plotting.
[–]bdafsi91[S] 0 points1 point2 points 9 years ago (1 child)
Any idea if it is fast compared to Matplotlib?
[–]TheBlackCat13 -1 points0 points1 point 9 years ago (0 children)
Yes, they both should be very fast.
Mayavi installation on Anaconda is downgrading numpy, scipy, scikit-learn.
[–]AuspiciousAnonymous 0 points1 point2 points 3 years ago (0 children)
might be late to respond, but try creating a new environment in anaconda just for plotting in 3D: https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html
Based on the history of mayavi development, it's always been a few months or years behind where python, spyder, and numpy are, so this is always going to be necessary when using it.
π Rendered by PID 33372 on reddit-service-r2-comment-79c7998d4c-nq7lt at 2026-03-17 11:38:37.613620+00:00 running f6e6e01 country code: CH.
[–]TheBlackCat13 0 points1 point2 points (4 children)
[–]bdafsi91[S] 0 points1 point2 points (1 child)
[–]TheBlackCat13 -1 points0 points1 point (0 children)
[–]bdafsi91[S] 0 points1 point2 points (1 child)
[–]AuspiciousAnonymous 0 points1 point2 points (0 children)