Skip to main content

All Questions

Tagged with
0 votes
0 answers
17 views

Cumulative data in line chart - only 1 out of 2 is working but in the table if separated it will be working well

First, I will explain the full scenario of my graph; I need to create 2 cumulative data from 2 different file (which is same format but different revision). 1 will be the 'based line' and the latest ...
Naady's user avatar
  • 3
1 vote
0 answers
154 views

how to pass data from string type to integer to make line chart using mpandroidchart

I am making an app in android studio with java in which I want to make a line graph with the mpchart android library. The data that I want to represent in my graph is obtained by reading a sqlite ...
wuad's user avatar
  • 31
0 votes
0 answers
877 views

SwiftUI Line Graphs in iOS 15

How can I make a graph like this with SwiftUI in iOS 15, I know the Charts library is a great way but those are only available in iOS 16+. Is there a native way to make a chart like this? (no third ...
tHatpart's user avatar
  • 1,538
0 votes
1 answer
142 views

Multi-line graphs in R using ggplot2- Percents not displaying unless we create a seperate dataframe

I am trying to create a multiple line graph in R using ggplot 2. We are looking to track the percentage of individuals at two different locations over time (6 time points total). We want to use a ...
Eric Boorman's user avatar
1 vote
1 answer
192 views

How to set the axis of symmetry for a line graph and scale the image adaptively around the axis of symmetry in Matlab?

I have some data about how Apples exchange to Oranges in 5 periods in a market. Period = 1:5; Apple = [1 2 6 20 3]; Orange = [20 4 15 1 18]; Apple2OrangeExchangeRate = Apple.\Orange plot(Period,...
TheAngryToad's user avatar
3 votes
1 answer
132 views

Can the line on a line graph use an input that is linked to the x-values shown on the x-axis?

I have data showing multiple people's records on multiple days. Each row also shows the week of the year that said day happened on. Some example data: Date Week of year Person Commission 2020-12-20 ...
J. Mini's user avatar
  • 1,778
0 votes
2 answers
698 views

How do I make a line graph without using ggplot in r? [duplicate]

I have this dataset: at the beginning I had, Date Action Daily.Contact 1/1/2012 All 4 1/1/2012 Email 2 1/1/2012 Text 1 2/2/2012 Phone Call 1 2/2/2012 All 7 2/2/2012 ...
rupunzel234's user avatar
0 votes
1 answer
168 views

How to read line chart data from blurry image

I've got an assignment where I need to read data points from an image of a line graph and write them to a csv file. The image is, however, pretty low-res and the data points are difficult to tell ...
littlegamer757's user avatar
0 votes
1 answer
88 views

Show a Min Max Text in a MPGraph in Android

I am trying to show a min max values in a MP graph, so I have drawn a circles in a line graph. I want to show a Text as Min and Max at that point. How should I achieve it in android. As shown in ...
Bhanu Nautiyal's user avatar
6 votes
1 answer
4k views

How to hide legend selectively in a plotly line plot?

I'm struggling to hide the legend for some but not all of the lines in my line plot. Here is what the plot looks like now. Plot: Essentially I want to hide the legend for the light grey lines while ...
Ravi's user avatar
  • 79
0 votes
2 answers
705 views

Adjust x ticks for a hour column of a dataframe in plotly

Plotted using Autoplotter in jupyter where hours are in countsplot of Timestamp Vs Temp I have a csv file, that contains a column called hours. While plotting that in x axis for line graph in plotly , ...
chat_dev's user avatar
0 votes
1 answer
180 views

Python: Visualise data in line graph and group by category

I have a CSV file containing data that I would like to visualise in a line graph. The below is a simplified example of the data. data = {'Day': ['Monday', 'Tuesday', 'Wednesday', 'Monday', 'Tuesday', '...
student214's user avatar
-1 votes
1 answer
67 views

Line graph for graphic in R? [closed]

I have a csv in R which has the following table: df1 <- data.frame( "Pool 1" = c("F1a", "R1a", "F2a", "R2a"), "Start Pool 1&...
mk894's user avatar
  • 33
1 vote
1 answer
45 views

Two line graph in R

I have this data frame 'xy': mean_name mean_T_S mean_SIH 1 Action 3 3.272727 2 Reflection 5 4.727273 3 Flexibility 4 5.136364 4 Structure 3 2.636364 and want to ...
Theresa_S's user avatar
  • 361
-1 votes
1 answer
720 views

How to graph mean of each date for different groups?

I have a data set with 3 columns: date, weight, and location. I want to make a graph with time on the x-axis and weight on the y-axis with a different line for each location, where each point on the ...
rose_t's user avatar
  • 93

15 30 50 per page