-
``` r
subplot(plot_ly(z = ~volcano), plot_ly(z = ~volcano, type = "surface"))
```
-
**Description**
2D density plot charts are accessible through the Taipy Gui API. We should provide examples of this type of charts.
Create a few relevant samples demonstrating the [2D density plot c…
-
Hello. I'm working on a visualization of flight trajectories and i would like to have a view with 1 big 3D view for trajectory visualization and several smaller 2d graphs for different scalar values.
…
-
### Describe the project you are working on
Develop chart functions in Godot
### Describe the problem or limitation you are having in your project
The existing 2D drawing functions are not perfect.…
-
The width of the bars on the 'grouped vertical bar chart' change with the height of the chart. I would expect that the width of the bars should only depend on the width of the chart and the number of …
-
**Describe the bug**
A clear and concise description of what the bug is.
You can see on any of the vertical bar chart example pages that the bases of all bars don't line up properly, probably by a p…
-
Hello,
I am attempting to create a custom chart that combines a grouped vertical bar chart with a line chart overlayed on top of it. I've been using the following demo example of a custom "combo ch…
-
I need series to be with constant colors, so I want to define a color for each serie.
I tried to use customColors options as described here:
https://swimlane.gitbook.io/ngx-charts/v/docs-test/examp…
-
The library currently has no support for items like histograms (1D or 2D), bar charts, contour plots, or even regular line plots with error bars.
-
We want to be able to plot dissagregation data as 2D and/or 3D bar charts. There are 4 possible independent variables that a dissag chart could be plotted on:
- TRT (tectonic region type)
- magnitud…