-
Not sure if this is a known issue, but the following code gives me this not so nice output. (I'm currently checked out on master.)
``` julia
using PyPlot
figure()
subplot(2,2,1)
plot(randn(10))
subpl…
-
I've tried
``` python
%load_ext holoviews.ipython
import numpy as np
from holoviews import Surface
```
``` python
%%opts Surface [figure_size=125] (cmap='jet' rstride=20, cstride=2)
Surface(np.sin(…
-
### Bug summary
When trying to use pyplot interface from wx.App, pyplot.show() does not block and does not start an event loop
### Code for reproduction
```python
#!/usr/bin/env python
import matp…
-
Hi I have an issue while trying to make a regional plot. I just a loaded in a GL-sumstats object of which I already did a ` basic_check()`. Before this I made a normal Manhatta…
-
Just had a user request for adding a color-blind color pattern for the UMAP display.
We could follow the suggestion based on Wong B's manuscript[, "Points of view: Color blindness." Nature Methods…
-
## Problem
Currently, `ax.plot_wireframe()` does not support a colormap; however, this is a very important use case for waterfall plots in spectroscopy.
A workaround was recently implemented in stac…
-
Great package. I've just begun tinkering at a very low level to make sure my intuition reflects what the code is doing. I've set a two factor experiment with a normal distribution for a response. For …
-
When running the example code from http://holoviews.org/reference/elements/matplotlib/Scatter3D.html#matplotlib-gallery-scatter3d as a stand alone file
```
import numpy as np
import holoviews as …
-
### What is the name of the app?
Julia
### (Optional) Where is the app hosted?
https://julialang.org/downloads/
### About the app
Julia is a high performance programming language.
Pr…
-
NXdata groups that contain three-dimensional data representing S(**Q**) are often stored with axes that are parallel to the principal reciprocal lattice vectors (e.g., H, K, L). When transformed to cr…