#
matplotlib
Here are 8,687 public repositories matching this topic...
Essential Cheat Sheets for deep learning and machine learning researchers https://medium.com/@kailashahirwar/essential-cheat-sheets-for-machine-learning-and-deep-learning-researchers-efb6a8ebd2e5
-
Updated
Oct 19, 2019
Statistical data visualization in Python
-
Updated
May 16, 2022 - Python
阿布量化交易系统(股票,期权,期货,比特币,机器学习) 基于python的开源量化交易,量化投资架构
machine-learning
bitcoin
trading
numpy
pandas
stock
quant
matplotlib
trade
algorithmic-trading
quantitative-trading
-
Updated
Dec 23, 2020 - Python
Open Machine Learning Course
python
docker
data-science
machine-learning
math
algorithms
numpy
scikit-learn
plotly
pandas
seaborn
ipynb
scipy
data-analysis
matplotlib
vowpal-wabbit
kaggle-inclass
-
Updated
Apr 1, 2022 - Python
A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely libraries.
-
Updated
Jan 7, 2022 - Jupyter Notebook
An open access book on scientific visualization using python and matplotlib
-
Updated
Apr 2, 2022 - Python
人工智能学习路线图,整理近200个实战案例与项目,免费提供配套教材,零基础入门,就业实战!包括:Python,数学,机器学习,数据分析,深度学习,计算机视觉,自然语言处理,PyTorch tensorflow machine-learning,deep-learning data-analysis data-mining mathematics data-science artificial-intelligence python tensorflow tensorflow2 caffe keras pytorch algorithm numpy pandas matplotlib seaborn nlp cv等热门领域
python
nlp
data-science
machine-learning
data-mining
algorithm
caffe
deep-learning
tensorflow
numpy
cv
keras
mathematics
pandas
pytorch
seaborn
artificial-intelligence
data-analysis
matplotlib
tensorflow2
-
Updated
Feb 6, 2020
Visual analysis and diagnostic tools to facilitate machine learning model selection.
visualization
python
machine-learning
anaconda
scikit-learn
visualizer
model-selection
estimator
visual-analysis
matplotlib
-
Updated
May 15, 2022 - Python
A comprehensive list of Deep Learning / Artificial Intelligence and Machine Learning tutorials - rapidly expanding into areas of AI/Deep Learning / Machine Vision / NLP and industry specific areas such as Climate / Energy, Automotives, Retail, Pharma, Medicine, Healthcare, Policy, Ethics and more.
python
aws
machine-learning
lua
deep-learning
neural-network
tensorflow
scikit-learn
keras
ipython-notebook
torch
pandas
pytorch
kaggle
artificial-intelligence
matplotlib
tensorflow-tutorials
convolutional-neural-networks
python-data
capsule-network
-
Updated
Apr 6, 2022 - Python
Matplotlib 3.1 cheat sheet.
-
Updated
Sep 30, 2020 - Python
A comprehensive machine learning repository containing 30+ notebooks on different concepts, algorithms and techniques.
python
nlp
open-source
data-science
machine-learning
computer-vision
deep-learning
tensorflow
numpy
scikit-learn
keras
pandas
data-visualization
seaborn
datascience
neural-networks
data-analysis
matplotlib
-
Updated
May 14, 2022 - HTML
Practice and tutorial-style notebooks covering wide variety of machine learning techniques
flask
data-science
machine-learning
statistics
deep-learning
neural-network
random-forest
clustering
numpy
naive-bayes
scikit-learn
regression
pandas
artificial-intelligence
pytest
classification
dimensionality-reduction
matplotlib
decision-trees
k-nearest-neighbours
-
Updated
Jan 26, 2022 - Jupyter Notebook
Financial Markets Data Visualization using Matplotlib
finance
market-data
matplotlib
candlestick
candlestick-chart
ohlc
intraday-data
ohlcv
ohlc-chart
ohlc-plot
mplfinance
trading-days
ohlc-data
candlestickchart
-
Updated
May 10, 2022 - Python
-
Updated
Apr 14, 2022 - Python
A site that displays up to date COVID-19 stats, powered by fastpages.
python
github-pages
data-science
jupyter
analytics
nteract
data-visualisation
matplotlib
pymc3
fastai
altair
papermill
github-actions
covid-19
covid19
covid-data
fastpages
-
Updated
May 16, 2022 - Jupyter Notebook
An awesome iTerm2 backend for Matplotlib, so you can plot directly in your terminal.
-
Updated
Jul 8, 2021 - Python
Matplotlib Jupyter Integration
-
Updated
Apr 25, 2022 - TypeScript
Cartopy - a cartographic python library with matplotlib support
-
Updated
May 11, 2022 - Python
-
Updated
Aug 4, 2019 - Python
"Cyberpunk style" for matplotlib plots
-
Updated
Apr 27, 2022 - Python
High-level geospatial data visualization library for Python.
-
Updated
Mar 18, 2022 - Python
pprofile + matplotlib = Python program profiled as an awesome heatmap!
-
Updated
Sep 18, 2021 - Python
Generative Art Generator
art
python
python3
generative-art
matplotlib
generative
nftables
nft
generativeart
nfts
nft-gallery
nft-storage
-
Updated
May 14, 2022 - Python
bradyrx
commented
Mar 3, 2020
Code sample, a copy-pastable example if possible
import proplot as plot
import numpy as np
import xarray as xr
times = xr.cftime_range('1990', '2000', freq='M')
data = xr.DataArray(np.random.rand(len(times)),
dims=['time'],
coords=[times])
f, ax = plot.subplots(aspect=2)
ax.plot(data.time, data)
# ax.format(xlocator='year')
# ax.format(xformatter='conciImprove this page
Add a description, image, and links to the matplotlib topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the matplotlib topic, visit your repo's landing page and select "manage topics."


Bug summary
When the build gets to https://github.com/matplotlib/matplotlib/blob/main/src/_tkagg.cpp#L262-L273 on Cygwin, the build fails with a few
goto crosses initializationwarnings, which are easy to fix, and twoerror: ‘PyErr_SetFromWindowsErr’ was not declared in this scope, which are less easy to fix.Code for reproduction