Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: draw.io diagram "Untitled Diagram-1711622371348.drawio" edited

...

Drawio
mVer2
zoom1
simple0
inComment0
custContentId328564812
pageId328663042
lbox1
diagramDisplayNameUntitled Diagram-1711622371348.drawio
contentVer45
revision45
baseUrlhttps://biotia.atlassian.net/wiki
diagramNameUntitled Diagram-1711622371348.drawio
pCenter0
width8311251
links
tbstyle
height781

  1. If X column type is numeric:

    1. If Y column is None then the plot is a column, bar, pie, line, or area chart, with counts, possibly colored.

    2. If Y column is numeric then the plot is a scatter plot, possibly colored.

    3. If Y column is categorical then the plot is a horizontal boxplot, possibly colored.

  2.  If X column type is categorical:

    1. If Y column is numeric then the plot is a vertical boxplot, possibly colored.

    2. If Y column is categorical then the plot is a heatmap.

      1. If Color column is None then the heatmap is colored by counts.

      2. If Color column is numeric then the heatmap is colored by col_color.

      3. If Color column is categorical then an error is raised.

    3. If Y column is None then the plot is a column, bar, pie, line, or area chart with counts, possibly colored.   

  3. If X column type is date/datetime

    1. If Y column is None then the plot is a column, bar, pie, line, or area chart, with counts, possibly colored.

    2. If Y column is numeric then the plot is a vertical boxplot, possibly colored.

    3. If Y column is categorical then the plot is a heatmap.

  4. If X column type is neither numeric nor categorical nor date/datetime then an error is raised.

...