Top "Line" questions

The shortest distance between two points.

How to get the line number from a file in C++?

What would be the best way to get the line number of the current line in a file that I …

c++ line fstream
missing value in highcharts line graph results in no line, just points

please take a look at this: http://jsfiddle.net/2rNzr/ var chart = new Highcharts.Chart({ chart: { renderTo: 'container' }, xAxis: { categories: […

graph highcharts line missing-data
how to draw lines in Pine script (Tradingview)?

Pine editor still does not have built-in functions to plot lines (such as support lines, trend lines). I could not …

line finance pine-script
Vim Macro on Every Line of Visual Selection

I'd like to run a macro on every line in a selection, rather than totalling up the number of lines …

vim macros line
Having line color vary with data index for line graph in matplotlib?

So I have a 2D array of data producing a plot of many timeseries on the same axes. At the …

python matplotlib plot line colorbar
How can I draw a vertical line in an Activity when a button is pressed?

I want to draw a straight vertical line in my Android activity when a button is pressed. Please explain how …

android line draw
How to make an SVG "line" with a border around it?

I have a little svg widget whose purpose is to display a list of angles (see image). Right now, the …

svg line fill stroke
Draw a Connection Line in RaphaelJS

How would I go about drawing a connection line in Raphael where the mousedown initiates the starting point of the …

javascript svg line raphael
Definition list with inline pairs

I'm trying to create a definition list of term-definition pairs, each pair existing on a single, separate line. I've tried …

css list line inline definition
FFmpeg drawtext over multiple lines

I have the code: import subprocess , os ffmpeg = "C:\\ffmpeg_10_6_11.exe" inVid = "C:\\test_in.avi" outVid = "C:\\test_out.…

ffmpeg line multiline drawtext