danjgale / surfplot

A package for publication-ready brain surface figures
https://surfplot.readthedocs.io/en/latest/
Other
53 stars 14 forks source link

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

Open eric2302 opened 4 months ago

eric2302 commented 4 months ago

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=...)