Skip to main content

Questions tagged [visualization]

Visualization is any technique for creating images, diagrams, or animations to communicate a message.

0 votes
0 answers
150 views

Map Array of raw Datas in different scales to SVG Elements coordinates (Polylines, Circles, Paths) in order to build a Chart

I need to do a line chart using a polyline in SVG pretty like this. I have got a set of data that are float and with small differences, not the classics 10, 23, ... Here's an example of the datas ...
user avatar
0 votes
2 answers
2k views

Data visualization from database

Im a newbie for such programming like reports/visualizations si I´m here just to ask for some advices, resources, tutorials.. The main goal of my new focus is to create custom charts/visualizations ...
Tommy's user avatar
  • 11
0 votes
0 answers
98 views

Faceting a proportional half-area plot made with ggforce?

I am using ggforce to create a plot like this. . My goal is to facet this type of plot. For background on how the chart was made, check out update 3 on this question. The only modification that I ...
Mousa's user avatar
  • 23
0 votes
1 answer
2k views

Customise dot maps in R using tmap

I have a point dataset I would like to map. I am new to tmap and have been playing around with it, but have been unable to get the output I desire. I am after something that does the following (if ...
Chris's user avatar
  • 1,237
20 votes
3 answers
9k views

How to add a subtitle to an Altair-generated chart

It seems like you can't add a subtitle yet to a title on a graph made using the Altair Python library. I love Altair, but according to the threads I've found Altair doesn't have a subtitling ...
George Hayward's user avatar
-2 votes
2 answers
1k views

How to make seaborn and bokeh plot publication level? [closed]

How would I make seaborn and bokeh plots to look professionally for a scientific paper: Can someone advise on some common practices when creating publication level figures in python?
0x90's user avatar
  • 40.6k
4 votes
1 answer
1k views

Change orientation of diagonal of correlation plot using ggcorrplot package

I am trying to use the ggcorrplot package in R to make a correlation matrix. However, the diagonal in the resulting plot is different than the input correlation matrix. For example, here is a basic ...
user2917781's user avatar
1 vote
2 answers
1k views

Multiple columns visualization with plotly or seaborn

I have data of factories and their error codes during production such as below; PlantID A B C D 1 0 1 2 4 1 3 0 2 0 3 0 0 0 1 4 0 1 1 5 Each row represent ...
Tyr's user avatar
  • 610
3 votes
1 answer
2k views

How can i create audio visualizer in android studio?

I am creating sound recording app, and i need to create audio visualizer. I looked at this similar question, but there was only outdated libraries and i looked at several other questions, but i could ...
FireTr3e's user avatar
1 vote
2 answers
1k views

Plotting bar charts side by side

Can I plot these two side bar charts side by side import pandas as pd a=[('Female','0'), ('Female','0'), ('Female','0'), ('Female','1'), ('Female','1'), ('Female','1'), ('Female','1'), ('Female','1'...
Sahitya Reddy's user avatar
1 vote
1 answer
5k views

Display the text label above the point in the line chart using plot_ly() in r

I am trying to visualize a line chart using ploy_ly() function. I need to display the label above the line chart. But the labels are displayed over the points and it looks messy. The dataframe used ...
Nevedha Ayyanar's user avatar
1 vote
1 answer
122 views

How to extract stat_smooth curve maxima in gpplot panel (facet_grid)?

I have created this plot with 18 grids using facet_grid command and two different fitting equations (for Jan - Apr, and May - Jun). I have two things that I need help with: (may sound obvious, but) ...
Rhyn's user avatar
  • 155
1 vote
0 answers
1k views

How do I both annotate the nodes of a tree and color certain branches with ggtree?

I want to annotate a phylogenetic tree with bootstrap scores and add color to certain clades in ggtree. Something goes wrong when I try to do both, which has something to do with the indices of the ...
Namenlos's user avatar
  • 475
0 votes
0 answers
174 views

Events plot for arrivals and departures in Python

I have never used Python for visualization and plotting and I was wondeing if there is any way to plot a set of arrivals and theier associated departures using matplotlib (or any other libraies) in ...
Alex Man's user avatar
  • 467
5 votes
2 answers
6k views

Hide text before seaborn barplot [duplicate]

I am trying to print a barplot using seaborn plt.figure(figsize=(16, 6)) g = sns.barplot(x = 'A', y = 'B', data = df) g.set_xticklabels(g.get_xticklabels(), rotation=90) However, before the actual ...
Hardik Gupta's user avatar
  • 4,760

15 30 50 per page
1
462 463
464
465 466
960