1

I have a problem very similar to the one in the following topic: Match colors to plot themes. I want to extract the color of a plot for the corresponding legend. However, as I use a RegionPlot I am interested in the color of the region.

sample region plot

However, when I use

Charting`ResolvePlotTheme["Scientific", RegionPlot] 

I only get information on the color of the lines between the regions.

output of charting command above

Is there a way to extract the color of the regions?

Karl A
  • 67
  • 4
  • 2
    I think it is just opacity setting. If you do the FullForm of the RegionPlot you will see something like: {EdgeForm[], Directive[FaceForm[Opacity[0.4`]], RGBColor[ 0.365248, 0.427802, 0.758297], AbsoluteThickness[1.6`], Opacity[0.3`]],Polygon[…]} – SHuisman Sep 30 '19 at 12:27

0 Answers0