Skip to main content

All Questions

0 votes
0 answers
32 views

Plotly bar plot y_axis value

I am not understanding the reason why range on y_axis goes more than around 500k whereas the max value for the column Total_Expenditure 2486. What is the reason of being the value at y axis goes over ...
Rotnodip Sarkar's user avatar
0 votes
1 answer
46 views

How to build a chart with multiple dimensions when the same field changes over time?

Consider the following sample table: day | payment_id | status --------------------------------- Jan 1 | 1 | processing Jan 1 | 2 | processing Jan 2 | 1 | ...
Oleg Ivanytskyi's user avatar
0 votes
1 answer
18 views

Issue with non-filling bars in a chart: why are the colors not displaying correctly?

i am facing an issue with a bar chart where the bars are not filling with the assigned colors properly. Instead, they appear as empty. I have tried various methods to set custom colors for the bars, ...
Liam Harpe's user avatar
0 votes
1 answer
111 views

How to add a dotted line on top of existing chart in Apache Echarts

I was tasked to implement a chart made by our design team,i took a look at the echarts cheatsheet and i couldnt find what i needed, i'm trying to implement this dotted line that represents the median ...
Aspiring Dev 23000's user avatar
2 votes
1 answer
49 views

How do I get Seaborn Barplot bars' colors darker as they become greater/smaller?

I am plotting a list of daily, weekly, monthly IPO stocks performance. I want the bars' colors to grow darker as they get greater/smaller. palletes that I use: color_daily = ['red' if x < 0 else '...
Winston Mulyawan Setiabudi's user avatar
0 votes
1 answer
37 views

Aes ggplot categorize by color not filling the whole barplot [duplicate]

I have been looking for the solution online but I cant get the suitable one. So here is my data: tag Center n n_tag persen 1 lisan я 103 2142 0.048085901 2 medrus я 11 ...
pindakazen's user avatar
0 votes
1 answer
77 views

How to narrow out a single barchart using ggplot in r

I am having some issues. I am trying to narrow out a single bar in this barchart but I was trying to avoid making a new dataframe/vector/object/etc.. If that's the only way to narrow out the bars then ...
Reap409's user avatar
  • 15
0 votes
0 answers
55 views

Creating A Barplot with the Middle Removed with ggplot2

I was wondering if anyone knows how to create the sort of plot shown in figure H at this link: https://www.nature.com/articles/s41586-023-05896-x/figures/1 By removing the middle, one can focus at the ...
Mir Henglin's user avatar
0 votes
0 answers
32 views

Creating Grouped Barplot with Three Independent Variables as Categories

I am very new to R and I would like to create a grouped bar plot. In my dataset, I have three independent variables (freedom, governan, polity). Every country has a value for each of these. I want ...
Camilla Win's user avatar
1 vote
2 answers
174 views

Customize stacked bar chart in Plotly

How can I make a solid color fill for bars, without gap? Now I group the x-axis by month and get a non-uniform color. Is it possible to fix it? I use the Superstore Sales dataset from Tableau datasets ...
Ars's user avatar
  • 53
0 votes
1 answer
38 views

I am getting an error in a simple sns barplot, how do i get past it?

I'm trying to generate a visualization of a little data frame df = df[:20,] chicken 11 chickenrepubl 8 republ 8 2023 8 aug 7 of 6 to ...
Owen Tamuno Gilbert's user avatar
0 votes
2 answers
152 views

Format Annotations on Bar chart to include comma separator and $ sign. Matplotlib

I am trying to format my annotation bars to include a comma separator and $. However I'm having trouble doing so. I am new to Matplotlib. Here is my code: import pandas as pd from matplotlib import ...
mexicanRmy's user avatar
1 vote
1 answer
213 views

Creating a stacked bar chart in R

I have a matrix with 10 rows and 2 columns, I want to create a bar chart which is stacked by rows but it is getting stacked by columns. This is my code for the matrix population_matrix<-matrix(c(...
kartik trivedi's user avatar
0 votes
0 answers
31 views

Months out of order using Nivo's ResponsiveBar

Using Nivo's Responsive Bar (official docs here) and React, I've managed to create a bar chart with data showing up but the months on the X-axis are out of order. Here's the code and currently the X-...
Benjamin's user avatar
0 votes
0 answers
23 views

How I can plot a bar plot like this

I have a data of purchases in years and months and days. This data have 3 columns ("ClaimID, Agent, Creation_date") I want to plot it like the image I am sharing somone guid me how this is ...
Javed's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
21