Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
158 views

I am trying to create a figure with three subplots. The bottom left subplot is supposed to be a 2D histogram with projections on the top and right sides. The 2D histogram is supposed to be square (...
Raphael_Ratz's user avatar
0 votes
1 answer
68 views

looking for a solution to a render pattern I am finding myself in. We tend to prefer spacing items with rows or columns using the spacing property instead of wrapping the child elements in their own ...
Luke's user avatar
  • 23
0 votes
1 answer
42 views

My auto format rules are set to add a space before and after parens in method calls, but they do not apply if the method call is in the same line as a declaration. I've gone through the formatting ...
Christie Little's user avatar
1 vote
2 answers
276 views

I have this simple code of NavigationRail NavigationRail( destinations: [ NavigationRailDestination( icon: FaIcon(FontAwesomeIcons.list), ...
Munsif Ali's user avatar
  • 8,012
0 votes
0 answers
22 views

I m building Android Application, so this is my Activity xml file: <?xml version="1.0" encoding="utf-8"?> <androidx.constraintlayout.widget.ConstraintLayout xmlns:...
bircastri's user avatar
  • 2,177
0 votes
1 answer
94 views

I've recently started my CSS journey and I'm currently working on my first project for a friend. While testing I noticed my text inside my anchor tag was slightly off center, see comparison below. The ...
Itsjul1an's user avatar
  • 349
2 votes
1 answer
87 views

I have several Userforms (of various sizes depending on user input - how many features they selected). My problem is, that I want to align the "Next" command button with even spacing from ...
Chris Peh's user avatar
1 vote
1 answer
63 views

Please use this gif as reference for expected result Work is in progress and public in this github I'm using default UICollectionViewFlowLayout and set custom sizing for the selected cell when ...
Eddie's user avatar
  • 1,960
1 vote
1 answer
62 views

I need to work on this plot so that the values on the x axis are grouped two-by-two plot I have now. To be clearer I attached a picture of what I would needplot I'd need: I simply edited it with ...
Manu_Gia's user avatar
0 votes
0 answers
395 views

I am trying to get the text in both columns to align vertically. I've been trying to eliminate the spaces/skips I'm aware of (parskip, before/after section skip). After beginning the section 'Results' ...
Saftei's user avatar
  • 1
0 votes
1 answer
81 views

When you addStretch() or insertStretch() to a QBoxLayout, a QSpacerItem is added/inserted to the layout and you can set the stretch factor while doing so. Now I would like to retrieve that stretch ...
mahkitah's user avatar
  • 1,034
0 votes
1 answer
58 views

using a media query I set a min-width of 680px. I have set it to where my navbar stays on the left portion on the screen. The problem is that is all you see. The main content that should be on the ...
Goju Noah's user avatar
0 votes
0 answers
11 views

I am adjusting a suggestions box on a website which shows up when using the search function. It can display a maximum of 12 suggestions but depending on the search it can show 1, 2, 3, 4 etc at a time....
user26513593's user avatar
0 votes
1 answer
43 views

Currently I have a theme files that looks something like this: export const Theme = { //Primary is accessible on white or beige bckgrnd, others are not // primary: "#036c5f", ...
George Bevan's user avatar
0 votes
1 answer
430 views

I'm trying to split out the two numbers in the cell into separate columns I've tried "text to columns", using the delimitator "space" but it removes the second number in each of ...
William Bamber's user avatar
-1 votes
2 answers
86 views

I have been unable to give spacing betweenb the column of texts and input fields in a form. I want my web page to look likle my design in the first image but i got the second image below that as my ...
Samuel's user avatar
  • 7
-2 votes
1 answer
79 views

So I've been working on a website that utilizes the Bootstrap 5 navbar. I basically have 3 navbar-navs, one with me-auto, one with mx-auto and one with ms-auto. The me-auto and ms-auto navbar-navs (...
Nickessss's user avatar
0 votes
0 answers
31 views

I would like to increase the horizontal spacing between two subplots, otherwise the ylabel of the second one (the right one) overlaps with the right plot itself (I prefer to do that rather than change ...
Goose's user avatar
  • 1
0 votes
3 answers
236 views

Here is what I'm trying to achieve: On a smaller device, where all the input fields can't be displayed on a single page, the form should be like this: But on a bigger screen, where all the Input ...
Marios Plenchidis's user avatar
0 votes
0 answers
48 views

I'm working on a SwiftUI view that displays lyrics and allows users to select up to 5 lines by tapping on them. I want to increase the bottom spacing between the lyrics I've tried applying padding and ...
Mayowa Paul's user avatar
0 votes
1 answer
102 views

How to put a Header and Footer to the Top and Bottom of a View, respectively I need the header and footer to stay at the top and bottom of a view, but I can't get it to work. The view is this: ...
deslarry's user avatar
0 votes
3 answers
120 views

I can adjust the horizontal spacing of elements inside a flow in QML, But i cannot adjust vertical spacing between elements Suggest a way to adjust vertical spacing in QML Vertical spacing in FLOW in ...
Jeyanth Inba's user avatar
0 votes
0 answers
158 views

I created a view for card. But whenever I try to add 20px spacing between first text (Heading) and middle text (description) limit to 3 lines and button, the middle text automatically truncated. I ...
IOS Tech's user avatar
1 vote
0 answers
43 views

I might be missing something stupid, but I need someone to assist. I took an image and cut it into blocks using Photoshop. And I am trying to rebuild it using HTML Tables. I managed to recreate the ...
Sonja's user avatar
  • 11
0 votes
2 answers
47 views

I am having a problem removing space between the expanded widgets which are inside a column this is my code for up to 4 expanded widgets there are 3 more i have tried many things it still doesn't work....
Yash Patwari's user avatar
4 votes
2 answers
4k views

How to change the paragraph spacing in Typst? Do we have any codes to perform it? It seems the function par() is not the case....... I tried to look for the relevant codes, but I failed to find them. ...
Shujun Tan's user avatar
0 votes
1 answer
65 views

how to reduce the spacing between cards in bootstrap-5 using CSS. this is HTML code of the cards section. <section id="services"> <div class="container"> <div ...
Ali Imran's user avatar
0 votes
1 answer
30 views

In Firefox, the spacing around images that don't load is removed. Code to reproduce: <h2>If image loads, padding is fine</h2> <img src="https://picsum.photos/200" alt="...
Xaver Fleer's user avatar
1 vote
1 answer
201 views

const fs = require('fs'); const fileName = 'songs/Sister Golden Hair.txt'; fs.readFile(fileName, 'utf8', (err, data) => { if (err) { console.error(err); return; } // Split the file ...
Khalil Bruce's user avatar
-1 votes
1 answer
50 views

Please help me to fix the spacing on my blog's mobile view. The website is factbud.com. The desktop view is fine. Thank you in advance. I did not try anything because I am afraid to mess the whole ...
edmondpogi's user avatar
2 votes
0 answers
928 views

I'm editing a JSON file in VSCode. Everytime I save the document, spaces are added to the begining and end of the brackets. For ex, if I've the following code. { "one": ['1', '11'] } It ...
Kiran Parajuli's user avatar
1 vote
0 answers
151 views

i want set all material mui components size,like Button,TextField,ButtonGroup,all of it. for now,i use createTheme const theme=createTheme({ components:{ MuiButtonGroup:{ ...
user6606859's user avatar
0 votes
1 answer
326 views

I am trying to fix this plot made with coefplot in Stata. enter image description here I tried to estimate foreign trade elasticities using different proxies for relative price. I used conventional ...
flora93's user avatar
  • 13
3 votes
1 answer
2k views

I have successfully created a Sankey image using R's ggplot + geom_sankey following the ggsankey tutorial. However, I followed this post (How to skip nodes with NA value in ggsankey?) to work around ...
Purrsia's user avatar
  • 930
0 votes
1 answer
217 views

How could I increase the space between the y-axis line and the first bar in the following bar plot? # Load ggplot library(ggplot2) # Load the Titanic dataset data("Titanic") Titanic <- ...
goshawk's user avatar
  • 97
0 votes
1 answer
55 views

I currently have 2 issues with the navbar I'm working on. The first issue is regarding the hover feature on navbar links.My intention is to have an underline appear in the color purple (#9908ff) when ...
Tammy's user avatar
  • 1
-2 votes
2 answers
48 views

I have tried rearranging the code around and I am very close to figuring this out but in my True statement the results are close to aliging correctly but I can't figure it out. This homework ...
DummyWComputer's user avatar
0 votes
2 answers
99 views

I'm doing my second project in HTML and CSS and I'm losing my mind trying to figure out why there is a spacing where it shouldn't. It is so specific I don't even know how to search for it. Basically I ...
Guilherme Silva's user avatar
0 votes
0 answers
53 views

I am a complete beginner, I learned HTML and CSS for a month or two. I follow a course and I must compile this sass code and this must show exactly as figma. Sadly, I don't know how to make those ...
Nicolae Gabriel Alexandru's user avatar
0 votes
0 answers
222 views

I have a Vuetify 3 application with a header, a navigation drawer and a v-main with a v-card inside where my router-view is placed. My problem is that the card gets bigger when the content takes more ...
Florian's user avatar
  • 1,107
0 votes
1 answer
61 views

I have been tasked with to: Write a program that first reads in the name of an input file and then reads the input file using the file.readlines() method. The input file contains an unsorted list of ...
Jakeball4Life's user avatar
1 vote
0 answers
852 views

I am using react-slick to create a slider in my React project. I am displaying three slides at a time. I want to add some space between these slides, but I'd like to avoid using padding. How can I ...
Tarık Koç's user avatar
0 votes
2 answers
401 views

Hello! I'm having problems with my title bar not taking up the intended space. Here's a diagram: Diagram of my problem The area I highlighted in red is where I want my title bar to be (Next to the ...
dawgdawgdawg's user avatar
0 votes
1 answer
276 views

The owl * + * looks nice(though not as readable in my opinion), but is that the only reason it's popular? Is there otherwise no difference between this: div > * + * {margin-top: 20px;} And this?: ...
maeros's user avatar
  • 109
0 votes
1 answer
63 views

my current code looks like this: import matplotlib.pyplot as plt import numpy as np def create_grouped_bar_chart(): # Daten für die Balken groups = 3 bar_width = 0.35 x = np.arange(...
a.urbanek's user avatar
0 votes
1 answer
52 views

I know that I can add transparent subviews to UIStackView and set their widths with constraints. The problem is if I want to hide some opaque subviews all the spaces between them remain (and I don't ...
Gargo's user avatar
  • 1,378
3 votes
1 answer
568 views

I have a button which is nested in some other components. I want the button to be aligned to the right (trailing), even though the rest of the VStack items are leading. When I use a Spacer() in an ...
nutclump's user avatar
0 votes
1 answer
408 views

Total newbie, in Swift and SwiftUI but I couldn't find a straightforward answer hence, asking here. I have a LazyVGrid that contains a ForEach that renders RoundedRectangle that contains Text. The ...
skay-'s user avatar
  • 1,586
0 votes
1 answer
55 views

My website's home page contains nav elements, social media icons under the nav, and a logo that lays on top of the nav elements with a gap. It could look perfect on mobile, but have the most atrocious ...
aaa's user avatar
  • 1
0 votes
2 answers
47 views

I'm having some issues making this flex box span 100% of the width of the page. https://jsfiddle.net/yfhbuwc3/ <html></html> On the right hand side is whitespace (I have no idea where ...
Brad's user avatar
  • 3

1
2 3 4 5
23