Object-oriented way of using matplotlib – 5. Customizing Plots, Legend
In the previous posts, we've tasted some differences between MATLAB styles and OO styles. We could learn how to add subplots in different ways. In this post, you can learn…
In the previous posts, we've tasted some differences between MATLAB styles and OO styles. We could learn how to add subplots in different ways. In this post, you can learn…
In the previous post, I explained the basic objects of object-oriented APIs and showed how to create subplots by using several methods. In this post I will introduce the way…
In the previous post, I gave you a fast glance to catch the differences between MATLAB style and OO style. In this post, you can learn basics of OO style…
In the previous post, I emphasize to learn and use Object-orient style of matplotlib. In this post, I want to give you a fast glance to catch the differences between…
I want to post a series of articles about object-oriented way of using matplotlib. It will explain why we should use object-oriented style and how to code like that. The…
지난번 포스트에서 객체 (object) 와 객체를 구성하는 속성 (attribute) 과 행위 (behavior), 그리고 정보 은닉 (information encapsulation) 에 대해서 알아 보았다면 이번엔 합성 (Composition) 과 상속 (Inheritance) 에 대해서 알아보자.…
이전 포스트에서는 객체지향 프로그래밍의 개념에 대해 소개하였다. 동일한 주제로 Case Study 에 대한 내용을 추가로 소개하고자 한다. 이번 Case Study 를 보고나면 객체지향 프로그래밍을 진행하는 기본 개념을 익힐 수 있을…
흔하디 흔한 제목이고 많은 소개 자료가 있어 굳이 블로그에 포스트할 필요가 있나 싶었지만, 최근 보게 된 책에서 내용을 잘 설명해 주어서 책의 흐름을 따라가면서 소개해 보고자 한다. 내가 읽은 책은 『Python3…
This series of posts is intended to summarize the contents or note memorable things in Mathematics for ML book which I've got some insights from the contents. The book is『MATHEMATICS for…
2020 인공지능학회 동계강좌를 신청하여 2020.1.8 ~ 1.10 3일 동안 다녀왔다. 총 9분의 연사가 나오셨는데, 프로그램 일정은 다음과 같다. 전체를 묶어서 하나의 포스트로 작성하려고 했는데, 주제마다 내용이 꽤 많을거 같아,…