bubblelegend doesn't work (2021b)
Mostrar comentarios más antiguos
Hi,
I've been trying to plot bubblechart but the bubblelegend doesn't work for the simplest output.
x = (1:5)';
bubblechart(x,x,x)
bubblelegend('Population','Location','northeastoutside')
The above is the plot is 2022b. Works here!!
But my 2021b gives following error for bubblelegend command
Warning: Error updating BubbleLegend.
Too many input arguments.
Warning: Error updating BubbleLegend.
Array is null
Warning: Error updating BubbleLegend.
Array is null
Warning: Error updating BubbleLegend.
Array is null
Then the legend box appears but is empty.
I have not been able to replicate the example codes for bubblelegend from any matlab online examples either.
Is this a version issue?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Startup and Shutdown en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
