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

How could I make the labels of a form align with their respective inputs? I would like the label and the input to be on the same line I'm using medias query this view is for mobile enter image ...
Andres Hernandez Martinez's user avatar
0 votes
1 answer
147 views

We use the Gantt chart with a Y axis containing a treegrid. We want to left align the labels in the treegrid but the labels are sticked to the border of the cells. We would like to let a left padding ...
vegaelce's user avatar
  • 153
1 vote
0 answers
59 views

this is my code: `# Create a bar plot using seaborn plt.figure(figsize=(12, 6)) sns.barplot(x="Month", y="Valor", hue="Year", data=monthly_precipitation, palette="...
Estefania Garcia's user avatar
1 vote
1 answer
272 views

I am using the ApexCharter library for pie charts and I would like to push the displayed labels closer to the center as they seem too "off". I tried to tweak the offset and textAnchor ...
EnisKarra's user avatar
0 votes
1 answer
68 views

I am creating a little project for helping creating BG3 mods. My end goal is to have multiple tabs where I can enter the data, and it exports the files when I save. I am able to perform the saving and ...
Warraybe's user avatar
0 votes
3 answers
65 views

enter image description here As in, in this image, the labels are slightly above to the input text fields. I want them to justify. input { border: 1px solid black; border-top: 3px solid grey; ...
Mariyam Abdul Quadir's user avatar
2 votes
2 answers
306 views

I have below ggplot library(ggplot2) set.seed(1234) ss <- sample(1:32, 15) df <- mtcars[ss, ] ggplot(df, aes(wt, mpg)) + geom_point(color = 'red') + geom_label(aes(x = 2, y = 15), label = '...
Bogaso's user avatar
  • 3,896
0 votes
1 answer
56 views

I can apply this style on geoserver 2.21.2, there is no problem verifying this style on geoserver 2.21-SNAPSHOT, but the preview layer reports: The style specifies an attribute named 'xm',not found ...
user10768799's user avatar
0 votes
1 answer
1k views

Not sure if this is possible, but sure would be nice. I have a currently published script that I'm improving to a better version. The script locates user-defined moving averages of multiple kinds, of ...
Classic Scott's user avatar
0 votes
0 answers
49 views

I am trying to make a TypingGame. As you know, the target word letter colors have to change as soon as you type the correct words. Here you can see an example and also my code. I can not seem to make ...
Fraction's user avatar
0 votes
1 answer
71 views

My code //Geometrys var geometry = *Generic Poligon var g1 = *Generic Poligon //Geometrys Area var garea = ee.Number.parse(ee.Number.parse( geometry.area({'maxError': 1}) .divide(...
William Belini's user avatar
1 vote
1 answer
47 views

I have two df as below. df1 <- structure(list(Sequence = c( "ABC>EFGHI", "ABC>NOPQ", "ABC>JKLM", "ABC>RSTUV", "ABC>EFGHI>NOPQ"...
Nao's user avatar
  • 389
2 votes
1 answer
1k views

Is it possible to edit the risk table labels? I'm trying to change the risk table labels ('male', 'female') to something else. library(tidyverse) library(ggsurvfit) p <- survfit2(Surv(time, ...
Kamil's user avatar
  • 43
0 votes
1 answer
614 views

When I create a menu style picker I am only seeing the picker options displayed and not my label text. This is using the updated code: Picker(selection:, content:, label), but I get the same result ...
Yakimasy's user avatar
0 votes
1 answer
100 views

I am making a story-based game on Tkinter and I what I want is that once the play clicks the next button, or makes a decision I want that block of text to disappear so the player can focus on the next ...
wania's user avatar
  • 1
0 votes
1 answer
42 views

This is my code -the old question can still be seen "under" new question. I have tried various ways to "clean" the label to make way for the new question (short of deleting the ...
Richard's user avatar
0 votes
1 answer
133 views

I can't seem to get <label> and <input> on the same line under "Schedule preferences". CodePen here. I've tried floating and table cell attribute manipulation. Any help would be ...
bealstreetmedia's user avatar
0 votes
1 answer
233 views

I have utilized a style for the label and bound its text property to a property in the ViewModel. Initially, I set the label's text value using the property in the ViewModel. Later, I changed its text ...
Riyas hameed's user avatar
2 votes
1 answer
74 views

I want to move the labels of the bars which are below mean line on the upper side. I am using this code to make this graph horiz <- mean(data$SPAD) quux <- data %>% select(Genotype,Species,...
Ikram Bashir's user avatar
0 votes
1 answer
136 views

I'm trying to put some text in the top right or top left of a chart depending on a user selection. I have the following code but this puts the text right above the current price (which is a little too ...
DannyCode's user avatar
1 vote
0 answers
82 views

On this plot I'd like to show relative changes in consumption of 3 different products per quarter. But I have an issue with overlapping data labels, which makes it difficult to "understand" ...
Mariana Yakymenko's user avatar
0 votes
1 answer
127 views

I am trying to display a pandas dataframe in a tkinter label in a popup window so that the user can easily see the data. Here is the code: from tkinter import Toplevel, Button, Tk import tkinter as tk ...
user3486773's user avatar
  • 1,278
0 votes
2 answers
74 views

How can I avoid the %0 print for the following scenario ? library(sjPlot) library(palmerpenguins) View(penguins) plot_xtab(penguins$island, penguins$species, bar.pos = "stack", margin = &...
Caesarius's user avatar
  • 109
2 votes
2 answers
5k views

I found some code that compiles under gcc but not under clang: #include<stdio.h> int main(int argc, char **argv) { int test = 0; if (test == 0) { goto print_five; } else { ...
Ethan Smith's user avatar
0 votes
1 answer
91 views

I am trying to get input from the user and display it on the second page. It should say Hello and then the input from the entry box on the first page. I have commented out the code that isn't working. ...
Robert Holmes's user avatar
0 votes
0 answers
56 views

I want to create a plot representing different categorical variables (x-axis) for three different times and two response variables. However, this categorical values need to have subscripts. For that, ...
David Moldes's user avatar
0 votes
1 answer
102 views

Currently trying to make a program that bubble sorts several numbers either in ascending or descending order, where type of order is decided by the CV in 00h. So, i just can't pinpoint what's the ...
seven8l's user avatar
1 vote
1 answer
74 views

I want to remove the space between labels. Range number of labels is 1 to 5 and is used in loop ( text got from db ) I Used varios option but everythoing failed (.setAlignment/.setMargin~~~~) And I ...
ohmygirl's user avatar
1 vote
1 answer
570 views

This job runs anyway in a MR, is this a bug? I tried different combinations as seen from the GitLab docs, but it continues to run or fails due to wrong syntax somejob: stage: somestage rules: -...
Michele Peresano's user avatar
0 votes
1 answer
59 views

I have tried all possible code variations and even gone through the documentation of Kivy but I just cannot manage to get my labels to update from inside a loop. The code is att below. Please can ...
Rahul Kumar's user avatar
0 votes
0 answers
31 views

i am doing a data science module at Uni, and am relatively new at R. I am having trouble with adding data values to my stacked chart, and have no clue on how to fix it. My current code is this: bp <...
tortillachip's user avatar
0 votes
1 answer
43 views

I have a graph with a bar plot and a line chart together. I have no problems to show the labels over the bars but I would like to show them also on top the line chart. The line is showing the sum of ...
romina's user avatar
  • 11
0 votes
1 answer
55 views

I am trying to create a side-by-side barplot of count values with value labels in ggplot 2, but I cannot seem to figure out how to add value labels to the individual side-by-side bars. I am using the ...
Grace's user avatar
  • 21
0 votes
0 answers
30 views

I am trying to create a function that would display a message for only a few seconds after a button press, before displaying nothing once more. Changing another label text works just fine, but the ...
Matthew Bendyna's user avatar
0 votes
1 answer
84 views

Basically I am using different columns to plot my data using seaborn. I use sns.set_context("talk") so the font is big enough to be read properly. However, since the specifications of the ...
Javier Rodriguez 's user avatar
0 votes
1 answer
60 views

I have a user form in excel written in VBA. There is a label in my user form and I want to change this label's caption each time I click on it. For example: This label currently have "1" ...
Maryam Mirfazaelian's user avatar
0 votes
0 answers
66 views

Apologies, this is probably a very simple problem, due to me stumbling through basic without any tuition.... I am trying to display cells from an excel file in labels attached to a table. I can ...
Col Mortimer's user avatar
0 votes
1 answer
615 views

I want to access lables of the metric which matches the expression to inform the team about which exact queue exceeds the limit: An example of the metric job_duration_bucket{resource_server="rs1&...
Stefan Meindl's user avatar
0 votes
1 answer
77 views

I am trying to generate a Bar plot with multiple categories using ggplot. I am having a hard time fixing the labels. I was trying to use the solution I found here: ggplot2 multiple sub groups of a bar ...
Victor Shin's user avatar
1 vote
0 answers
21 views

Bonjour Here is what I expect : irq_wrapper_0: ; The code of each irq_wrapper is similar and not shown irq_wrapper_1: irq_wrapper_2: irq_wrapper_3: ... irq_wrapper_array: dd ...
40tude's user avatar
  • 157
1 vote
0 answers
2k views

I have a label that displays on more than a line and I would like to justify the text in it (align left and right). I've been trying to achieve this through the handler, but I have no clue how to do ...
Prakash D's user avatar
0 votes
0 answers
80 views

fig, ax = plt.subplots(figsize=(4,3)) sns.countplot(data=train_dt, x='Pclass', ax=ax) abs_values = train_dt['Pclass'].value_counts() rel_values = train_dt['Pclass'].value_counts(normalize=True)....
Bon's user avatar
  • 21
-1 votes
1 answer
3k views

I've edited a version of CSS 5-star rating, and need multiple of these ratings on my one page. However, when I changed the id on the different sets of 5 stars, and now it won't process checking the ...
B___H___'s user avatar
0 votes
0 answers
47 views

I have a display issue when activating legend on a funnel/pyramid Hicharts. In fact, when I unselect an item in the legend, the slice is correctly hide on the chart but the data labels are moved with ...
vegaelce's user avatar
  • 153
0 votes
0 answers
87 views

I'm writing a tic-tac-toe game. When winning, I use the label as a line, but please tell me how to make the label at an angle? In this case I need a diagonal line I was looking for a solution to ...
AV Postol's user avatar
-2 votes
2 answers
207 views

I would like the range to toggle itself (minimum / maximum) when I click on the label. Is that possible with only HTML or CSS ? Do I need some JS? I have the following code : <label> ...
Mysterius's user avatar
1 vote
0 answers
87 views

The following code snippet is giving compilation error in a VB.Net module: Dim ph1 As Placeholder = Page.FindControl("The PlaceHolder") Dim lbl As New Label lbl.ID = "theID" lbl....
Pro West's user avatar
  • 419
1 vote
1 answer
646 views

Aiming for a sankey without NA-nodes, I adapted my code according to the recommendations in this post: text In my output, the number and the position of the labels do not match the corresponding nodes....
dtw's user avatar
  • 21
-1 votes
1 answer
2k views

I have been using Gmail labels for several years, and they are far superior to folders. You can add as many labels as you want, and when you archive an email, it is stored under that label. So I can ...
CigarDoug's user avatar
  • 1,610
0 votes
1 answer
140 views

The boxes and labels generated by this code: TKO = #e91e63 TKObg = color.new(#e91e63, 90) LDN = #2157f3 LDNbg = color.new(#2157f3, 90) NYC = #ff5d00 NYCbg = color.new(#ff5d00, 90) box.new(...
MMM's user avatar
  • 23

1
3 4
5
6 7
228