matplotlib-figures
There are 193 repositories under matplotlib-figures topic.
garrettj403/SciencePlots
Matplotlib styles for scientific plotting
killiansheriff/LovelyPlots
Matplotlib style sheets to nicely format figures for scientific papers, thesis and presentations while keeping them fully editable in Adobe Illustrator.
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
bedbad/justpyplot
Plot in NumPy arrays directly, overlay NumPy plots straight over video real-time, plot in Jupyter without a single loop
joergdietrich/daltonize
Simulate and correct images for dichromatic color blindness
garrettj403/ThesisPlots
Format Matplotlib for a scientific thesis (depracated! use garrettj403/SciencePlots!)
arneish/parallel-k-means
A parallelised implementation of the K-means clustering algorithm using C Pthreads and separately using OpenMP specification for C
DavidCico/Study-of-a-buy-and-hold-investment
In this repository, a buy-and-hold investment is studied using Python and a Monte Carlo approach.
AndrewRPorter/pyqt-finance
Custom QWidget for displaying historical stock graphs
lazarusA/CodeSnippets
Small pieces of code
mcekwonu/ExtensysPlots
Matplotlib style for scientific publications
OzzyGoylusun/Python.-Exploration-of-All-Nobel-Prize-Winners-and-Intriguing-Hidden-Patterns
This data project on Python uncovers and visualizes untapped patterns regarding all Nobel Prize laureates up to date.
aydinnyunus/DigitRecognizer
Recognize Digits
bensondaled/curly_brace
matplotlib patch of a curly brace
isidharthrai/Regression-and-Technical-Analysis-of-Stock-Market
The Project is related to Regression and Technical Analysis of Stock Market, The link to project report:
stonerlab/stonerplots
Make plotting physics easier with stylesheets and context manager helpers
udityamerit/Complete-Machine-Learning-For-Beginners
This repository is structured as a complete ML roadmap combining theory (PDFs) with hands-on coding (Jupyter Notebooks) to help you build a solid foundation in data science and machine learning. Ideal for students, self-learners, and professionals looking to revise or upgrade.
11808s8/python-neural-network
A simple neural network with backpropagation used to recognize ASCII coded characters
lasupernova/Health-Tracker-App
Personalized Health Tracker GUI
levintech/data-science-courses
Courses on Data Science Fields
NorthGuard/matplotlib_pdf
Can maintain a PDF-file with Matplotlib figures as pages.
PaulVirally/mplfig
Save and load matplotlib figures like MATLAB's .fig files!
roguexray007/Matplotlib-and-Seaborn-Tutorial
tutorials for easy understanding of matplotlib and seaborn commands for graph plotting
sadhana1002/PredictingSalaryClass-Classification
Machine Learning, Classification problem. https://archive.ics.uci.edu/ml/datasets/Adult Abstract: Predict whether income exceeds $50K/yr based on census data. Also known as "Census Income" dataset.
saravanabalagi/imshowtools
View images in Jupyter notebooks in a much simpler and intuitive way. Ships with a better 'imshow' function with Smart Wrap and BGR support with 'cvshow'!
shreybatra/Variable-Delivery-Cost-Finder
Variable Delivery Cost Finder for any e-commerce based on various parameters
ariaghora/monoplt
Monochromatic colorscheme for matplotlib with opinionated sensible default
AyemunHossain/Python-Data-Visualization
This is a repository for data visualization learners. Here i use matplotlib wish is a quite famous library of python.
babiotg/E-Commerce-Amazon-EDA
Exploratory Data Analysis and Data Cleaning on a Amazon E-Commerce Dataset
josue-lubaki/matplotlib
MatplotLib tutorial (Line Chart, Pie Chart, Histogram Chart, etc...)
MassinissaLab/Shortest-path-algorithms
Short Project that implements shortest paths algorithms
MetOffice/image-meta-tag
A python package for tagging, managing and presenting very large numbers of images created by matplotlib.
GiorgosChr/matplotlib_cern
A matplotlib template to generate plots similar to CERN's CMS, ATLAS, LHCb and ALICE with LaTeX fonts.
Hhhpraise/Student-Performance-Linear-Regression
This GitHub repository contains code for a student performance prediction model utilizing linear regression. The model is built using relevant student data features and implements one-hot encoding for categorical variables. The repository includes data preprocessing, model training, evaluation, and prediction visualization using matplotlib.