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

CSS Underline using pseudo styles - thickness changes on position change issue

I am using CSS Underline using pseudo styles to create underline for text. And facing an issue of underline thickness is changed on changing the position of the CSS property bottom on my website. ....
Tushar Jain's user avatar
0 votes
1 answer
42 views

DT table header line thickness

Again, this is probably super simple, but after spending a few hours searching I am giving up. Here is the very simple code: library(DT) datatable( iris, class = list(stripe = FALSE), style = &...
AussieAndy's user avatar
0 votes
1 answer
172 views

Plotly: Line thickness is greater than expected. Why?

I have the following Python code that generates the attached image. I expect that by specifying the line thickness, the line would span the range from [-0.5, 0.5], but it exceeds it. Any ideas why? ...
STBoerner's user avatar
0 votes
1 answer
343 views

How to bold/thicken state border on maps made in R while including county borders?

I am trying to map all 50 US states and their respective counties. But I specifically want to thicken/bold the US state borders while keeping the county borders thin. This is the code I have tried to ...
Melissa Chen's user avatar
0 votes
0 answers
153 views

Can we do the distance transform from one boundary to another?

I have ring-like binary images with varying thicknesses. I want to calculate its thickness by calculating the distance between the inner and outer boundaries. In many places, people used distance ...
Savindi's user avatar
  • 164
1 vote
1 answer
388 views

How to add a Thick bottom border across multiple cells every 9th row,

I've found codes in other posts and other forums, but they don't seem to work for me. I only have a basic working knowledge of VBA I can understand what it does, but creating a complex code is harder ...
Craig Myers's user avatar
1 vote
0 answers
461 views

How to find the distance to boundaries using an existing and refined medial axis?

Problem: I have ring-like binary images with varying thicknesses. I want to calculate its thickness at n places of that ring-like segment. My approach: Find the medial axis and distance transform. The ...
Savindi's user avatar
  • 164
0 votes
0 answers
152 views

Adding boundary thickness parameter to the given circle code

I have this code that creates an image containing a circle. Now I want to add a boundary thickness parameter in the given code just like we can do in openCV. Please help me with how can I add that to ...
Usama Mazhar's user avatar
0 votes
1 answer
212 views

Calculating thickness of 3D geometry of a model

I am doing finite element modelling. I have a geometry which does not have a uniform thickness and I want to calculate the thickness of that in 4 distinct nodes and compare it with another model. Is ...
royan's user avatar
  • 1
0 votes
1 answer
2k views

How do I change the border size for a table in Dear ImGui?

How do I change the border size for a table in Dear ImGui? By default, in Dear ImGui, the thickness of the table borders is 1 pixel (this can be seen if you draw the table). I want to change this ...
Виктория Ежова's user avatar
0 votes
2 answers
2k views

Three js line thickness

I am using three js and need a way to draw lines that have a thickness greater that 1px. Whenever I use LineBasicMaterial and try to change the lineWidth property, nothing happens. There is already a ...
Jack Carbone's user avatar
0 votes
1 answer
41 views

Extra space - where does it come from?

I was fiddling around with this example https://www.w3schools.com/jsref/tryit.asp?filename=tryjsref_element_clientleft_clienttop It looked like the top picture below, having a space between the top ...
Poul Kristensen's user avatar
0 votes
1 answer
1k views

Thickness of axes in Manim plot

I am just beginning my foray into Manim and have it installed correctly (community version) and have run some sample programs. One of the things I want to do is to change the thickness of lines used ...
DJElectric's user avatar
0 votes
0 answers
317 views

Three JS how to add color and line thickness to mesh loaded with GLTFLoader

So far I managed to load a mesh with GLTFLoader and turn it into a wireframe. I'm stuck at the part where I want to color it and give it a line thickness. I don't completely understand how to use ...
tiesfa's user avatar
  • 43
1 vote
0 answers
275 views

How to change border thickness in Qtablewidget via Pyqt

I want to change specifically second and third column line's thickness in my Qtablewidget. I searched all the Internet but couldn't find a way to do it via Pyqt5. It is possible to do it with C++. If ...
Samet Yıldırım's user avatar
1 vote
1 answer
256 views

Line thickness ggplot - looks discrete

I would like to plot two lines with different thicknesses. size argument works, but only partially. library(ggplot2) forecast <- c(2,2,1,2,2,3,2,3,3,3,3) actual <- c(2,2,1,2,2,3,2,3,2,2,1) ...
user1700890's user avatar
  • 7,712
4 votes
1 answer
535 views

Draw lines using Direct2D without scaling the line thickness

I've just switched to using Direct2D on my project. I'm using C++Builder XE2 with the VCL windows platform and I am using the wrapper Direct2D that came with XE2. I'm able to draw Rectangle, Line, ...
JP Yang's user avatar
  • 41
0 votes
2 answers
2k views

PhpSpreadSheet : border thickness

I generate a sheet with PhpSpreadSheet. I use BORDER_THIN which makes 1,00 pt borders. Is it a way to get 0,5 pt borders ?
Zakolis's user avatar
1 vote
0 answers
5k views

How to change border thickness in a violin plot in R?

I would like to increase border thickness of the violin plot in R. I tried to use lwd = x, but it makes it extremely thick no matter what number I replace x with. To be clear I want the border of the ...
sf1's user avatar
  • 25
0 votes
2 answers
1k views

Grafana how to change annotation line thickness

Is there any option/workaround to change Grafana's annotation line thickness? The line of an annotation is so thin it can be barely seen. It would be also more visible if the line styling could be ...
Jimmix's user avatar
  • 6,426
-1 votes
1 answer
172 views

How to find thickness of segmented part of image in matlab?

I want to find the average thickness of a part which I am segmented, so I want to find the average pixel length in between the two borders (see below). How is it possible?
shemi's user avatar
  • 3
0 votes
1 answer
2k views

How can I change the border thickness of an Android checkbox?

The default size of the android checkboxes were too small for my purposes, so I changed their overall size, however with their new size their borders now are horribly thick. In what way could I ...
user7089738's user avatar
1 vote
0 answers
446 views

Thickness multiple data chart doughnut

i'm trying to set the different measure for thickness in my chart in a webView for an iOS application. I wish that the data in "red" have smaller thickness than data in center. This is the code ...
Alessio Campanelli's user avatar
0 votes
1 answer
803 views

Three.js, adding thickness to mesh geometry triangle

I'm new to three.js. I draw a simple triangle with this. But how can I make it 1 height of thickness, instead of plane geometry? var triangleGeometry = new THREE.Geometry(); triangleGeometry....
Martin Pineault's user avatar
4 votes
1 answer
41k views

How to change the thickness & colour of the <hr> tag? [closed]

I can see this has been answered but i've tried all of the solutions yet still have a barely visable HR. What am I doing wrong? hr { background-color: dimgrey; color: dimgrey; border: ...
Jamie Bohanna's user avatar
1 vote
1 answer
133 views

I want change the textSize but I don't want change thickness,how can I do? [duplicate]

I used the textview to display the temperature, it should be like this when I change the textSize, it display like this I just want change the size of the textview, but I don't want it to be more ...
Freddy's user avatar
  • 774
1 vote
3 answers
6k views

Changing 'thickness' of bootstrap list-group-item

I want to reduce how thick the list-group-item are, whilst keeping the title text fitting. <ul class="list-group"> <a href="#id" class="list-group-item list-group-item-info" data-toggle="...
user3722194's user avatar
0 votes
1 answer
763 views

WPF: changing the thickness of a DataGrid's scroll bars

I have a WPF application that is meant to run on a touchscreen. Hence, all the buttons must be a bit bigger, so the user can click them by hitting the screen, rather than using the mouse. One of the ...
Eddie's user avatar
  • 329
1 vote
0 answers
111 views

How can I find the thickness of a ROI traced via imfreehand in Matlab?

I am faced with a task to take a ROI on an image that was traced via the imfreehand function and determine the thickness of that ROI, preferably at all points. Has anyone ever faced similar tasks ...
Michael's user avatar
  • 11
1 vote
2 answers
7k views

How to reduce table border thickness?

I am drawing one table with border=1 but it looks quite prominent as I am enclosing one image inside it so I want to make it thinner for better look and feel. <table border=1 cellpadding=50 ...
Manish's user avatar
  • 3,521
4 votes
1 answer
1k views

How to calculate radius of ring in MATLAB?

I have a stack of cortical bone images, high resolution and binarized. How do I go about calculating the mean inner and outer radii for each image? Here is an example of the kind of images I need to ...
my MDB's user avatar
  • 129
3 votes
0 answers
380 views

Why is XAML "Thickness" invalid because the expected type is "Thickness" when the actual type is indeed "Thickness"?

I had noticed that I got the red squigglies on this line of XAML: <Thickness x:Key="SubHeaderMargin">0,20,0,10</Thickness> ...but I didn't worry too much about it, as all seemed to look ...
B. Clay Shannon-B. Crow Raven's user avatar
6 votes
1 answer
9k views

Fat band using matplotlib in python

I would like to plot a line with varying thickness using matplotlib in python. To be clearer, I have the following variable import matplotlib.pyplot as P import numpy as N x_value = N.arange(0,10,...
sponce's user avatar
  • 1,399
4 votes
1 answer
5k views

Opengl Es Line thickness

I am drawing a line on android in opengl es. The line draws fine. The only problem is that the line remains the same thickness no matter how close or far the camera is from it. Are there any solutions ...
NJGUY's user avatar
  • 2,085
1 vote
1 answer
607 views

Varying a stroke width of a curve in JavaFX

Is there a way to create a curve in JavaFX with a varying stroke width? For example, starting at 10 point and end at 1 point.
melkhaldi's user avatar
  • 909
0 votes
2 answers
261 views

Setting Underline Thickness in CSS

I'm redesigning my website and wish to have certain paragraphs styled like in the below image. I thought this would be fine but now it's suddenly just hit me... there's no way to set the thickness of ...
user avatar
0 votes
1 answer
611 views

How do I animate attributes and export it as a fbx-file?

I have made a pipe in Maya, on which I have animated the thickness (Below is an example of 4 of the keyframes in the animation). Unfortunately when I export it as an fbx file, the animation of the of ...
Camilla Horne's user avatar
0 votes
2 answers
6k views

Can't make my nav bar smaller

I'm in the middle of making my nav bar and I just can't seem to make it any smaller, right now it looks too thick for what I want and I have tried altering padding, margins etc and can't seem to get ...
John Tate's user avatar
0 votes
1 answer
317 views

NSBezierPath Object Appears to Be Drawing Variable Line Width

Ok, so I'm trying to draw a dashed box that's subdivided into sections where I'm going to put content. Here's my code: NSBezierPath *path = [NSBezierPath bezierPathWithRect:dirtyRect]; [path ...
Chris Fretz's user avatar
4 votes
1 answer
10k views

Drawing a large weighted network in networkx based on thickness?

How do I draw a weighted network of N>1000 nodes in networkx by thickness? If I have a .csv list of source, target nodes and the weight for each edge, and I am thinking of using the method: for i in ...
user3298574's user avatar
1 vote
1 answer
60 views

How to plot the function f(x) so that one part be a ticker line than another depending on the value x?

How to plot the function f(x) so that one part be a ticker line than another depending on the value x? (Curve is efficient frontier - portfolio optimization)
user3259582's user avatar
0 votes
0 answers
583 views

CGAL - Extracting 2D contours form a sequence of segments

I am looking for some way how I could use CGAL to extract a 2D silhouette from a 2D graph. The 2D graph can have cycles and therefore holes. Just imagine something like a stick figure. The Input ...
HesselKRaymond's user avatar
0 votes
1 answer
422 views

Set the thickness width of the blinking cursor

Is it possible to use Autohotkey or other script to set thickness width of the blinking cursor? This setting can be manually operated by the following steps in WIN7: Control Panel-> Ease of Access ...
Daniel Pei's user avatar
2 votes
3 answers
3k views

Cannot use Margin "Thickness" value

Using Visual Studio C#: I am trying to dynamically add some PictureBoxes to a TableLayoutPanel called "MapGrid". As far as my Googling can tell, this: MapGrid.Controls.Add(new PictureBox() ...
user2989764's user avatar
0 votes
0 answers
181 views

iOS, OpenGL ES. Line thickness on retina screen?

I use MonkSVG library to draw some svg files. My problem is lines are always of the same thickness on retina and non-retina display). And these lines are too fat if I compare with other library for ...
user2083364's user avatar
114 votes
3 answers
110k views

Control point border thickness in ggplot

When using ggplot, I can set shape to 21-25 to get shapes that have independent setting for the internal (fill) and border (col) colors, like so: df <- data.frame(id=runif(12), x=1:12, y=runif(12))...
Noam Ross's user avatar
  • 6,189
8 votes
3 answers
43k views

set panel border thickness in c# winform

I have searching and the result cannot solve my case. Actually I have a panel and I want the panel have thicker border than Windows given. I need BorderStyle BorderStyle.FixedSingle thicker.. ...
rifleon's user avatar
  • 125
0 votes
2 answers
2k views

Java: Adjust outline thickness

I use this code: to outline a font: public class MyText extends JPanel { String text1 = null; public MyText (String text) { text1 = text; } public void paintComponent(Graphics g) { super....
user2327769's user avatar
0 votes
3 answers
5k views

Draw a line with thickness in a image?

I want to draw a line with thickness in a image with PHP using GD library. I have found some solutions in this page PHP: imageline - Manual but none of them seems to work correctly when the (x, y) ...
Teiv's user avatar
  • 2,635
3 votes
1 answer
23k views

Change button border thickness in wpf?

Why the border thickness of the Button doesn't change? If I change the border thickness to 1 or 100, it doesn't matters. It's the same. I would like to change it using Style, not Custom Template. &...
Andrei Neculai's user avatar