python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Toggling Between Map Legends in Leaflet using Shiny
I am currently trying to code a leaflet legend in shiny so that the corresponding legend changes as I toggle between the maps.
I have read this blog post: https://medium.com/ibm-data-ai/layer-specific...
Luke Jenner
Votes: 0
Answers: 1
Legend in R markdown
I can´t figure it out how to fit a legend with a graph in Markdown R.
My result looks like this.
plot_druhych_davek = ockovani %>%
ggplot(aes(x=datum,y=druhych_davek, color = kraj_nazev))+ #+ s...
David Hanč
Votes: 0
Answers: 1
How to make two markers share same label in Matlab plots
I am building a MATLAB script to add two markers for a single label similar to below in Python.
How to create two legend objects for a single plot instance? and
Sharing the same label for two plots w...
techenthu
Votes: 0
Answers: 1
Marker not showing in legend after changing labels (seaborn and matplotlib)
When I change the legend titles, only the first of my two markers is redrawn, am I doing something wrong, or is there a workaround?
I ran the code below:
import numpy as np
import pandas as pd
import ...
Banarnia
Votes: 0
Answers: 0