Open
Description
Figure.plot
and Figure.plot3d
are probably the most frequently-used plotting methods. They're powerful and also complicated.
It would be better if we could provide some higher-level wrappers on top of Figure.plot
/Figure.plot3d
. Some possible plotting methods include (Feel free to edit the top post to add more ideas!)
Figure.scatter
: plot scatter pointsFigure.scatter3d
: plot scatter points in 3-DFigure.hlines
/Figure.vlines
: plot horizontal/vertical linesFigure.choropleth
: plot Choropleth mapsFigure.errorbar
: plot errorbars of data pointsFigure.stem
:Figure.fill_between
(or something similar):Figure.pie
(or something similar): making pie/doughnut charts based on data shown in mapFigure.colorbar_circular
(or something similar): allow to plot circular colorbars- And more