All Projects → guenchi → Matplotlib

guenchi / Matplotlib

Licence: MIT License
Matplotlib for Chez Scheme

Programming Languages

scheme
763 projects

Projects that are alternatives of or similar to Matplotlib

Ballista
a Express style webframework for Igropyr (Chez Scheme http-server)
Stars: ✭ 15 (-37.5%)
Mutual labels:  chez-scheme, chez
json
a portable, powerful and pure functional JSON library for Scheme
Stars: ✭ 40 (+66.67%)
Mutual labels:  chez-scheme, chez
joypy
Joyplots in Python with matplotlib & pandas 📈
Stars: ✭ 418 (+1641.67%)
Mutual labels:  matplotlib
Exploratory Data Analysis Visualization Python
Data analysis and visualization with PyData ecosystem: Pandas, Matplotlib Numpy, and Seaborn
Stars: ✭ 78 (+225%)
Mutual labels:  matplotlib
DIP-In-Python
Play around with Pixel in Python
Stars: ✭ 42 (+75%)
Mutual labels:  matplotlib
SciPlot-PyQt
A Matplotlib-wrapped user-interface for creating and editing publication-ready images and plots
Stars: ✭ 32 (+33.33%)
Mutual labels:  matplotlib
slam-python
SLAM - Simultaneous localization and mapping using OpenCV and NumPy.
Stars: ✭ 80 (+233.33%)
Mutual labels:  matplotlib
expyplot
Matplotlib for Elixir
Stars: ✭ 27 (+12.5%)
Mutual labels:  matplotlib
ANPR-Tensorflow
Using neural networks to build an automatic number plate recognition system.
Stars: ✭ 26 (+8.33%)
Mutual labels:  matplotlib
ipython-notebooks
A collection of Jupyter notebooks exploring different datasets.
Stars: ✭ 43 (+79.17%)
Mutual labels:  matplotlib
Image-Classifier
Final Project of the Udacity AI Programming with Python Nanodegree
Stars: ✭ 63 (+162.5%)
Mutual labels:  matplotlib
reddit-hot-recorder
Records the activity (comments and karma) on the hot page of a Reddit sub and prepare an animated data visualisation.
Stars: ✭ 89 (+270.83%)
Mutual labels:  matplotlib
Dimensionality-reduction-and-classification-on-Hyperspectral-Images-Using-Python
In this repository, You can find the files which implement dimensionality reduction on the hyperspectral image(Indian Pines) with classification.
Stars: ✭ 63 (+162.5%)
Mutual labels:  matplotlib
SciColorMaps
Custom .NET color maps (user-defined or imported from matplotlib) for scientific visualization
Stars: ✭ 26 (+8.33%)
Mutual labels:  matplotlib
2021 course dev-rougier
NumFocus Academy - Matplotlib (beginner)
Stars: ✭ 54 (+125%)
Mutual labels:  matplotlib
Scipy-Bordeaux-2017
Course taught at the University of Bordeaux in the academic year 2017 for PhD students.
Stars: ✭ 16 (-33.33%)
Mutual labels:  matplotlib
datatile
A library for managing, validating, summarizing, and visualizing data.
Stars: ✭ 419 (+1645.83%)
Mutual labels:  matplotlib
mpl-interactions
Sliders to control matplotlib and other interactive goodies. Works in any interactive backend and even uses ipywidgets when in a Jupyter notebook
Stars: ✭ 62 (+158.33%)
Mutual labels:  matplotlib
astetik
Astetik takes away the pain from telling visual stories with data on Python
Stars: ✭ 15 (-37.5%)
Mutual labels:  matplotlib
matplotlib-haskell
Haskell bindings for Python's Matplotlib
Stars: ✭ 80 (+233.33%)
Mutual labels:  matplotlib

Matplotlib for Chez Scheme

image

powerful plotting library built on the popular Matplotlib

Notice: MacOS 10.14.6 has a backend bug: Tck.Tk will crash the MacOS so Matplotlib may not run on this version of system.

image

(define x (np-arange (int 0) (int 10) (float 0.1)))
(define y (np-sin x))
(plt-plot y)
(plt-show)

image

(define x (np-linspace (int 0) (int 10) (int 100)))
(define y (np-exp (np-negative x)))
(plt-plot y)
(plt-show)

Depencies:

https://guenchi.github.io/Darkart

https://github.com/python/cpython

https://github.com/matplotlib/matplotlib

The Darkart ecosystem:

https://guenchi.github.io/NumPy

https://guenchi.github.io/SciPy

https://guenchi.github.io/SymPy

https://guenchi.github.io/Matplotlib

https://guenchi.github.io/Pandas

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].