Creating Plots
Once Code Assist has been initialised if you hover above a code cell, you will see the icon. If you hover above the
icon, it will show a popup menu. Select the Load Data item from the menu.
The Load Data dialog will open.
Click on the Demo Data tab.
Choose a dataset. Optionally specify a custom variable name. Press the
button.The required code with be inserted into the notebook cell.
Hover above the icon and select the Visualization item from the menu.
The Visualization dialog will open.
Select a data frame from the dropdown selector.
Select a plot type from the dropdown selector.
Specify the parameters for the plot. Press the
button.The required code with be inserted into the notebook.
The Load Data dialog will open.
Click on the Demo Data tab.
Choose the penguins dataset. Optionally specify a custom variable name. A sample of the data will be displayed in the dialog along with the code required to load the data. Press the
button.The required code with be inserted into the script.
Click on the
button and choose the Visualizations option.The DCA Data Visualization dialog will open. Select a data frame to visualize.
The visualization construction dialog will appear.
Drag variables onto the plot fields. A preview of the plot will appear in the dialog. Press the
button.The required code with be inserted into the script. The plot will be assigned to a variable, plot
.