surfplot
surfplot copied to clipboard
[ENH] added tick_labels, dpi and save_as functions to Plot
Added three features:
-
tick_labels
: Custom text on colorbars when callingPlot().add_layer(tick_labels=['text1', 'text2'])
, see for example plot below -
dpi
: Increase resolution of output figure when callingPlot().build(dpi=...)
-
save_as
: Save figure when callingPlot().build(save_as=...)