Questions tagged [graphs]
A diagram showing the relation between different quantities
123 questions
1
vote
1
answer
78
views
How to display a heat map of range plots?
I am doing a bibliometric study and I am attempting to show the age ranges frequently studied in a particular field of research.
Each study typically picks an age range to pick their participants from,...
0
votes
1
answer
99
views
How to visually show the calendar of shifts for a worker?
Sorry for my dumb question, but I never worked on UI side before for complex projects.
I'm developing a PHP/JavaScript application for the school of my daughter and I have a table with the information ...
0
votes
1
answer
149
views
How to present the relation between two KPIs
The case is for a logistics company. We are trying to show our users their current emissions and how much emissions they can save/avoid/reduce by choosing more sustainable routing options. On our ...
0
votes
1
answer
147
views
Show two set of dates in a chart for comparison
I'm working on a graph that compares two date ranges, but based on the feedback I received, there's some confusion. It appears that the graph is being interpreted as spanning from January 1 to January ...
3
votes
1
answer
201
views
How to display a multi-valued heatmap chart
I will try to describe the issue in a simulation similar to my case, I went with the vehicles:
A company that performs tests for vehicles of the types (Truck, Car, Motorcycle) wants to display score ...
2
votes
0
answers
39
views
Display details of a node in a workflow with converging nodes [duplicate]
I'm making a workflow editor where each node in a DAG can have multiple inputs, multiple outputs and it can be called multiple times in a single execution.
My next task is creating a display that ...
1
vote
1
answer
506
views
Components in graph based UI with more complex interactions
Something that I noticed has become a feature of complex no-code software applications is the use of graph-like interfaces with more complex interactions such as the Unreal Engine 5 user interface.
I ...
1
vote
1
answer
97
views
Python GUI: visualise exoplanet transit and simulate atmospheric temperature
I've been working on a Tkinter GUI (first try with these sort of programming) to make it as easy as possible to visualise light curves and look for exoplanet transits in TESS and KEPLER missions (...
1
vote
2
answers
443
views
How do you differentiate between '0' and 'no data' on a graph?
I am working on platform that shows data on a graph over a period of weeks. Right now, weeks with no data and weeks when there is data but the property is 0 are shown visually the same.
On hover, it's ...
1
vote
1
answer
253
views
Expandable, nested graph editor
I have an application that allows users to create and edit graphs. The interface is a simple drag & drop UI that allows creation/deletion of nodes and edges. Nodes contain some internal ...
0
votes
1
answer
190
views
How to achieve best discoverability in a large, hierarchical graph-like dataset with each node having dynamic fields/properties?
I've been given a nearly impossible task to solve, since I'm not a UX expert nor am I able to find any examples on the internet.
I need to make it as easy as possible, for a person to find whatever &...
1
vote
2
answers
187
views
Most natural way to visualize portions of highly skewed data (within a small space)
I'm currently working with a dataset that consists of numbers ranging from 0-255, but that's heavily skewed towards the 70-100 range. Anything below 70 is considered low and anything above ~110 is ...
0
votes
0
answers
114
views
How to display large numbers that are very close together (in value) in a graph with tight space
Is there a way to write large values where the last digits of the value are the ones that separate them but only use 6 digits, plus the exponent?
I am designing a graph for scientists where the ...
0
votes
1
answer
75
views
Should I click on a dashboard graph and what should happen?
I have been wondering about a simple behavior around a dashboard graph:
Should I click on the graph?
If so, what should be the most effective action to take:
a) Open a table with graph data
b) Drill ...
1
vote
1
answer
129
views
NPS Score on a stacked bar issue when equal Promoters, Detractors and Passives
I'm trying to create an NPS card for a product and I'm running into an issue here.
First of all the structure of the card contains an NPS score, number of responders, and a stacked bar to show the ...