-
```
import iris
import cartopy
import matplotlib.pyplot as plt
import iris.quickplot as qplt
import cartopy.crs as ccrs
cube = iris.load_cube(iris.sample_data_path('A1B.2098.pp'))
plt.axes(projectio…
-
When using a contour plot with x and y axes of different length (but the same range of values), the plot does not display with correct range:
```julia
using Dash, DashHtmlComponents, DashCoreCompo…
-
Right now the level on the hypervolume contour plot is set at 0.01 by default. But if the KDE has too low of a density, it won't plot anything. Either allow the user to set the level as an argument, o…
-
- [x] Remove all bat sonar examples
- [x] The subplots in fig 1.10 are produced as two different plots.
- [x] Spectrogram of noisy transient signal (fig 1.11)
- [x] STFT of multicomponent nonstationar…
-
Reported by Russ Bullock
The first time a formula is plotted, the plotted field does not appear with the legend. Clicking to change the timestep or layer displayed makes the contours appear for th…
-
Hi all,
I'm trying to fetch contour line coordinates from a `npaeqd` projection plot and I noticed that the contour lines will be broken into 2 parts whenever it crosses the 0-degree longitude, even …
-
### Describe the bug:
PCA environmental contours returning odd results when Tp is used as the period value (rather than Te)
### To Reproduce:
This is just a slight modification to the code in…
-
**Problem Description**
Failing to build wheel for chaco due to numpy version check.
With Python 3.12.2, numpy 1.26.4, chaco 6.0.0 installation failed.
Script chaco/plots/contour/cntr.c is calling …
-
### What happened?
In the example of the Kolmogorov distribution, we see that the legend of the PolygonArray is not printed.
https://openturns.github.io/openturns/latest/auto_data_analysis/statist…
-
Hello,
I was trying to run the _3D_contour.py_ file. It can be run successfully. But the results seem to be wired. I am unsure whether it is because the maximum of my wind speed is 5 m/s.
![imag…