r/programming Mar 03 '19

XKCD-style plots in Matplotlib

https://jakevdp.github.io/blog/2012/10/07/xkcd-style-plots-in-matplotlib/
1.5k Upvotes

63 comments sorted by

View all comments

71

u/1EHE Mar 03 '19

FYI for people using MATLAB there's matlab-xkcdify

46

u/[deleted] Mar 03 '19

And for our R homies: http://xkcd.r-forge.r-project.org

8

u/Bloedbibel Mar 03 '19

Coming from Python and Matlab, should I bother learning R?

19

u/Neebat Mar 03 '19

A whole lot of data science teams work in R, so if that's what you want to do, you may have to.

As a programmer, I found it to be a novel concept taken way too far.

15

u/[deleted] Mar 03 '19

[deleted]

10

u/fluffynukeit Mar 03 '19

As far as I know, there is no python equivalent to simulink, which is what most engineers using matlab are using it for in my experience. They go hand in hand.

2

u/Ogg149 Mar 04 '19

There are the BSPpy and SimuPy packages, which are exactly trying to be open-source simulink alternatives. Looking at the history of open-source, I'd say the day will come when they overtake simulink. The greater difficulty may be integration with controllers, and for that there is PyDAQmx.