Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
28 views

Is it possible to change the line colors within a project? I can have a different color for each project but I want to color child items based on a status.
TransitHarmony's user avatar
0 votes
1 answer
196 views

It is usually a problem to draw stepped lines between two points (A) -- (B). I created a macro to do it, but it would be more elegant if there was a "line type" that will take care of it, ...
Benito R. Fernández's user avatar
2 votes
3 answers
106 views

reset set encoding utf8 set terminal pdfcairo size 20cm,20cm font "STIX Two Math, 22" enhanced set output "straight-lines.pdf" # set grid linetype 0 linewidth 1 dashtype 3 ...
chandra's user avatar
  • 353
0 votes
1 answer
71 views

I have an indicator that draws dashed lines in red or blue as needed for support and resistance levels. However, I have a difficult time seeing the lines on the black background charts, so I would ...
Johnny Sandaire's user avatar
1 vote
0 answers
43 views

Line says for a different region, you need to create new channel. But during testing, when region is configured as Japan, we can login from multiple other regions. And ChatGPT is also saying it's OK. ...
rosa's user avatar
  • 127
0 votes
1 answer
45 views

I would like to automatically draw quarter and midpoint lines between two lines already drawn manually. How can I retrieve information about the two lines already drawn ? Exemple The blue lines are ...
Lancyo's user avatar
  • 1
0 votes
0 answers
31 views

I am trying to align a user-created centerline feature with the authoritative version of that same line. I need to keep the start and end points of the line sections generally where they are - aligned ...
user30525644's user avatar
0 votes
1 answer
57 views

As you can see in the image clipping doesn't connect the lines perfectly due to the overlap from the top oval. <svg width="400" height="200" xmlns="http://www.w3.org/2000/svg"> <!-- Define ...
SeriousNinja's user avatar
1 vote
0 answers
62 views

Can't draw a line (line2) from the open bar where line1 ends... line2 starts at the right bar, but the starting point is not the same - you need to get open What I do wrong. The presented script is ...
Роман Костюк's user avatar
2 votes
1 answer
91 views

The polygon() help says When multiple polygons are produced, the values of density, angle, col, border, and lty are recycled in the usual manner. The lines() help says For type = "h", col ...
jeanlain's user avatar
  • 475
0 votes
0 answers
30 views

my vue2 code I've already set it up editorIndentGuide. ActiveBackground1~editorIndentGuide. ActiveBackground6 attribute, Also set the editorIndentGuide. Background1~editorIndentGuide. Background6 ...
wiphone's user avatar
0 votes
1 answer
334 views

I need to render a dashed line in a cartesian chart component of Victory-Native Xl. But I have found no clue on how to do that in the documentation. Currently I can render a continuous line, but my ...
Kushal Vardhan's user avatar
1 vote
0 answers
145 views

I developed a LINE chatbot using Google Apps Script and encountered an issue while working with the rich menu. After generating three menus, I attempted to switch between them using richMenuSwitch. I ...
user29623559's user avatar
0 votes
1 answer
67 views

I have a Power BI page in which I want to visualize installed capacity of 3 scenarios at the same time with 3 different plots. I have filtered scenario to visualize results in each plot. However, the ...
hbstha123's user avatar
  • 1,820
6 votes
4 answers
419 views

I've referenced this answer (has an interactive desmos visualization) in a related question to develop this Javascript function: function doLineSegmentsIntersect(a1X, a1Y, a2X, a2Y, b1X, b1Y, b2X, b2Y)...
Ryan Peschel's user avatar
  • 12.1k
0 votes
1 answer
70 views

I want to change the dividing lines of the values that are inside a certain subgroup in a treemap in R. I will use a dataframe that's already been used in another question (different question): name &...
mr.questions's user avatar
1 vote
1 answer
75 views

I thought, it would be easy for me. But after trying much I am unable to achieve. Have been trying to create a box having two different colors side by side with equal size. BUT with a diagonal line in ...
Saif Tehami's user avatar
1 vote
1 answer
67 views

