All Projects → yuma-m → matplotlib-draggable-plot

yuma-m / matplotlib-draggable-plot

Licence: other
An example of draggable plot for matplotlib

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to matplotlib-draggable-plot

Alyn
Detect and fix skew in images containing text
Stars: ✭ 202 (+551.61%)
Mutual labels:  matplotlib
Matplotlib Cheatsheet
Matplotlib 3.1 cheat sheet.
Stars: ✭ 2,806 (+8951.61%)
Mutual labels:  matplotlib
ml-book
Codice sorgente ed Errata Corrige del mio libro "A tu per tu col Machine Learning"
Stars: ✭ 16 (-48.39%)
Mutual labels:  matplotlib
Dexplot
Simple plotting library that wraps Matplotlib and integrated with DataFrames
Stars: ✭ 208 (+570.97%)
Mutual labels:  matplotlib
Deeplearning cv notes
📓 deepleaning and cv notes.
Stars: ✭ 223 (+619.35%)
Mutual labels:  matplotlib
Jupyter Tips And Tricks
Using Project Jupyter for data science.
Stars: ✭ 245 (+690.32%)
Mutual labels:  matplotlib
Python Novice Inflammation
Programming with Python
Stars: ✭ 199 (+541.94%)
Mutual labels:  matplotlib
pyCircos
python Circos
Stars: ✭ 233 (+651.61%)
Mutual labels:  matplotlib
Kagglestruggle
Kaggle Struggle
Stars: ✭ 228 (+635.48%)
Mutual labels:  matplotlib
publib
Produce publication-level quality images on top of Matplotlib
Stars: ✭ 34 (+9.68%)
Mutual labels:  matplotlib
Windrose
A Python Matplotlib, Numpy library to manage wind data, draw windrose (also known as a polar rose plot), draw probability density function and fit Weibull distribution
Stars: ✭ 208 (+570.97%)
Mutual labels:  matplotlib
Edaviz
edaviz - Python library for Exploratory Data Analysis and Visualization in Jupyter Notebook or Jupyter Lab
Stars: ✭ 220 (+609.68%)
Mutual labels:  matplotlib
Contextily
Context geo-tiles in Python
Stars: ✭ 254 (+719.35%)
Mutual labels:  matplotlib
Cheatsheets Ai
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
Stars: ✭ 14,095 (+45367.74%)
Mutual labels:  matplotlib
Python-Course
Python Basics, Machine Learning and Deep Learning
Stars: ✭ 50 (+61.29%)
Mutual labels:  matplotlib
Sorting Visualizer
📊 Some python scripts which can visualize several famous sorting algorithms and generate the animations via Matplotlib.
Stars: ✭ 200 (+545.16%)
Mutual labels:  matplotlib
The Elements Of Statistical Learning Notebooks
Jupyter notebooks for summarizing and reproducing the textbook "The Elements of Statistical Learning" 2/E by Hastie, Tibshirani, and Friedman
Stars: ✭ 241 (+677.42%)
Mutual labels:  matplotlib
geojsoncontour
Convert matplotlib contour plots to geojson
Stars: ✭ 78 (+151.61%)
Mutual labels:  matplotlib
awesome-matplotlib
A curated list of awesome repos and tutorials to develop great matplotlib graphs and diagrams
Stars: ✭ 154 (+396.77%)
Mutual labels:  matplotlib
Artificial Intelligence Deep Learning Machine Learning Tutorials
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.
Stars: ✭ 2,966 (+9467.74%)
Mutual labels:  matplotlib

Matplotlib draggable plot example

Draggable plot example

Installation

$ pip install matplotlib

Usage

$ python draggable_plot.py
  • Left click to add new point
  • Drag to move point
  • Right click to remove point

matplotlib でプロット上の点をドラッグする例

使い方

  • プロット上を左クリックで点を追加
  • プロット上の点をドラッグで移動
  • プロット上の点を右クリックで削除
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].