0

I am trying to make a box chart for four data sets with the data points shown on each box. This can be done using the Chart Element Function (CEF). I need a custom pointstyling detailed below.

Currently, I have the cef as

cef = {ChartElementData["BoxWhisker"][##], PointSize[0.015], 
    EdgeForm[], FaceForm[None], 
    ChartElementData["PointDensity", 
      "PointStyle" -> 
       Directive[EdgeForm[Black], 
        Darker[Charting`ChartStyleInformation["Color"]]]][##]} &;

However, I want a more custome point styling. For example, I want that the first and third bix's point style be a circle or rectangle. How can I achieve this?

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.