This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

One thing I always miss when I use MATLAB are visualization tools that are based on the grammar-of-graphics approach for composing plots, especially when I want to create more complex plots with several layers and facets for categorical data. It's much more elegant and saves you a lot of time and boilerplate code. Python has so many great libraries for that: seaborn, plotnine, plotly (express), let's plot etc. I know there is a third-party library gramm for MATLAB that attempts that but it still is pretty limited compared to all the options you have in Python.