Top "Line" questions

The shortest distance between two points.

clearRect function doesn't clear the canvas

I'm using this script on the body onmousemove function: function lineDraw() { // Get the context and the canvas: var canvas = document.…

javascript line draw onmousemove
Finding number of lines in an html textarea

I'm writing a mobile web application where scrollbars are not displayed on the device's browser. Due to this, I'm trying …

javascript html textarea height line
PHPWord how to add text break / new line while in a text run

How can I add a text break or go to the next line/row while in a text run? I …

php format line phpword
Line history viewer - Git

I was wondering if any of you knew of a tool that would allow me to select a line in …

git ide line versioning
Search String and Return Line PHP

I'm trying to search a PHP file for a string and when that string is found I want to return …

php line file-get-contents strpos
Draw line between two points using OpenLayers

I have two points having lolLat as 0,10 and 30,0 Now to draw a marker at this point i use this transform …

line openlayers point
How to create a line using two Vector3 points in unity?

I know there exist some functions like lineRenderer etc, but I want to create a straight line in the scene …

unity3d line points
More than six shapes in ggplot

I would like to plot lines with different shapes with more than six sets of data, using discrete colors. The …

r colors ggplot2 line shape
How to show number of a line in a RichTextBox C#

I am making a simple text and script editor with code highlighting. For that I use a RichTextBox. But I …

c# richtextbox numbers line
Change spacing of dashes in dashed line in matplotlib

In Python, using matplotlib, is there a way to change the distance of the dashes for different linestyles, for example, …

python matplotlib plot line subplot