About 1,216,027 results (5,896 milliseconds)

Positioning legend horizontally within a plot?

https://groups.google.com/g/ggplot2/c/1y6zDDyOxn8
Aug 22, 2013 ... The legend title will only appear to the left of the horizontal legend. I have seen a number of examples with horizontal legends and titles ...

Custom Legend Label Text

https://groups.google.com/g/vega-js/c/GaPmR184kFI
... legend. If I add the following to the http://trifacta.github.io/vega/editor/ 'stocks' example: "legends": [ { "fill": "color", "offset": 0, "title": "My Title",

Changing Legend Title on Ggplot 0.9.3 duplicates Legend and ...

https://groups.google.com/g/ggplot2/c/DaMbmaslBT0
Feb 12, 2013 ... A reproducible example would have made it easy to establish this claim... I don't see why you need the fill aesthetic since (a) you don't ...

Legend title on 2 lines using plotmath expression

https://groups.google.com/g/ggplot2/c/h44uTjsA6Vw
Save as ps and edit it with inkscape for example. HTH. Luciano. 2010/10/17 Dave Auty <[email protected]>.. -- You received this message because you are ...

Adding legends, logos and banners to Google Earth Desktop with ...

https://www.google.com/earth/outreach/learn/adding-legends-logos-and-banners-to-google-earth-with-screen-overlays/
In the above examples, the legend and logos are screen overlays and the wetland map is a image (ground) overlay. Let's Get Started! Open Google Earth. If ...

Customize the Chart | Charts | Google for Developers

https://developers.google.com/chart/interactive/docs/basic_customizing_chart
Jul 10, 2024 ... For example, the options available for the Pie Chart include 'legend', 'title', and 'is3D'. All options have a documented default value. The ...

ggplot2: theme(legend.title) ignores vjust and hjust arguments

https://groups.google.com/g/ggplot2/c/EOAcMcOi9Kc
May 30, 2015 ... I tried following code based on some examples I found line. It seem that following code can adjust both hjust and vjust with some exceptions

in sheets my graph gives the legend with colours how to I add a ...

https://support.google.com/docs/thread/9332187/in-sheets-my-graph-gives-the-legend-with-colours-how-to-i-add-a-name-to-it?hl=en
Jul 5, 2019 ... No, there is no way to get it to read the tab name and use that as the label. It is best to include the label similar to what Prashanth KV showed.

Legend for layers with specified colors in Gadfly

https://groups.google.com/g/julia-users/c/u99UchCBkSs
... Legend title"), ). This works in that it gives me a legend with the text I want, but it doesn't give me any way to control the color of the lines - I usually ...

Re: Adding a legend title

https://groups.google.com/g/leaflet-js/c/mtO2xWTA0VY
Hello All, I am new to Leaflet and I am currently struggling with tutorials. So far I managed to create an interactive clorophet map, like in the example ...

DXR - > Legend

https://sites.google.com/view/dxr-vis/grammar-docs/legend
Some parameters of the legend can be customized, e.g., title, and position, as shown in the modified example below where the legend's title and y position are ...

Using expression in legend labels: d is at least x and less than y

https://groups.google.com/g/ggplot2/c/PWbOKnKivhI
Aug 21, 2015 ... ... legend title, with a line break between Measurement and year. This works in the example code below, except that the gap between the comma ...

guides(guide_legend(...)) using manual shapes& linetypes

https://groups.google.com/g/ggplot2/c/FibNGSIQpXQ
Mar 20, 2013 ... theme(legend.title=element_blank(), #legend.position=c(0.16,0.74), legend.position="bottom", #legend.direction="horizontal", #plot.margin ...

Legend Labels from Sheet Charts not showing in Google Site or ...

https://support.google.com/docs/thread/19419937/legend-labels-from-sheet-charts-not-showing-in-google-site-or-anywhere-else?hl=en
Nov 12, 2019 ... I have created some Sheet charts that I want to embed in my companies dashboard. The problem is that the legend titles are not showing.

hjust and vjust, not working for the legend text anymore?

https://groups.google.com/g/ggplot2-dev/c/p-f-W0nMl5o
Jul 18, 2012 ... This example is straight out of the github examples: https ... legend title just a fraction. I wrote the theme for this particular ...

Chart Styling | Google Earth Engine | Google for Developers

https://developers.google.com/earth-engine/guides/charts_style
May 26, 2021 ... hide the chart title? hide the legend? define the axis limits? set symbol size and color? hide a series ...

How do I add a legend to a plot in Sage?

https://groups.google.com/g/sage-support/c/jlzsT-EwLqU
Jun 30, 2008 ... sage: t = title('About as simple as it gets, folks') ... > > this in SAGE? > > For example, the following plot would be nice with a legend ...

RE: Combining legend colour and shape using values from data frame

https://groups.google.com/g/ggplot2/c/Fu5HsUKRSDE
Apr 4, 2013 ... I have two examples of what I want to do. 1) This is a simple ... (a) they have the same legend title; (b) they have the same breaks ...

Legend text formatting

https://groups.google.com/g/vega-js/c/-Duja4p2IIk
I tried to format the legend for the choropleth example, and it seems there is no way to add a signal expression, rather than a format. By default, the ...

Re: Reordering a grouped bar plot by one of the variables

https://groups.google.com/g/ggplot2/c/y3gLKLLLWTg
Feb 17, 2021 ... ... samples") +. theme(legend.title = element_blank()) +. scale_color_viridis(discrete = TRUE, option = "D") +. scale_fill_viridis(discrete = TRUE).