Skip to main content

Questions tagged [label]

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

0 votes
1 answer
18 views

Labelling the latitude and longitude on both axis. and increasing their fontsize

I have a simple code to create a pygmt map. However, I am not able to change the fontsize of the Latitude/longitude labels . The sample code is here. import pygmt fig = pygmt.Figure() grid = pygmt....
Ranjan Kumar Sahu's user avatar
0 votes
1 answer
24 views

Html Webpage Labels Relative to Dropdowns

Creating a HTML webpage where I want to position several dropdowns all in specific locations while also having a label displayed overhead relative to the position of the individual dropdowns. Here my ...
Kyle Kieser's user avatar
-1 votes
1 answer
37 views

How to check the checkbox without actually clicking it

I am working on a simple todo list, and I tried to link the todo, which is the task, with the checkbox, so when I click the task, the checkbox should be checked also. But I don't want to make a label ...
OREO's user avatar
  • 3
0 votes
1 answer
39 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,349
0 votes
1 answer
35 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
  • 142
0 votes
2 answers
92 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
33 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
34 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
37 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
19 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

15 30 50 per page
1
2 3 4 5
761