matplotlib-pyplot
There are 3151 repositories under matplotlib-pyplot topic.
pageauc/speed-camera
A Unix, Windows, Raspberry Pi Object Speed Camera using python, opencv, video streaming, motion tracking. Includes a Standalone Web Server Interface, Image Search using opencv template match and a whiptail Admin Menu Interface Includes picam and webcam Plugins for motion track security camera configuration including rclone sync script. watch-app allows remotely controller camera configuration from a remote storage service name. Uses sqlite3 and gnuplot for reporting. Recently added openalpr license plate reader support.
syamkakarla98/Hyperspectral_Image_Analysis_Simplified
The repository contains the implementation of different machine learning techniques such as classification and clustering on Hyperspectral and Satellite Imagery.
milaan9/11_Python_Matplotlib_Module
Matplotlib is an amazing visualization library in Python for 2D plots of arrays. Matplotlib is a multi-platform data visualization library built on NumPy arrays and designed to work with the broader SciPy stack. It was introduced by John Hunter in the year 2002. One of the greatest benefits of visualization is that it allows us visual access to huge amounts of data in easily digestible visuals. Matplotlib consists of several plots like line, bar, scatter, histogram, etc
pmaji/practical-python-data-viz-guide
Resources for teaching & learning practical data visualization with python.
tarun27sh/gdb_graphs
To visualize function call flow for a C/C++ program using gdb and python
rojaAchary/Data-Visualization-with-Python
Data visualization is the visual presentation of data or information. The goal of data visualization is to communicate data or information clearly and effectively to readers. Typically, data is visualized in the form of a chart, infographic, diagram or map.
sadielbartholomew/creative-matplotlib
Creative coding scripts and outputs using vanilla matplotlib
artmenlope/matplotlib-fill_between-in-3D
Example of a way of bringing the Python 3 matplotlib.pyplot.fill_between function to 3D plots.
ManuhIsMe/Product_Sales_Analysis_With_Python
In this project I am Cleaning, Analysing and creating Visualizations to make data easily accessible of ease use.
tanveer-kader/ml-projects-py
Kickstart AI through Machine Learning and Deep Learning Projects (20+)
tirthajyoti/Scikit-image-processing
Image processing examples with Numpy, Scipy, and Scikit-image
aliarslanansari/Data-Science-Study
This repository contains jupyter notebook and other resources made by me during learning Data Science
matheuscoradinimf/Analise-de-acoes-com-Python
Como obter os dados históricos e analisar ações da bolsa utilizando o Pandas
BenyaminZojaji/image_processing
image-processing exercises.
MDSH14/Engezny
Engezny is a python package that quickly generates all possible charts from your dataframe and saves them for you, and engezny is only supporting now uni-parameter visualization using the pie, bar and barh visualizations.
shashwat001/whatsapp-web-graph
To generate graph on online status for users in contact
antonin-lfv/Plotly_tutorial
Plotly tutorial in Python - Graphing library
brainhack-school2020/ADHDsubtypes_project
ADHD subtypes classification project with 3 different datatypes
kmario23/Introduction-to-NumPy-Matplotlib-TensorFlow
NumPy fundamentals for tensor computation; Matplotlib for data visualization
fannykassapian/metro-traffic-data-analysis
Data cleaning, analysis and visualization of Paris metro traffic (Python, Pandas, Matplotlib, iPyLeaflet, Kepler.gl).
gran4/AI-InvestiBot
Innovative, high quality stock bot
erenonal/K-means_customer_segmentation
Using K-Means algorithm for customer segmentation due to credit card behavior
MasterCruelty/robbot
My personal Telegram bot made in Python. It has several features and it's based on Pyrogram.
maribickpostanes/Displaying-Well-Log-Parameters--Plots-and-Animations
The objective of this GitHub repository is to develop code that can effectively display well log parameter plots and their animations.
miroslav-reiter/Kurzy_SAV_DataScience_BI
🐍 Materiály, Zdrojové Kódy, Prezentácie ku kurzom SAV Python, OOP, R, BI, Data Science
PARKINHYO/corona-kakao-bot
🤖 카카오톡 코로나 알리미
ssaraff98/tegrastats_parser
Tool to run tegrastats and parse the obtained log file to extract useful data into a csv. It also allows for automated graph creation between values desired from the data parsed.
0xHaru/Raspberry-Pi-Fan-Controller
Temperature based RPI fan controller
andreasfuhr/sciplot
Format Matplotlib scientific plots
heyitsabhijeet/Indian-Airlines-Ticket-Price-Analysis
Exploratory Analysis of Indian Airline's Ticket Prices using Python and Power BI
Kunal-Kumar-Sahoo/DS-for-Dummies
Collection of notebooks describing common use cases of some important Python libraries for Data Science and Machine learning
paulgavrikov/parallel-matplotlib-grid
This Python 3 module helps you speedup generation of subplots in pseudo-parallel mode using matplotlib and multiprocessing. This can be useful if you are dealing with expensive preprocessing or plotting tasks such as violin plots per subplot.
Shubham-SK/dermatologist
Pytorch implementation of the "Dermatologist-level classification of skin cancer with deep neural networks" research paper. Smaller dataset supplied by Udacity.
MYoussef885/House_Price_Prediction
The "House Price Prediction" project focuses on predicting housing prices using machine learning techniques. By leveraging popular Python libraries such as NumPy, Pandas, Scikit-learn (sklearn), Matplotlib, Seaborn, and XGBoost, this project provides an end-to-end solution for accurate price estimation.
EnguerranVidal/GalaxyCollision
This Python project's goal is to model the collision of multiple galaxies through the use of an optimized N-Body problem engine.
insidelearningmachines/Blog
This repository is meant to store the code examples used in articles posted on www.insidelearningmachines.com. Each article on the website will have an associated jupyter notebook here with the same name.