-
When one's data is irregular, the plugin will draw contours in all regions which are between topo points, even if that is not sensible. An example is a set of points every 4m or so along a driveway,…
-
-
Hi. I'm currently using your bindings in my project and created a skia-canvas. Works great.
Yesterday I thought I could add hardware-accelerated matplotlib-support with that by writing a skia-python …
-
### Bug report
**Bug summary**
Passing `transform=None` through imshow results in a blank plot.
I've been playing around a little bit with data transforms and projections in matplotlib. Fo…
-
In Jupyter, any figure widgets created during plan execution will _display_ but will not receive data until the cell is done executing. Thereafter, any _changes_ to the figure (e.g. additional plans e…
-
Hello, I was sent from Anaconda-issue [#705 Matplotlib Text Wrap is Broken in Spyder](https://github.com/ContinuumIO/anaconda-issues/issues/705) to IPython.
The problem is that Text wrap works fine w…
-
```
The backend is now hardcoded in plotutils.py to GTKAgg, so that the live
plotting (Log) works, but this prevents matplotlib plots in isfepy, and
femhub (sage notebook) too.
```
Original issue rep…
-
I complied Julia under Archlinux. Successfully added PyPlot package, but failed in loading it:
```
julia> using(PyPlot)
ERROR: PyError (PyImport_ImportModule)
ImportError("No module named 'matplotli…
-
cf https://github.com/matplotlib/matplotlib/issues/4853,
##
Assigning to self, but feel free to take over. Opening here to remind me to take a look.
-
I often use ipython to display an interactive prompt, while matplotlib histograms are shown in the background. An example of this usage is shown below.
```python
#!/usr/bin/env python3
import …