Mark
plotynium.marks.Mark
Description of what should be a Mark
. Since plot
takes a list of marks, its
attributes will be mixed with other marks in order to generate a plot with single
characteristics such as label values, domain values and scaler types.
Source code in plotynium/marks/mark.py
apply
abstractmethod
Method which is called by plot
and which should change svg
content.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
|
Selection
|
SVG content defined by a |
required |
|
Context
|
SVG context containing shared data between marks |
required |