DataPlotly icon indicating copy to clipboard operation
DataPlotly copied to clipboard

D3 like plots creation with plotly in QGIS

Results 62 DataPlotly issues
Sort by recently updated
recently updated
newest added

When changing the plot type to "pie", I get the following error message: ``` 'color', QgsPropertyDefinition.DataType.DataTypeString, 'Color Array', AttributeError: type object 'DataType' has no attribute 'DataTypeString' ``` The effect of...

Hello, it would seem very useful to me, the possibility of opening the graphic in full screen, as when the canvas is completely opened with (control + tab) or a...

enhancement

It would be useful to be able to specify the tick positions, using the following [`tickmode`](https://plot.ly/javascript/reference/#layout-xaxis-tickmode) options - `tickmode.auto`: current behaviour - `tickmode.linear`: specify start using `tick0` and step size...

enhancement

It would be useful to be able to switch grid lines on and off (using https://plot.ly/javascript/reference/#layout-xaxis-showgrid and https://plot.ly/javascript/reference/#layout-yaxis-showgrid), or even to adjust the line style of the grid lines.

enhancement

In the DataPlotly plugin, when I enter more than one data and I put Logarithmic X and Y mode and update the axis, it stays linear and is not updated...

bug

It is not possible to use a numerical field and a color scale from the dropdown to define the marker color. The marker color is instead set to a default...

bug

Using `go.Scattergl` should help but it seems not working nicely in DataPlotly. As standalone script no problem. To test in DataPlotly just change the https://github.com/ghtmtt/DataPlotly/blob/master/data_plotly_plot.py#L160 from `go.Scatter` to `go.Scattergl`. Here...

enhancement