Object-oriented way of using matplotlib – 6. Artist and Useful Links
This is the last article of this series. We have seen a sort of stuffs with OO APIs from the basic objects to the customization. In this post, I will…
This is the last article of this series. We have seen a sort of stuffs with OO APIs from the basic objects to the customization. In this post, I will…
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 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 를 보고나면 객체지향 프로그래밍을 진행하는 기본 개념을 익힐 수 있을…