-
Say that my `Plotting` package has a `ContourExt` extension:
```
name = "Plotting"
[weakdeps]
Contour = "d38c429a-6771-53c6-b99e-75d170b6e991"
[extensions]
ContourExt = "Contour"
```
but t…
-
the implementation was missing marker support, which has been added
-
In addition to scatter plots of individual samples, the posterior density is also often visualized as heat maps. This might also be more efficient when the number of samples is large.
For heat maps…
-
The object of this ticket is to allow an optional argument "alpha"
to set the transparency / opacity for contour_plot, like it exists for
other types of plots.
An initial patch enables an 'opacity'…
-
The relative file paths are wrong due to change in file structure like from
`examples/contour-lines.vega.json` to `examples/vega/contour-lines.vega.json`
Should I also fix the ones in the READ…
-
Option to create a contour plot of a vertical cross section through a 3D model. Currently only a top view contour plot can be made.
-
- "airmass":, # not implemented
- "cumulative_hex_prob":, # not implemented
- "galaxies_plot_initial":, # not implemented
- "galaxies_plot_final":, # not implemented
- "galaxy_percentage_file":, #…
-
Hello,
first of all thanks a lot for this great software!
I use Veusz as Python module in order to create contour plots of CFD simulation results. How can I ensure that e.g. 10mm on the x-axis have …
-
#### ALL software version info
hvplot 0.8.4
holoviews 1.16.2
#### Description of expected behavior and the observed behavior
I want to plot my data on a contour plot. I'm getting an empty …
-
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…