Jupyter Notebook Matplotlib

Open-source Jupyter Notebook projects categorized as Matplotlib

Top 23 Jupyter Notebook Matplotlib Projects

  • PythonDataScienceHandbook

    Python Data Science Handbook: full text in Jupyter Notebooks

    Project mention: About Data analyst, data scientist and data engineer, resources and experiences | dev.to | 2024-03-26

    Python Data Science Handbook

  • prettymaps

    A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely libraries.

    Project mention: Show HN: Map2Image – Download Beautiful City Maps | news.ycombinator.com | 2024-01-17

    These maps look great! Reminds me of a project I saw a long time ago [1]. Glad you made this downloadable for everyone who cannot write code.

    P.S.: Now, I also have some (birthday) presents ;-)

    [1] https://github.com/marceloprates/prettymaps

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • machine_learning_complete

    A comprehensive machine learning repository containing 30+ notebooks on different concepts, algorithms and techniques.

  • adjustText

    A small library for automatically adjustment of text position in matplotlib plots to minimize overlaps.

  • joypy

    Joyplots in Python with matplotlib & pandas :chart_with_upwards_trend:

  • Python-Roadmap

    Python Roadmap. Learn Python programming as your first programming language. Python for Absolute Beginners, Non-Tech Professionals, 15+ Projects, 30 Topics, 500+ Practice Questions, with Data Structures & Algorithms

    Project mention: Go Roadmap | /r/golang | 2023-05-05

    There is one in roadmap.sh. But, I feel like it's not that detailed. From what I know, there are some random github repos for python roadmap like https://github.com/hemansnation/Python-Roadmap and some articles like https://www.bestcolleges.com/bootcamps/guides/python-projects-for-beginners/ Or maybe this one https://www.reddit.com/r/Python/comments/z3gntf/detailed_python_developer_roadmap/?utm_medium=android_app&utm_source=share

  • Quantum-Computing-Collection-Of-Resources

    A Well Maintained Repository On Quantum Computing Resources [Code+Theory] Updated Regularly During My Time At IBM, Qubit x Qubit And The Coding School's Introduction To Quantum Computing Course '21

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • PtitPrince

    python version of raincloud

  • benford_py

    Python implementation of Benford's Law tests.

  • forestplot

    A Python package to make publication-ready but customizable coefficient plots.

  • data-analytics-project-template

    A python project starter template for data-analytics and data-science.

  • 30-day-map-challenge

    Maps made as part of the #30DayMapChallenge - mostly in python but also use QGIS and other tools

    Project mention: Traffic collisions including cyclists in London 2022 | /r/hypeurls | 2023-11-10
  • bsm-time-machine

    A Black-Scholes-based options backtesting simulator

  • PythonCompphys

    Some python workbooks with various topics from Computational Physics

  • data-science-notes

    Notes of IBM Data Science Professional Certificate Courses on Coursera

  • python-tutorials

    JupyterLab based Python Tutorials. These are detailed markdown tutorials covering installation, markdown, text datatypes, numeric data types, collections, programming constructs, the collections, itertools, math, random, datetime, statistics, sys, operating system, abc, csv and pickle modules, the numpy, pandas and matplotlib libraries.

    Project mention: JupyterLab Python Tutorials | /r/Python | 2023-04-17
  • wahlomat_analysis

    Analyzes www.wahl-o-mat.de German political party data

  • nbplot

    Command-line utility to quickly plot files in a Jupyter notebook.

  • Netflix_Analysis

    A personal project involving detailed analysis of my viewing history on Netflix.

  • Human-pose-estimation

    A quick tutorial on multi-pose estimation with OpenCV, Tensorflow and MoveNet lightning.

  • visualizingRuntimes

    Use code to visualize and determine runtime complexities for different algorithms.

  • Matplotlib

    Matplotlib notes and examples (by mritunjaysri28)

    Project mention: Mastering Matplotlib: A Step-by-Step Tutorial for Beginners | dev.to | 2023-12-25

    ![Matplotlib_25_1](https://github.com/mritunjaysri28/Matplotlib/assets/25318797/06a2a78f-acb7-4a3e-b3c2-c16d360af70f) ## Scatter Graph * It similar to a line graph * Used to show how one variable is related to another * It consists of data points, if it is linear then it is highly correlated * It only marks the data point. * Syntax: plt.scatter(x,y) ### Parameter of Scatter Graph * c: Sets color of markers. * s: Sets the size of markers. * marker: Select a marker. e.g.: circle, triangle, etc * edgecolor: Sets the color of lines on the edges of markers. ```python x=[1,4,6,8,2] y=[10,10,1,5,0] fig = plt.figure(figsize=(8,4)) ax = fig.add_subplot() ax.scatter(x , y , c='red' , s=500 , marker='*' , edgecolor='blue' , label='scatter') ax.set_title('Scatter') ax.set_xlabel('X-Axis') ax.set_ylabel('Y-Axis') plt.legend()

  • rho_plus

    The Python data viz nitro canister you didn't know you needed

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-03-26.

Jupyter Notebook Matplotlib related posts

Index

What are some of the best open-source Matplotlib projects in Jupyter Notebook? This list will help you:

Project Stars
1 PythonDataScienceHandbook 41,182
2 prettymaps 10,773
3 machine_learning_complete 4,462
4 adjustText 1,400
5 joypy 526
6 Python-Roadmap 347
7 Quantum-Computing-Collection-Of-Resources 265
8 PtitPrince 223
9 benford_py 145
10 forestplot 95
11 data-analytics-project-template 69
12 30-day-map-challenge 67
13 bsm-time-machine 57
14 PythonCompphys 46
15 data-science-notes 28
16 python-tutorials 16
17 wahlomat_analysis 10
18 nbplot 6
19 Netflix_Analysis 5
20 Human-pose-estimation 4
21 visualizingRuntimes 2
22 Matplotlib 1
23 rho_plus 1
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com