We gather here some points that are different between a plotly figure and the corresponding tikz figure generated with tikzplotly
.
- Size of the objects: in plotly, the size is given in
px
unit, while in tikz it is given inpt
. A conversion is performed (1 px = 0.75 pt
), but this still objects of different times. - There are somes markers implemented in plotly that are not available in pgfplots (or at least not referenced in the documentation). For more details, refer to the example test_markers. By defualt, the marker style
*
will be used. - By default, the colors or the markers are not the same in plotly and pgfplots. For instance, if nothing is specified, plotly will always use a dot marker, while pgfplot will change for each trace.