-
The problem is based on the way that julia distinguishes between singleton arrays and nx1 two-dimensional arrays. The optional argument `zs` for `plot3D( xs, ys, zs=zs )` is not robust to these two di…
ghost updated
10 years ago
-
### Bug summary
I am encountering an ImportError when attempting to use Matplotlib v3.8.0 in my Python package's tests, specifically when running them with pytest. This issue does not occur with olde…
-
### Bug report
**Bug summary**
When plotting 3D arrows, there are no arguments in `Axes3D.quiver()` that can be used to changed the shape/size of the head of a 3D arrow. Nor is there any r…
-
I think that a lot of plotting API can be redone by making functions that take matplotlib `Axes` and operates in-place to `Axes` to append the data points and options to work with existing matplotlib …
-
I took some time to look into @yquilcaille's [`distrib_cov._get_weights_nll`](https://github.com/MESMER-group/mesmer/blob/2b5da4a9f5f450c2b01f8e5e64a97eb35dd99d47/mesmer/mesmer_x/train_l_distrib_mesme…
-
### Please make sure these conditions are met
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the latest version of scanpy.
- [ ] (op…
-
### System information
- This concerns a customized script applying PINN
- Runs both (quite well) on Jupyter Notebooks, and Colab
- TF2 (and T1 in other environment) installed using Anaco…
-
Hi,
I am confused about the preprocessing chain before running kilosort. In nearly all provided examples, 'highpass_filter', 'phase_shift' and 'common_reference' were run and sorters were called li…
-
I'm trying to plot the surface of an ellipsoid, following the parametric equations from [MathWorld](http://mathworld.wolfram.com/Ellipsoid.html). I get a 30,000-line Traceback, which I'll summarise la…
-
Ahkab currently supports two radically different syntaxes and semantics for describing circuits and analyses:
- a SPICE3-like netlist format, akin to what one might encounter when using pspice, ng…