Skip to content
#

datavisualization

Here are 427 public repositories matching this topic...

PySimpleGUI
pranjalya-singh
pranjalya-singh commented May 2, 2020

Enhancement

This is just a naming suggestion for better understanding of the code. In the DrawText function of the Graph element, it would make more sense for the argument text_location to be renamed as the location_on_text as the value of the argument actually signifies the location of the point on the text.

hrbrmstr
hrbrmstr commented Mar 13, 2020

Many of the issues filed for this package are unsurprisingly font related.

To help alleviate or even prevent these issues, the package needs:

  • better documentation on fonts
  • platform-specific helpers for installation & triage
  • robust platform detection (down to version & patch level) to ensure the right font names are used on the right platform since legacy operating systems like Windo
magnusnil
magnusnil commented Mar 31, 2020

When I try adding DataPlotly in a processing model, I get an error:

Exception: unknown Traceback (most recent call last):
File
"C:/PROGRA1/QGIS31.4/apps/qgis-ltr/./python/plugins\processing\modeler\ModelerDialog.py",
line 796, in addAlgorithm
alg =
QgsApplication.processingRegistry().createAlgorithmById(algorithm.id())
Exception: unknown

Python version: 3.7.0 (v3.7.0:1bf9cc5093

bug
JoachimGoedhart
JoachimGoedhart commented Jan 14, 2019

Colors apply to conditions in the alphabetical order of the conditions. Hence, the addition of user defined color when the conditions are ordered in a different manner (e.g. according to median value) is not intuitive.

Current work-around: select as the ordering: ‘By alphabet/number“ and insert the list of colors. After that the ordering can be changed.

Improve this page

Add a description, image, and links to the datavisualization topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the datavisualization topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.