Viewing a single comment thread. View all comments

PsychologicalEgg9377 t1_j942krp wrote

I'm from an academic background and used to use a lot of R. There's a library called ggplot2 that is very formal and structured. Many other plotting libraries and methods are very disjoint, but ggplot2 gives you a good foundation because it's based on a lot of plotting theory. It depends if you program or not.

I found this PDF on datacamp that is very high level. I'm not sure I agree with all of them, but it's probably a good start.

https://s3.amazonaws.com/assets.datacamp.com/email/other/Data+Visualizations+-+DataCamp.pdf

2

Good_Sage t1_j943ql3 wrote

Thanks! I will take a look at that. So I am assuming there are no particular website that can do all the plotting and you would have to program that? I am good at programming but definitely not at the high level. This might as well be a long procrastinated project for me when I get some free time. If there are some more libraries (because there seem to be alot of cool graphs in this subreddit) please do let me know!

1

PsychologicalEgg9377 t1_j945pha wrote

The two most common stacks I see are Python+Pandas+Seaborn or R+ggplot2.

Python has the added advantage there's a big industry demand and would be more likely to find a job with python experience.

2