I have a line vector where each segment has a randomly assigned direction. The image shows an example (which consists of two connected lines), How to set the direction of each line so that it is ...
user3065529's user avatar
2 votes
2 answers
62 views

I have the following code which generates a 3D plot. I am trying to label the plot lines, but they are not ending up where I expect them. import matplotlib.pyplot as plt from mpl_toolkits.mplot3d ...
Ma Poub's user avatar
  • 11
1 vote
1 answer
148 views

I'm trying to use ChartJS, this is what I get when using annotations plugin with opacity = 0.5 box1: { type: "box", drawTime: "afterDraw", yMin: 22, yMax: 40, ...
Reydan Gatchalian's user avatar
-4 votes
1 answer
71 views

this is my code for swapping 2 lines in DosBox assembly. I can not find out why is it printing the same thing from input.txt to out.txt. I think the problem is with line numbers (and user input). ...
dodanija's user avatar
0 votes
1 answer
45 views

I am trying to create a plot that looks like this (mockup in Powerpoint): Unfortunately, I can only manage to get this (A): Or this (B): Or this (C): What I've tried: data < - examp = ...
Tal's user avatar
  • 23
0 votes
0 answers
78 views

I was trying to solve the reverse polish calculator problem where the arguments can be entered on the command line. I am facing a peculiar problem. The program name is rpc.exe A command line entry as ...
Vinayak Deshmukh's user avatar
1 vote
1 answer
91 views

