The Wayback Machine - https://web.archive.org/web/20200304113211/https://github.com/topics/matplotlib
Skip to content
#

matplotlib

Here are 3,227 public repositories matching this topic...

2313499
2313499 commented Mar 2, 2019

I was having a very hard time figuring out

fill = A.stack().mean()
A.add(B, fill_value=fill)

fill = 4.5. However I computed a value of 3.2 because I was taking the mean from the column of A not the DataFrame A.
This coming after the Indexing chapter where "explicit is better than implicit." I was thinking that this should be a little more explicit.

donnemartin
donnemartin commented Jul 1, 2015

"Bokeh is a Python interactive visualization library that targets modern web browsers for presentation. Its goal is to provide elegant, concise construction of novel graphics in the style of D3.js, but also deliver this capability with high-performance interactivity over very large or streaming datasets. Bokeh can help anyone who would like to quickly and easi

yellowbrick
bbengfort
bbengfort commented Feb 8, 2020

We have a minor documentation conflict where the :class:~yellowbrick.regressor.residuals.PredictionError directive in our documentation is not able to resolve the link to the API documentation. The issue is that we have the yellowbrick.regressor.residuals automodule in both peplot.rst and in residuals.rst so the documentation doesn't know which one to link to. The solutions that I can se

人工智能学习路线图,整理近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等热门领域

  • Updated Mar 4, 2020
ResidentMario
ResidentMario commented Jul 5, 2019

The current QuadTree implementation (the core of gplt.quadtree) only performs a split if every subpartition satisfies the splitting rules. This was done because this algorithm is easy to implement this way.

However, it has serious limitations for visualization purposes. For interpretability, the best splitting rule to use would be nmin which would guarantee that every sub-partition contai

MarkWieczorek
MarkWieczorek commented Nov 16, 2019

Problem
It is very difficult to understand how the web documentation is organized, what documentation exists, and how to navigate the documentation. There is no table of contents, and the only way to discover what documentation actually exists is to (1) click continuously on the "next topic" to go through all pages in order, (2) "search" and hope you get lucky, (3) use the "index" that provid

banesullivan
banesullivan commented Jun 24, 2019

Would it make sense to implement a get_cmap function as colorcet.cm.get_cmap that could override Matplotlib's so that external libraries using MPL's get_cmap could just replace it with Colorcet's get_cmap if Colorcet is available at runtime? This would make interfaceing with Colorcet super easy for other libraries already leveraging MPL's colormaps.

I'm thinking that this function would

Improve this page

Add a description, image, and links to the matplotlib topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the matplotlib topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.