this post was submitted on 03 Jun 2026
28 points (91.2% liked)

Programming

27277 readers
187 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 3 years ago
MODERATORS
 

As the title says, which programming language would you agree had the best libraries for visualisation (graphs, 3d models, charts, networks, animations, etc)?

Prefer languages with libraries that have more visulatizaton features than say, ease of using the libraries.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] technocrit@lemmy.dbzer0.com 2 points 1 week ago* (last edited 1 week ago) (1 children)

I moved from Python to Julia. I primarily generate mathematical images and videos: fractals, chaotic systems, complex functions, etc. I've found Julia to be faster with better libraries for my purposes (eg. VideoIO).

I don't do charts, graphs, etc.. but I imagine Julia has great libraries for that stuff too.

[โ€“] Bogus007@lemmy.zip 1 points 1 week ago

I jumped on Julia in the beginning (somewhere around 2015). I even bought the data analysis book by Bogumil Kaminski published a few years ago. However, Julia never made me feel comfortable. The syntax felt too complicated, even for smaller things. In addition, I kept running into compilation and package version issues, which cost me more time than I gained from typing or vectorization. The claims of some Julia followers that the language would soon surpass R or Python added another bad taste to the whole experience. I think this is part of the reason why Julia remains a niche language to this day. I stopped using it completely.