surfplot icon indicating copy to clipboard operation
surfplot copied to clipboard

[ENH] added tick_labels, dpi and save_as functions to Plot

Open eric2302 opened this issue 8 months ago • 0 comments

Added three features:

  1. tick_labels: Custom text on colorbars when calling Plot().add_layer(tick_labels=['text1', 'text2']), see for example plot below image

  2. dpi: Increase resolution of output figure when calling Plot().build(dpi=...)

  3. save_as: Save figure when calling Plot().build(save_as=...)

eric2302 avatar Jun 06 '24 15:06 eric2302