Skip to content
#

datavisualization

Here are 747 public repositories matching this topic...

PySimpleGUI
klieret
klieret commented May 28, 2019

Type of Issues (Enhancement, Error, Bug, Question)

Bug:

  1. Initialize Window
  2. Show it (window.Read())
  3. Run window.Disable()
  4. The whole desktop environment freezes, nothing is clickable anymore
  5. Change to tty terminal and kill application
  6. Things are normal again

Operating System

Ubuntu 16.04 LTS 64 bit

Python version

Python 3.5.2

PySi

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