Im working on a project were I need to draw some thick lines. I noticed that by default p5js lines are rounded at the ends. Is there a way to change this behavior? strokeWeight(50); line(150,150,300,...
Daniel Cruz's user avatar
  • 2,429
1 vote
2 answers
93 views

I'm trying to modify Jeff Lewis (2023-10-23) Polarization in Congress, and I cannot control the color in geom_line and geom_point. The following seems to be the closest I've come to what I want with a ...
Spencer Graves's user avatar
1 vote
1 answer
204 views

I'm currently facing an issue with my LINE Messaging API webhook being stuck in "standby" mode even though it's set to "active" in the LINE Console and through the Messaging API. ...
Tomoe's user avatar
  • 11
1 vote
1 answer
112 views

I have the following code from Kernighan & Ritchie's book: #include <stdio.h> int main() { int c, nl; nl = 0; while((c = getchar()) != EOF) if (c == '\n') ++...
Bence Sárközi's user avatar
1 vote
0 answers
124 views

I'm trying to use glfw+glad to draw lines with mouse click input coordinates. At first i tried to use glBegin, glVertex2f but they seems to be no longer supported in OpenGL3+. So i tried to use VAO, ...
Azemmmm's user avatar
  • 39
0 votes
1 answer
48 views

I have a csv file data like below with nearly 1 million records sno, name, address, mobile 1, shekar, hyderabad, 651584651 2, naveen, ban galore, 61353384 3, eeshwar, warangal, 65133133 What I want ...
Jagapathibabu's user avatar
0 votes
2 answers
166 views

I have followed instructions from Cohen–Sutherland algorithm to implement this. Normally clipping algorithm works just fine. But sometimes it get stuck in infinite loop with some lines while clipping ...
Shail's user avatar
  • 29
2 votes
2 answers
107 views

I have a simple line plot where I show a DNA sequence on the x-axis, done in the following way with ggplot2: myseq <- "AGAATATTATACATTCATCT" set.seed(123) mydata <- data.frame(time=1:...
DaniCee's user avatar
  • 3,247
0 votes
0 answers
82 views

I would like to delete line one by one after created but only last line delete. Here is my code: import os from tkinter import * os.system("cls||clear") def on_click(): global lines,...
Mohammad Eftekharian's user avatar
1 vote
0 answers
178 views

I'm implementing social login using Facebook and LINE, but I'm facing a couple of issues: Facebook Login Issue: After clicking the Facebook login button and entering the password to log in, the flow ...
hierrr's user avatar
  • 11
1 vote
0 answers
73 views

I'm trying to produce an animated chart that will draw a couple of time-based line series smoothly over time. I've managed to animate the line series using graph_objects. However, instead of having ...
VMX's user avatar
  • 325
0 votes
1 answer
81 views

I have the following code to apply a full page grid to an existing A4 pdf document. It works fine on pdfs I or others have produced with iText, but when I try to use on a PDF that has been created by ...
kalpha's user avatar
  • 47
2 votes
1 answer
65 views

Please help me plot a single line that changes from solid (measured) to dashed (estimate) after year 2008 and has a legend respectively. My code: date<-as.POSIXct(c("1981-01-01","...
DAY's user avatar
  • 143
0 votes
0 answers
95 views

I have a site where I build some different quizzes and I want user to be able to specify connections between Quiz A options with Quiz B. So it means that Quiz A contains options: Opt1, Opt2, Opt3 and ...
Lvasche's user avatar
  • 561
0 votes
1 answer
32 views

chartjs with annotation: multiple vertical lines at any x-position, with tags. Example WORKS with 'https://cdn.jsdelivr.net/npm/chartjs-plugin-annotation@1' however NOT with 'https://cdn.jsdelivr.net/...
WGross's user avatar
  • 13
2 votes
1 answer
99 views

I already have the columns created. I would like to put a line between them, as is possible in Word. Line Between How do I set it using Apache POI? CTColumns coluna1 = sectPr.addNewCols(); coluna1....
Sr. Robô's user avatar
1 vote
1 answer
104 views

I am writing a Typescript game where there are vertexes drawn to a canvas, and some edges coming from them. I want to determine if some of edges from different vertexes intersect. For this, I am using ...
Ryan Peschel's user avatar
  • 12.1k
0 votes
1 answer
331 views

I created a LINE chatbot that uses the llamaindex typescript and it answers questions very well. and want to use an agent that can remember previous questions and can respond, which the agent can use ...
Porapat Pengjaingam's user avatar
-2 votes
2 answers
137 views

I have a relatively complicated Bash problem. I have a two-column CSV file that contains duplicate values in the first column, as well as duplicates within those duplicate values (in the second column)...
Hashim Aziz's user avatar
  • 6,578
-1 votes
2 answers
479 views

I'm using Python. geopandas and shapelly to process the geometries of a road intersection. The geojson has a list of Polygons that I want to straighten into Lines, something like this: Does anyone ...
Paulo Henrique PH's user avatar
1 vote
2 answers
345 views

I have a data frame, from which I created a "stats" data frame (mean, min, max, median, Q1, etc), then I made facet_wrap histograms. Now I want to add vertical lines in each histogram based ...
Marcello's user avatar
  • 167
1 vote
1 answer
31 views

I want to create a plot with a specific sequence of x-axis values "Time Interval" (0, 6, 24, 114, 228) while ensuring equal spacing between the ticks. On using the "time" as int ...
Musharaf Ahsan's user avatar
0 votes
0 answers
43 views

I have a couple of points, who are the input for linear regression. LR outputs the parameters w and b, so that the ideal line is y = wx+b. I would like to depict that line in D2D1 with the following ...
Iya Lee's user avatar
  • 80
0 votes
1 answer
50 views

I am using Chart.js version 4.3.x. I am having issues creating different color points on a line graph. All the entries I see on StackOverflow are older versions. It's still listed in the API I have ...
David Wolfe's user avatar
-1 votes
1 answer
76 views

How to multiply lines from two different text files into one text file in Python? file 1 file 2 zzzzzz bbbbbb aaaaaa ffffff nnnnnn kkkkkk I would like the result sequence to be as follows | result | | ...
M s's user avatar
  • 11
0 votes
0 answers
68 views

I have a square DIV that contains a circle (a 1-pixel circumference with transparent centre) and a rectangular DIV that's filled with a rectangle (a 1-pixel perimeter with transparent centre.) I need ...
Andrew Foulds's user avatar
0 votes
1 answer
332 views

I want to make a progress bar for my resume, to show how competent I am in a skill, similar to how stars are displayed when grading a movie on a website. Ideally, I would also like them to be aligned ...
Grui's user avatar
  • 3

1
2 3 4 5
149