11,373 questions
1
vote
0
answers
68
views
Base R "pie" not using indicated label colors [closed]
I'm creating a large grid of pie charts, and I want each to be transparent with a specific labels being the color #F2F2F2. I've created a function to define these specifications before creating the ...
-1
votes
0
answers
73
views
Purple outline with WinForms transparent image and text
I am currently working on a little project (like the game Bongo Cat) and I ran into a problem with how the transparent image (a PictureBox) renders with the transparent part. (Also the same with the ...
Advice
0
votes
0
replies
35
views
How to show the H3 indexes order?
I would like to generate H3 grid with labels into its hexagons, following the index order and drawing its curve.
____
Note. This illustration is from another grid system, but I would like similar ...
-1
votes
1
answer
127
views
Why do the values in the labels keep changing as the candle moves?
I have some signals that are generated through logic within my indicator. They are plotted as “dots, triangles, or arrows” or other shapes. What I wanted was a way to “monitor” the indicator signals. ...
2
votes
0
answers
70
views
Neo4j complex label expressions inconsistencies
I'm running Neo4j 5.18.1 enterprise edition with a cluster of 6 servers.
I'm running 2 queries on all servers in the cluster, trying to find a specific node.
The node in question has the following ...
0
votes
0
answers
40
views
How to add labels to definition environment in bookdown and reference them correctly?
In R Bookdown, I would like to refer to a definition:
<!-- body or .Rmd file -->
The first definition is Definition \@ref(newterm) below:
::: {.definition #newterm name="new def 1"}
...
0
votes
1
answer
39
views
Variable labels in summary.matchit
How can I use variable labels in summary.matchit?
For example:
mydf <- MatchIt::lalonde
mydf %<>% labelled::set_variable_labels(
age = "MyAge",
educ = "MyEduc",
...
1
vote
2
answers
100
views
easystats parameters package doesn't respect variable labels for pscl models
Consider this code:
options(parameters_labels = TRUE)
mydf <- pscl::bioChemists
labelled::var_label(mydf) <- list(art="MyCount", fem="MyGender",
...
0
votes
0
answers
22
views
Monthly Count of labels entered into a Gsheet
I can manually see the number of conversations in each label in the settings screen.
I want to pull this data monthly and automatically add the count in a Gsheet so I can see the trend over time. Can ...
0
votes
2
answers
192
views
.NET MAUI binding Label value with text from an List with specified index displays nothing
I have ContentView with code like this:
public static readonly BindableProperty LetsTryProperty = BindableProperty.Create(nameof(LetsTry), typeof(List<List<string>>), typeof(TestClass));
...
-1
votes
1
answer
64
views
How to align label and input text inside MUI textarea?
I need a textarea field containing label inside the textarea field. The input text will start from the end of the label. If the label is so long, it will go to the second line. According to device ...
0
votes
0
answers
79
views
Excel Chart Axis Label 'missing' or not created [closed]
My code opens a csv file and copies content across to an Excel worksheet, then closes the CSV.
Hi, In my routine, an Excel Chart is created and code runs and creates a chart. The chart Type is changed ...
2
votes
1
answer
126
views
Python Label.config(text=string) leaks memory, but Label["text"]=string doesn't. What's going on here?
I have an example Python program that sets the text of a tkinter label, and the use of Label.config(text=string) is leaking memory. Other techniques for setting the text don't. Is something wrong here?...
0
votes
2
answers
75
views
Multiple scrolling text in a label
I need help with this code, My purpose is to show multiple Message one after one, this one is working fine but I need several messages to be shown one after one,
I tryied different Method but allways ...
-2
votes
1
answer
77
views
pug template how to use a label of a hidden file input to upload file?
I use pug template with Node.JS. How can I use a label to hide file input control and use the label click to upload file? I have done the same thing using bootstrap but not sure about about to ...
2
votes
1
answer
87
views
Move Facet label to the left to make space for legend [duplicate]
I am using facet_wrap and need to move the x axis table left and the y2 axis lable up to make room for my legend and was wondering if the is possible.
Below is my code and an image of what I am trying ...
4
votes
2
answers
140
views
Taking the value of multiple textfields and combining them into a single label
The whole goal of this program is to take input from the user : prefix, first name, middle name, and last name and when the button is clicked, combine all of the values. EXAMPLE Mr. John Jack Smith. ...
3
votes
2
answers
100
views
Repel text in ggplot with geom_col(position = "fill")
I have a horizontal geom_col bar with position = "fill". I want to label the bar with the same color as the fill aesthetic, but doing so caused the text colors to overlap with the fill.
...
-3
votes
1
answer
52
views
Why can the for attribute and the id attribute agree, but then the name element can overrule them?
<label for="indoor"><input id="indoor" type="radio" name="indoor-outdoor"> Indoor</label>
<label
If you omit the value attribute, the ...
0
votes
0
answers
35
views
How do I replace Docker configuration files with Docker labels
I need some help with Docker labels.
I am using Docker via Portainer and have the following stack:
services:
myapp:
image: lscr.io/linuxserver/myapp:latest
container_name: myapp
...
0
votes
0
answers
54
views
Python Bar Chart Bug
I am new to python and with the help of Chatgpt I have created the code below.
import pandas as pd
import matplotlib.pyplot as plt
import numpy as np
# Load your data
df_diff = pd.read_csv("...
2
votes
0
answers
88
views
How can I dynamically truncate a Label so it fits in its container
I have a Grid which contains a label. This label can be of variable font size, so that means the number of lines that it can display varies based on its font size. The larger the font, the fewer lines ...
0
votes
1
answer
68
views
How to shift the labels from right to left? [duplicate]
I'm using ggplot2 in R to create a dotplot where the x-axis is the variable name and the y-axis is the cell line ID. The plot is faceted by a Group variable ("Foci formation", "Soft ...
0
votes
1
answer
69
views
add geom_label and geom_density to barplot distribution
I'm working on a plot showing the length distribution of some events in the human genome. I'm pretty OK with the end result but wish to add a geom_label for the highest count reporting the ...
0
votes
1
answer
40
views
Kivy label positioning trouble
I'm a Python beginner, and I was trying to build a Youtube Downloader.
I just needed a GUI for easy usage.
So I decided on Kivy.
In the GUI I have this label named self.labelOutput.
It is placed under ...
0
votes
0
answers
89
views
How to paste a string with an equal sign and a numeric vector without quotations marks to create labels
I am trying to create on a dummy dataset using the following code to create the variables:
example_variable <- labelled(sample(c(1, 5, 8), N, replace = T),
labels = c(&...
0
votes
0
answers
9
views
Dimplejs TimeAxis : How to make the label for the first tick also print?
I have a dimplejs plot showing months (1 to 12) on a time axis. (more details in this post)
var x = myLinePlot.addTimeAxis("x", "month");
myLinePlot.draw();
x.shapes.selectAll(&...
0
votes
0
answers
32
views
"How to hide labels and probability in YOLOv8 while saving predictions?"
"How to hide labels and probability in YOLOv8 while saving predictions?"
from ultralytics import YOLO
from pathlib import Path
model = YOLO("yolov8m-seg.pt")
results = model....
0
votes
1
answer
357
views
is there a DPL emulator online similar to Laberlary?
Is there a code viewer such as Labelary for ZPL made for DATAMAX DPL? have a label that need to validate have a code but it is not a ZPL format.
1
vote
1
answer
68
views
Why text alignment is not performed via styles?
I'm trying to organize text alignment in ttk.Label using style in order to reduce the amount of code:
import tkinter as tk
from tkinter import ttk
from tkinter import font
app = tk.Tk()
width = 605
...
0
votes
0
answers
39
views
How can i properly center a NetLogo label for my model?
I have a model that loads city names from a file and uses them to label the turtles. Some of these names are longer than others, so when I use a secondary turtle to hold the label, the label is not ...
0
votes
1
answer
174
views
how to reduce the line spacing for a text label in a gallery?
I am trying to reduce the line spacing for a text label that is inside a gallery. I don't want the label to show a scroll bar to navigate through each line of text, originally I have this:
Instead ...
3
votes
3
answers
278
views
Sub-subtitle in a graph made with `ggplot2`
I am looking to create a graph with ggplot2, containing:
A title;
A subtitle;
A sub-subtitle
I tried using the code below, which is placing the sub-subtitle on a position which has a distance from ...
0
votes
0
answers
10
views
How to get '+' sign to appears at beginning of access report label control
Trying to populate a label control on an Access report with a phone number that has the '+' sign at the beginning.
When doing the below the plus sign does not appear.
If rs("Dom/Intl") = &...
0
votes
0
answers
132
views
How to pass formulas to dplyr::case_match() [duplicate]
I frequently need to make long, customized changes to labels or variable names in a variety of settings. dplyr::case_match() is great for this, with a lot of customization options. For example:
...
0
votes
0
answers
52
views
Labeling raster data in canvas of qgis
I have built virtual raster files from a set of Landsat raster data with multiple bands. I succeeded quite easily with the display of the images but have been stumped about labeling those same ...
1
vote
1
answer
46
views
gnuplot 6.02 labels as a function of value
A simple gnuplot to generate labels as function of a particular column is here; also, is a function that can input a value and return a string:
set datafile separator ","
set datafile ...
2
votes
1
answer
63
views
Using a labelling function to rename some but not all variables in ggplot2
When using a labeller function in ggplot2, is it possible to apply it only when the original value is found in the lookup table? In the example below, I'm using as_labeller() to rename some of the car ...
2
votes
0
answers
62
views
Is there a way to control JavaFX PieChart size to make them uniform, independent of the text size in the slice labels
I have an application that creates a lot of pie charts. The labels on the pie chart slices can have a text size of 6 or 8 characters up to sometimes 30 or so. The size of the text in the label affects ...
0
votes
0
answers
49
views
How to apply a Quick Style from Word's Style Gallery directly to a Label in a VBA UserForm?
am developing a VBA UserForm where the user can select formatting options for a text. The text is displayed in a Label called lblFontPreview within the form.
I want to apply a specific style, called &...
0
votes
1
answer
35
views
Dimple.js: How to set the X-Axis ticks to the mid of each interval?
Having a dimple.js line plot to compare time series for several years, my plot uses a TimeAxis on x, with one tick per month.
var x = myLinePlot.addTimeAxis("x", "month_day");
I ...
0
votes
1
answer
43
views
Annotate each subplot from a list
I have a large dataframe that I need to make and annotate subplots from, see below. Everything seems ok, I still have some work to do on the x and y ticks but otherwise it seems pretty right, except, ...
1
vote
0
answers
100
views
Godot 4.3 - Setter from another script doesn't update label
I am trying to change the text of a Richtextlabel from a different script using a setter and adding to that variable but when I do it, the function is called but the label doesn't update.
The setter ...
2
votes
3
answers
101
views
Scroll a word in a label
I have a long text in a Label that is in a ScrollView, and I would like to scroll a specific word to make it visible.
Is there a way to do this please?
Thanks
0
votes
0
answers
58
views
How to extract the (major/minor) ticks from a seaborn plot?
I am trying to extract ticks from my python plot drawn with seaborn.
I have two sets of code below which I thought would produce same results. However, one extracts the ticks correctly and the other ...
1
vote
1
answer
58
views
Show data label in bar chart
Using bar charts in Scilab is there any straight way or workaround to show the data labels next to the bars?
Scilab chart:
example chart with data labels I would like to achieve in Scilab charts. I ...
0
votes
1
answer
31
views
Numpy.root is returning the correctly plotted x-intercept but labeling it incorrectly in Python-in-Excel
I am creating programs which produce worksheets for students. In this particular program student must sketch a polynomial given in factored form on a blank grid.
Excel generates random roots on a ...
0
votes
0
answers
62
views
Labelling a map with python
I want to create a map with all the countries labelled, but the text within each country's boundaries. For readability, I want the text to follow the curve of the country boundary. I tried an example ...
0
votes
0
answers
31
views
Python Tkinter image labels displaying background colour instead of the images [duplicate]
I'm a rookie programmer looking to develop a sort of "surface generator" for funzies. I have a problem though, when generating all of the tiles present in the script, instead of it using the ...
2
votes
2
answers
62
views
How to add labels to 3d plot
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 ...