Skip to content

ghtmtt/DataPlotly

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

* add bar width with custom data and standard value

* update the attribute table of the test layer

* restore label and marker size when the scatter plot is chosen
f4cc7d4

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
img
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

DataPlotly

Test plugin

The DataPlotly plugin allows creation of D3-like interactive plots directly within QGIS, thanks to the Plotly library and its Python API.

DataPlotly makes plot creation and customization easy for every needs.

Besides all the plot and customization available, the plot is linked with the QGIS map canvas:

Plot interactions

Plot interactions

Usage

DataPlotly works only with QGIS 3. No additional libraries are necessary.

Gallery

Single Plot

Some examples of single plot type with some options. The list is far away to show all the possibilities.

Scatter Plot

Plot interactions

Box Plot with statistics

Plot interactions

Violin Plot

Plot interactions

Stacked Bar Plot

Plot interactions

Probability Histogram

Plot interactions

Pie Chart

Plot interactions

2D Histogram

Plot interactions

Polar Plot

Plot interactions

Ternary Plot

Plot interactions

Contour Plot

Plot interactions

Multi Plots

DataPloty allows creation of different plot type in the same plot canvas but also allows the chance to separate each plot in a different canvas.

Some plot are not compatible with overlapping or subplotting. A message will warn you when this happens.

Overlapped Plots

Plot interactions

Subplots in row

Plot interactions

Subplots in column

Plot interactions