-
There is a possibility to create new series types for Scientific data visualisation, such as:
- [ ] Histogram 3D
- [ ] Column 3D with full suport for z axis
- [ ] Contour #17324
- [ ] Vector fi…
-
Hey, @anikfal i was just curious when we are extracting the data or generating the contour plots from the WRF file can we convert the time zone from UTC to local time?
Another issue is when we are …
-
(v2020.10.0) The application of colour scales in contour plots has a problem with values that are out of scale ... it goes to white. While this is potentially a desirable option (see below feature sug…
-
## Motivation
Current contour plot looks like this with around 2000 trials and 8 parameters.
![image](https://user-images.githubusercontent.com/24619922/215919488-c5e6b6f1-74ea-4088-aad6-716205c0a65…
-
How do 2D colour-fill plots with NaN regions look in `matplolib`?
Something like the output of an SofQW calculation would be a good test case.
-
Hi,
I'm having some problems plotting contour line plots (`fill=false`) using the GR backend.
MWE:
```julia
using Plots; gr()
Plots.contour(collect(1:100)*collect(1:100)', fill=true, c=:turbid…
-
I am having an issue using SCORPIUS, I want to set my progression group to show my Seurat clusters and the trajectory line between them - I am getting this error
Error in check_numeric_vector(progr…
-
#### ALL software version info
(this library, plus any other relevant software, e.g. bokeh, python, notebook, OS, browser, etc)
panel: 0.12.4
param: 1.12.0
jupyterlab: 3.0.16
holoviews: 1.14.7 …
-
### Bug summary
When a contour plot is made and a legend is added, the marker for the contour plot is not shown.
### Code for reproduction
```python
import matplotlib.pyplot as plt
import n…
-