python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Logging Year values to xAxis
I have an SVG Element which want to be a line Graph.
The xAxis of the graph should display years (best with 1 year intervalls: 1980, 1981, ...)
My dataset has year-values which I extract into a d3.ext...
Jakob QN
Votes: 0
Answers: 1
Error when plotting line graph using seaborn: If using all scalar values, you must pass an index
I am trying to make a more aesthetically pleasing graph for a project and was told that seaborn would make beautiful plots but I am having trouble with it as it returns the error: If using all scalar ...
clueless
Votes: 0
Answers: 1
How do I plot a line graph with dots for each data point using MatPlotLib in Python?
My desired outcome is a graph that looks like this
ax.plot(df.x, df.y, 'b.-')
where a line is generated with a dot at every location there is a data point. But I also want specific colors like "...
Bojan Milinic
Votes: 0
Answers: 2
How to create line graphic with error bars and original points in R?
I'm trying to create a line graph similar to what was done here:
[1]: https://community.rstudio.com/t/problems-with-a-simple-line-graph/75630. However, I'm not able to replicate it. I understand the c...

Jarhed
Votes: 0
Answers: 1