Top "Label" questions

A label is a placeholder for text and other UI elements.

Underline Text in Tkinter Label widget?

I am working on a project that requires me to underline some text in a Tkinter Label widget. I know …

python windows label tkinter underline
How to put a variable in x/y label using matplotlib module pyplot

I am generating a stacked bar graph in Python3.2 and using 'Matplotlib' module 'pyplot'. The only problem is that in …

python label matplotlib python-3.2
How to hide Label or TextBlock inside a WPF Grid

I am trying to hide the TextBlock and Label which are placed inside a grid like so: <TextBlock Grid.…

wpf grid label textblock
Make a label update while dragging a slider

I'm using a Slider in my javaFX project and I have a Label that updates when I move the slider. …

slider javafx label drag
C# CheckBox List Selected Items.Text to Labels.Text

I have a CheckBoxList and 5 labels. I would like the text value of these Labels to be set to the 5 …

c# label checklistbox
Using JIRA labels

How do you use JIRA labels? We're kind of starting out with JIRA with a somewhat rusty team in terms …

label jira
Is it better to wrap the label tag around a form item or use the "for" attribute in HTML?

I know that you can use both but is it better to use one over the other? If so, why? …

html label
Is using labels in JavaScript bad practice?

I just found out about using label s in JavaScript, such as: for (var i in team) { if(i === "something") { …

javascript loops label nested-loops break
Pack labels right next to entry box in tkinter python

I have a window that prompts users to enter the directory of their log files. However, my label seems to …

python tkinter label pack tkinter-entry
How to get rid or alter default axis labels and/or titles in density plot?

I would like to know, how can I alter "default" x label (or subtitle) in density plot in R. For …

r label subtitle