Complete Course - Tutorials - Learning Matplotlib in Python - Lesson 3 - ٍPlot Properties

Matplotlib is a plotting library for the Python programming language and its numerical mathematics extension NumPy. It provides an object-oriented API for embedding plots into applications using general-purpose GUI toolkits like Tkinter, wxPython, Qt, or GTK.

Python is an interpreted high-level general-purpose programming language. Its design philosophy emphasizes code readability with its use of significant indentation. Its language constructs as well as its object-oriented approach aim to help programmers write clear, logical code for small and large-scale projects.

matplotlib. pyplot is a collection of functions that make matplotlib work like MATLAB. Each pyplot function makes some change to a figure: e.g., creates a figure, creates a plotting area in a figure, plots some lines in a plotting area, decorates the plot with labels, etc.

Anaconda is a distribution of the Python and R programming languages for scientific computing, that aims to simplify package management and deployment. The distribution includes data-science packages suitable for Windows, Linux, and macOS.

Project Jupyter is a project and community whose goal is to "develop open-source software, open-standards, and services for interactive computing across dozens of programming languages". It was spun off from IPython in 2014 by Fernando Pérez and Brian Granger.



دورة كاملة - دروس - تعلم مات بلوت ليب في البايثون - الدرس 3 - خصائص الرسومات

مكتبة الرسم مات بلوت ليب هي مكتبة تخطيطية للغة برمجة بايثون وامتدادها الرياضي الرقمي مكتبة الرياضيات نمبي يوفر واجهة برمجة تطبيقات موجهة للكائنات لتضمين المؤامرات في التطبيقات باستخدام مجموعات أدوات واجهة المستخدم الرسومية للأغراض العامة مثل Tkinter أو wxالبايثون أو Qt أو GTK.

البايثونهي لغة برمجة للأغراض العامة عالية المستوى مفسرة. تؤكد فلسفة التصميم الخاصة بها على قابلية قراءة الكود باستخدامها لمسافات بادئة كبيرة. تهدف تركيبات لغتها بالإضافة إلى نهجها الموجه للكائنات إلى مساعدة المبرمجين على كتابة رمز منطقي واضح للمشاريع الصغيرة والكبيرة الحجم.

مات بلوت ليب. pyplot عبارة عن مجموعة من الوظائف التي تجعل مكتبة الرسم مات بلوت ليب يعمل مثل MATLAB. تقوم كل وظيفة pyplot بإجراء بعض التغيير على الشكل: على سبيل المثال ، إنشاء شكل ، وإنشاء منطقة رسم في شكل ، ورسم بعض الخطوط في منطقة الرسم ، وتزيين المؤامرة بملصقات ، وما إلى ذلك.

Anaconda هو توزيع للغات برمجة البايثونو R للحوسبة العلمية ، والذي يهدف إلى تبسيط إدارة الحزم ونشرها. يتضمن التوزيع حزم علوم البيانات المناسبة لأنظمة Windows و Linux و macOS.

Project Jupyter هو مشروع ومجتمع يهدف إلى "تطوير برمجيات مفتوحة المصدر ومعايير مفتوحة وخدمات للحوسبة التفاعلية عبر عشرات من لغات البرمجة". تم فصله من Iالبايثونفي عام 2014 بواسطة فرناندو بيريز وبريان جرانجر.