skoch9 / meshplot

Plot 3D triangle meshes
GNU General Public License v3.0
145 stars 37 forks source link

Colorbar #33

Open adityatatu opened 3 years ago

adityatatu commented 3 years ago

Is it possible to get a colorbar while using meshplot?

jiangzhongshi commented 3 years ago

There is no built-in implementation for color bar. But you can always use the one from (e.g.) matplotlib or plotly and show them together in a jupyter notebook.