-
Hi,
I've been having a problem in drawing things via matplotlib.pyplot as its backend is someway/somehow converted into 'agg' (and not TkAgg), which is the one normally used for non-GUI editors. T…
-
```
[matplotlib] building 'matplotlib.backends._macosx' extension
[matplotlib] gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/certik/.hashdist/bld/bzip2/izbfjjy664h4/include -I…
-
I still haven't got any unit tests for the decorated `matplotlib`. I ran into "not installed as a framework" errors; travis is giving problems with the packages at the moment anyway, so I am just leav…
-
Hey @jakevdp,
How would you feel about moving [scatter_contour](http://www.astroml.org/modules/generated/astroML.plotting.scatter_contour.html#astroML.plotting.scatter_contour) to [astropy.visualiz…
-
Recently the function get_axes was removed from the matplotlib. It has been marked as deprecated previously.
The function is used in the image_viewer example and causes script errors on recent impl…
-
Hi there,
I'm getting an error everytime I want to generate the graph into the pdf file:
```
File "C:\Users\ngenne\Desktop\PRIVE-Deep-Learning\NIH\chest-xray\convnet_drawer\matplotlib_util.py…
-
@ThomasWalter wrote a function ``plot_img`` for a new gallery example https://github.com/scikit-image/scikit-image/pull/2680/files#diff-76dba9af33e77a87351f24e67e6963fbR56, which displays a (small) gr…
-
Hi! I install all required modules with the requirements file that it is included in the project. However, when I want to infer I get the following error:
`ModuleNotFoundError: No module named 'mat…
-
It might be nice to have a notebook showing how to do common things people are familiar with in matplotlib in HoloViews. I don't think we necessarily require drawn out examples - just a table of matpl…
-
It shows a deprecation warning for now
https://travis-ci.org/github/sympy/sympy/jobs/718407869#L1710
`The 's' parameter of annotate() has been renamed 'text' since Matplotlib 3.3; support for the ol…