-
When plotting data using pcolormesh on a basemap projection (or a cartopy projection) I notice strange lines appear when I set the alpha value to less than 1.
Example code:
```
from mpl_toolkit…
-
```
from mpl_toolkits.basemap import Basemap
import matplotlib.pyplot as plt
map = Basemap(projection='robin', lat_0=0, lon_0=100)
map.readshapefile('./Paleo_Sturtian_750Ma', 'Paleo_Sturtian_750…
-
I'd like to know how to plot 3D curves with this library. I've got 2D solved but I get a not-implemented exception when I feed it a 3D curve.
jhihn updated
7 years ago
-
I am going to make a new magnetic dipole app or re-make Mag_Dipole.ipynb.
Two years ago, I made Mag_Dipole.ipynb as it had some new functionalities:
(1) It models the magnetic field of a dipole as…
-
Hello,
I have gnuplot 5.4 installed on Windows 10 , (python 3.7 32 bit) and Octave 64 bit 6.1.0, oct2py 5.2.0.
running this simple code keeps the plot window frozen to Figure 2:
##################…
-
Hi,
When i increase the lat long range for plotting in Cartopy with zoom level 10 or more than this cartopy plot is taking several hours to plot a single image. I want to increase the zoom level…
-
Hello,
I'm new on this field and I would like to improve my skills. So my problem is :
I downloaded the NTU RGB dataset (only the Skeleton part) and I would like to draw one skeleton in Python. …
-
Using the following setup, Python 2.7/matplotlib 1.2.1/basemap 1.0.6
``` python
from mpl_toolkits import basemap
m1 = basemap.Basemap(projection='cea', lon_0=0)
lon = [-135, -45, 45, 135]
lat = [45,…
-
### Bug report
**Bug summary**
The shading of the voxels when using alpha looks off, when they overlap, shades seem to cancel each other out.
**Code for reproduction**
```
from mpl_tool…
-
Not quite sure where to put this but here's some simple code for getting the station lats and lons and plotting them on a map (provided by **Basemap**):
``` python
# Do:
# $ conda install basemap
# t…