Skip to main content

Questions tagged [linegraph]

A line graph is a type of chart which displays information as a series of data points called markers connected by straight line segments. It shows how something changes in value (as time goes by, or as something else happens).

linegraph
-1 votes
1 answer
44 views

Why is scale_fill_manual() adding a second legend to my linegraph? [closed]

I am trying to create a linegraph showing population change over time for two species. I managed to create the graph how I want it to be and am now trying to alter the aesthestics for a public poster. ...
Lauren Benedict's user avatar
0 votes
0 answers
34 views

Rearranging dataset for graphing two y variables in R [duplicate]

I am trying to rearrange a dataset to create a line graph with two y-variables that will use the same scale, meaning that there will only be one y-axis. One of my variables has significantly higher ...
Lauren Benedict's user avatar
0 votes
1 answer
64 views

Unable to format date axes on excel

I have various dates from 1995 to now in my excel database, I am trying to count no of entries for each date and plot the date(x-axis) vs count(y-axis) plot So first I create a pivot on date column ...
aryanknp's user avatar
  • 1,167
2 votes
1 answer
62 views

How do I make the line start at the middle instead of the beginning of the column?

I'm creating a line chart using chartjs (v3) (and react-chartjs to integrate) and I'm having some bad times to customize the line to start at the middle of the first column (and also finishes at the ...
PedroB's user avatar
  • 67
0 votes
2 answers
72 views

Treating Date and Time for a River Discharge Graph

I downloaded discharge data for a river from a government website, they had formatted the date and time data as so please see format. This is my code library(ggplot2) ggplot(CHEM_RESULTS, aes(x= `...
Rosie Lomas 's user avatar
0 votes
0 answers
55 views

Using viridis Colormap For Matplotlib Plot Lines [duplicate]

I want to use the viridis colormap, yet it keeps reporting "AttributeError: Line2D.set() got an unexpected keyword argument 'cmap'". Here is what I attempted to do: import pandas as pd ...
Do Nguyen Hung's user avatar
1 vote
1 answer
32 views

Secondary y axis R ggplot2

I need a graph with a secondary y axis like this, but I'm having some issues: I have tried a lot of changes in my code, but it seems like the axis scales are not working, and now this is what I got: ...
INGRID MENDOZA's user avatar
1 vote
0 answers
33 views

Is it possible to compare multiple line graphs to give a sort of ' similarity rating'

So I am trying to measure data from a smartphone ambient light sensor (ALS). My goal is to be able to be able to look at the data and be able to infer the location of the device. To do this my plan is ...
nosilak0's user avatar
1 vote
1 answer
285 views

Change the Chart Style for a Line Chart in Excel with Openpyxl

I have this following code to export a set of dataframes and then convert them to tables in excel and applying a color format, then it creates Line Graphs for every table, everything works but I'm ...
Berny's user avatar
  • 135
0 votes
1 answer
96 views

Using Vega to group lines based on nested objects in an array

I am trying to draw multiple lines in opensearch vega based on the nested object keys inside and array. My response from opensearch looks like below: My X axis is Date and I should have multiple Y ...
Ammar's user avatar
  • 1
0 votes
1 answer
19 views

Stacked line graph while preserving the visualization of each (separate) line graph

I have the following data.table: > df # A tibble: 18 × 3 std near off <dbl> <dbl> <dbl> 1 0.3 0.849 0.904 2 0.4 0.850 0.916 3 0.5 0.859 0.924 4 0.6 0.872 0....
Nikos's user avatar
  • 482
0 votes
1 answer
52 views

How can I insert a line graph (ylim = 27. 30) into another diagram with 2 line graphs (ylim=0,120) without distortion?

I need to visualize data of different character (temperature, light intensity, rel. humidity) for a kind of climate diagram. My problem, I believe, lies within the different ylims, which prevent an ...
anandamid's user avatar
0 votes
1 answer
18 views

Cant View Overlapping Data Labels in Highcharts Line Graph

I am working with some code that generates barcharts in highcharts and am specifically trying to get all data labels to show up even when points in a series are close or overlapping (depending on the ...
Marcus Mousavi's user avatar
0 votes
0 answers
59 views

Chart.js display data labels as integers on x axis

I am working on a chart which reads data from a .csv file and displays the emisivities of four surface types against wavelenghts between 3.660 and 14.559. Example of my source dataframe (in total 531 ...
petramb's user avatar
0 votes
0 answers
29 views

How to plot a line graph with highlighted time periods on time series graph [duplicate]

I have two datasets, rainfall and datetimes (durations) for when an event had occurred, both measurements were taken in 2020. I want to plot them both on the same graph, with rainfall as a line with a ...
Zamir's user avatar
  • 3

15 30 50 per page
1
2 3 4 5
39