S
S
slav1k2020-12-28 15:29:45
Python
slav1k, 2020-12-28 15:29:45

How to choose a Python chart for a large difference in values?

We need data visualization in Python for the case when one position is 99+%, and the remaining ten are less than a percent in total. On a circular sector they merge, on a tiled sector they are drawn into a thread. It is necessary that both the ratio of small data to each other and the scale of the difference with the dominant ones be visible . Advise what to choose for such cases.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexey Cheremisin, 2020-12-28
@leahch

A logarithmic scale, for example, or a power scale? - https://revealthedata.com/blog/all/sravnenie-ravno...

D
deeppsycoder, 2021-01-07
@deeppsycoder

I would use either subplots with different sections of the plot, or the plotly library for building interactive plots, so that if necessary, I could scale the desired section of the plot.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question