Skip to main content

Questions tagged [label]

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

label
0 votes
0 answers
12 views

Highcharts Heatmap yAxis labels not rendering properly

HeatMap yAxis categories going inside the last cell instead of the left side outside. It is working fine on the code rendition but as you can see in the image, the yAxis is going inside the final cell....
nb_nb_nb's user avatar
  • 1,347
-1 votes
1 answer
32 views

Center contents inside a div while "lefting" individual elements

I'm building a really simple website and I'm having a lot of trouble with a <form> etiquette inside of a <div> one. I'm aware there are probably more "div-centering" tutorials in ...
dann's user avatar
  • 50
0 votes
2 answers
80 views

In Visual Basic (Windows Forms) how can I add a label to a MenuStrip?

I created a Windows Form in Visual Basic which contains a MenuStrip. I need to add a label in that MenuStrip which should display the current user's login details and domain info but for some reason I ...
Sammie's user avatar
  • 1
-1 votes
0 answers
24 views

What is the purpose of `labelFor` in a view xml in Java Swing [duplicate]

So I am using the Swing UI designer for the first time and while editing JLabel for my JTextField I came by labelFor field. After clicking the arrow on the side it indeed displayed my currently ...
Traqu's user avatar
  • 11
0 votes
0 answers
32 views

WPF Custom Label

I have created a custom style for Labels in my application, this works fine and I apply a Template to achieve the other set styles that I need, again this works fine. STYLE DEFINITIONS: <Style ...
Richard Gale's user avatar
  • 1,898
0 votes
1 answer
13 views

line and tags/labels with plugin-annotation@3

chartjs with annotation: multiple vertical lines at any x-position, with tags. Example WORKS with 'https://cdn.jsdelivr.net/npm/chartjs-plugin-annotation@1' however NOT with 'https://cdn.jsdelivr.net/...
WGross's user avatar
  • 13
0 votes
0 answers
17 views

Property 'SR_B1' of feature 'LC08_164038_20220112' is missing

I write the following code for random forest classification, but I received error "Property 'SR_B1' of feature 'LC08_164038_20220112' is missing." var table = ee.FeatureCollection("...
mary's user avatar
  • 1
-3 votes
0 answers
28 views

About fedex open shipment api label authentication

when i get the label pdf from the confirm api and i try to print the label using thet common thermal printer and scanned by a 600hdp copier,finally the fedex still reject and said the the image "...
曾伟健's user avatar
0 votes
1 answer
35 views

How to format labels in echarts in streamlit

I want my echart bar chart data labels rounded to 2 digits. I know there is a formatter function for this: label: { show: true, formatter: function(param) { return param.data....
Luitpold Wienerle's user avatar
0 votes
0 answers
17 views

Labels of sunburst chart in ant design chart are not working correctly

Sunburst chart labels do not work properly when the label display points are in the wrong position in the chart. Here is the library and configuration code: import { Sunburst } from "@ant-design/...
Đức Tin's user avatar
0 votes
1 answer
10 views

How to add labels on relative KDE plots?

I'm trying to plot the KDEs of two datasets using seaborn.kdeplot. I want to add separate labels for each dataset, but I'm having trouble getting the labels to work correctly. Here's my code: import ...
sam wolfe's user avatar
0 votes
0 answers
13 views

How to use label_smooth in Tensorflow object detection API?

How to use label_smooth in Tensorflow object detection API when I train Faster rcnn? I try to put label_smoothing = 0.1 factor = tf.constant(label_smoothing) target_tensor *= (1 - factor) ...
Steven's user avatar
  • 3
0 votes
0 answers
19 views

Matplotlib pyplot y-axis ticks label to get more distant

matplotlib, object api in use to plot, plot type step Low cardinality of y-axis variable. Two ticks that level too close to each other - their labels are visually joined. Attaching the screenshot ...
Lilkp2's user avatar
  • 1
1 vote
3 answers
49 views

How do I align my <label> beside my <input type>?

I'm trying to make an evaluation form but my label is not aligned with the <input type="number> I just want it to align right next to <input type="number"> Here's how it ...
Serjin Conche's user avatar
0 votes
0 answers
21 views

Dynamic positioning for labels of small portions in pie

I would like to handle the issue of label overlaping in matplotlib while I am plotting pie chart My question is: how can I dynamically repoistion the label such that they do not overlap? I also want ...
Lewis Wong's user avatar

15 30 50 per page
1
2 3 4 5
761