Top "Markers" questions

What does the "Multiple markers" mean?

I am trying to use sets in the following way: static Set<String> languages = new HashSet<String&…

java eclipse compiler-errors markers
Best practices for using Markers in SLF4J/Logback

We are using SLF4J+Logback combination at our project for a while now and are quite happy with it, …

java logging slf4j logback markers
Matplotlib markers disappear when edgecolor = 'none'

I'm trying to make a scatter plot of some PCA data. I do some pretty typical code: plt.plot(pca[:,0], …

python matplotlib python-2.7 markers
matplotlib: make plus sign thicker

In Matplotlib, I would like to draw a thick plus sign (or a cross), but the one provided in the …

python matplotlib markers
Leaflet.js center the map on a group of markers

I'm using Leaflet.js and would like some way to centre the map on the markers I have so that …

leaflet markers
pyodbc the sql contains 0 parameter markers but 1 parameters were supplied' 'hy000'

I am using Python 3.6, pyodbc, and connect to SQL Server. I am trying make connection to a database, then creating …

python sql pyodbc markers
Large dataset of markers or dots in Leaflet

I want to render about 10.000 markers or dots on a leaflet map. I already did it the regular way and …

leaflet markers
How to customize marker colors and shapes in scatter plot?

I have a data set with 9 columns. 7 features are used for feature selection and one of them for the classification. …

python matplotlib scatter-plot markers
find latitude & longitude of saved marker in leaflet

I have circle marker var myMarker = L.circleMarker(stuSplit, { title: 'unselected' }) .bindLabel("Name: " + students[i][j][0] + " ReachTime: " + students[i][j][2]); …

javascript leaflet markers
Leaflet Awesome-Markers (Adding Numbers)

I am using the Leaflet.Awesome-Markers plugin with LeafletJS. I have implemented it correctly, however now I'd like to be …

javascript dictionary leaflet font-awesome markers