Login
Discover
Waves
Decks
Upgrade
Login
Signup
Topics
New
Trending
Hot
New
New
Trending
Hot
New
Controversial
Rising
Promoted
matplotlib
gamer00
programming
Tuesday, November 5, 2024 5:13 PM
Visualizing Pi and the Golden Ratio: Mathematical Art in Python
Today, I realized that while Pi has been turned into musical notes before, I’d never seen it represented as visual art. So I decided to whip up a Python script...
$ 4.591
117
1
oflyhigh
HIVE CN 中文社区
Saturday, November 4, 2023 9:54 AM
每天进步一点点:解决Matplotlib绘图中的几个问题
好多天前,分享了一下在电脑上运行自己十多年前写的代码,其核心就是使用Python+matplotlib绘图。matplotlib是一个非常强大的综合库,用于在 Python 中创建静态、动画和交互式可视化程序。 (图源 :pixabay) 最近又把matplotlib找出来使用,不曾想却遇到几个问题(忘记N年前是如何解决的啦),经过一番学习和探索,总算把这几个拦路虎摆平啦,记录下来以免遗忘,也希望能帮到后来者。
$ 79.065
256
5
epearson
photo
Wednesday, March 31, 2021 3:12 AM
Colorblind Correction - Dublin + Python 1
Colorblind Correction - Dublin + Python 1
$ 0.320
18
oflyhigh
cn
Wednesday, September 25, 2019 12:08 AM
在香蕉派(Banana Pi)M3上安装matplotlib
打算在香蕉派(Banana Pi)M3上用一下matplotlib,执行安装指令后,出了一大堆错误,安装也没有成功。 安装出错 安装指令如下(virtualenv下): pip install matplotlib 随便截取一些出错内容: 看提示信息,主要是在编译numpy时候出错。 解决办法 在numpy的官方github上找到一个反应相同问题的issue: Failed to build v1.17.0
$ 24.113
248
2
wiseagent
CineTV
Monday, August 4, 2025 12:31 AM
Promoted
CineTV Contest: Studio Ghibli, a source of inexhaustible cinematic pleasure.
This publication was also writen in SPANISH and PORTUGUESE. Critical Hits When I think about movies that easily relax me, I could rattle off a very long list of projects that manage to do so. However,
$ 9.158
365
4
4
markgritter
python
Monday, November 26, 2018 5:45 AM
Plotting all integer lattice paths from (0,0) to (3,5)
If you start at (0,0) and can take one step at a time either north (0,+1) or east (+1,0), how many different ways are there to get to (3,5)? I wanted to augment this answer on Quora with a visual
$ 1.091
163
2
papasmf1
kr
Friday, October 12, 2018 7:40 AM
요즘 공부하고 있는 모듈이 파이썬에 내장되어 있는 tkinter입니다.
지난주와 이번주 계속 자료를 수집하고 책을 보고 있습니다. 파이썬에서 tkinter모듈을 사용하면 파이썬으로 연산한 결과를 바로 GUI기반으로 다듬을 수 있습니다. 매우 쉽고 재미있는 모듈입니다. 실행파일로 만들어서 바로 배포를 한다면 웹크롤링한 자료를 matplotlib로 차트를 그려서 tkinter모듈로 GUI를 입히면 가능해 보입니다. ^^ '''
$ 0.378
10
6
markgritter
visualization
Saturday, September 22, 2018 7:55 AM
Bigrams in SOWPODS
"Bigrams" = two-letter combinations "SOWPODS" = a Scrabble word list (SOWPODS is the list I keep around for playing around with word algorithms or solving puzzles, because I could get
$ 0.093
9
2
1
datatreemap
python
Thursday, June 21, 2018 11:17 AM
Intro to Data Analysis / Visualization with Python, Matplotlib and Pandas | Matplotlib Tutorial!
This is a great channel for beginners in data analysis using Python ! These are some of the points the tutorial covers : 1- Why data visualization? 2- Why Python? 3- Why Matplotlib? 4- Installing Jupyter
$ 0.125
5
1
chatsunny
Foodies Bee Hive
Sunday, August 3, 2025 5:45 PM
Promoted
Quick and Easy Sunday Breakfast: Homemade Nigerian Puff-Puff for the Family
Hey Hive friends 👋🏾 Sunday mornings in our home are always a bit of a rush, trying to beat the clock, get everyone ready for church, and still find time to put something decent on the table. But today,
$ 0.700
32
3
1
baristutakli
coogger
Wednesday, May 16, 2018 6:49 PM
Makine öğrenmesi
Machine Learning ve Python Python veri analizi için mükemmel bir dildir çünkü mevcut olan binerce paket sayesinde veri analistler ve geliştiriciler için en iyi seçimdir. Machine learning için ihtiyacımız
$ 1.331
9
3
dj-on-steem
kr-python
Wednesday, April 11, 2018 2:41 PM
[Matplotlib] 10. Plot Accessary: Color Map (part2) + Color Bar
10. Plot Accessary: Color Map (part2) + Color Bar 이번 편에서는 ColorBar 색봉과 함께 색지도를 정규화하는 방법에 대하여 알아보겠습니다. 10.1 ColorBar() Color Bar 색봉은 색과 그 색에 해당하는 값을 알려주는 일종의 Legend 레전드입니다.
$ 3.641
7
3
dj-on-steem
kr-python
Friday, April 6, 2018 7:09 PM
[Matplotlib] 09. Plot Accessary: Color Map (part1)
09. Plot Accessary: Color Map (part1) 전편에서 다뤘던 imshow()와 같은 2차원 시각화 기능에서 가장 중요한 요소중에 하나는 역시 색깔의 적절한 선택이겠죠. Matplotlib에는 여러 종류의 Color Map이 내장되어있어, 원하는 종류를 골라 쓰면 되겠습니다. 현재 내재된 색지도는 아래 사이트에서 확인하실 수 있습니다.
$ 5.368
11
8
sunsi
python
Wednesday, April 4, 2018 5:53 AM
使用Python爬取网站数据分析
玩Chat分享有一段时间了,回过头来看看从数据爬取(如何用 Python 爬取网页制作电子书)、前后端(用 Kotlin 开发 SpringBoot 之 Data JPA、使用 Angular2+ 开发 Markdown 编辑器)、到开发语言(TypeScript 快速入门)都有涉及。但我们在分享一场 Chat 的时候,有没有思考过: 哪类 Chat 最受欢迎? 哪类 Chat 作者最多? 发布 Chat
$ 0.000
1
darth-azrael
Hive Gaming
Sunday, August 3, 2025 6:23 PM
Promoted
Army Men 3D (PlayStation)
Army Men 3D is a third person action game released in 1999 by 3DO for the PlayStation.
$ 2.172
103
5
4
dj-on-steem
kr-dev
Monday, March 26, 2018 3:47 PM
[Matplotlib] 08. Plot Main: Imshow
08. Plot Main: Imshow() 전편의 plot() 함수가 선을 그어주는 함수라면, imshow()는 2차원 데이타를 평면에 색깔을 이용하여 그려주는 함수입니다. Axes.imshow(X, cmap=None, norm=None, aspect=None, interpolation=None, alpha=None, vmin=None, vmax=None,
$ 2.779
6
1
kverma
utopian-io
Sunday, March 25, 2018 5:33 PM
Create Line Graph In Python Using Matplotlib
What Will I Learn? We can create 2D graphs using matplotlib in python. In this tutorial we will be learning all basic syntax to create a line graph. Because the starting point of matoplotlib is line graph.
$ 0.051
4
1
dj-on-steem
kr-dev
Tuesday, March 20, 2018 6:37 PM
[Matplotlib] 07. Plot Main: Plot()
07. Plot Main: Plot() 사실 그동안 예제 프로그램에서 계속 써왔던 함수, plot()에 대하여 짚고 넘어가 보도록 하겠습니다 . Axes.plot(*args, data=None, **kwargs) 플롯 함수는 주어진 x와 y값에 대하여 직선 혹은 마커를 표시해줍니다. 위 웹페이지에 나와 있듯이, 간단한 사용법은 다음과 같습니다. plot([x],
$ 4.378
7
1
dj-on-steem
kr-dev
Tuesday, March 13, 2018 3:05 PM
[Matplotlib] 06. Plot Accessories: Legend
06. Legend 도표의 정보를 정확히 전달하기 위하여 레전드의 사용은 필수적이죠. 레전드를 표시하는 명령어는 matplotlib.pyplot.legend(*args, **kwargs)입니다. 위 웹사이트에 나와 있듯이, 레전드를 이용하는 가장 간단한 방법은 다음과 같습니다. line = ax.plot([1, 2, 3], label='label1') ax.legend()
$ 3.404
8
2
cryptounicorn420
Paper in my Pocket
Sunday, August 3, 2025 8:58 PM
Promoted
Trustdice Faucet
Image is a screenshot from Trustdice's faucet claim page for educational purposes. Disclaimers: This post is not financial advice. If you decide to follow what I am doing, you do so at your own risk. This
$ 2.309
176
4
dj-on-steem
kr-dev
Wednesday, March 7, 2018 9:55 PM
[Matplotlib] 05. Plot Accessories: Grid and Supporting Lines
05. Plot Accessories: Grid and Supporting Lines 도표를 돋보이게 하는 격자선과 보조선에 대해 알아보겠습니다. 먼저 이번 편의 기본이 되는 코드를 보시겠습니다. import sys import numpy as np import matplotlib.pyplot as plt from matplotlib.ticker import
$ 3.334
66
1
emirfirlar
utopian-io
Wednesday, February 28, 2018 3:49 PM
How to build Thermodynamic Cycle with PYroMat ?
Introduction PYroMat is an open source program that provides us with thermodynamic properties in Python. PYroMat; used to obtain the thermodynamic properties of materials from the command line or
$ 18.452
10
6
dj-on-steem
kr-dev
Tuesday, February 27, 2018 8:53 PM
[Matplotlib] 04. Axes Setup: Ticks and Tick Labels
""" 제 개인적 목표는 Object-Oriented Programming과 친해지기 Github와 친해지기 입니다. 이 목표에 닿기 위해 일단 제가 나름 좀 아는 Python, 그 중에서도 Numpy와 Matplotlib로부터 시작하려 합니다. """ 04. Axes Setup: Ticks and Tick
$ 0.197
5
6
emirfirlar
utopian-io
Monday, February 26, 2018 12:56 AM
Build Three Dimensional Plotting With Matplotlib
Introduction Matplotlib is an open-source Python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms. Matplotlib
$ 0.214
14
8
Top communities
Create decentralized community