You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.plot
andFigure.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 3DFigure.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 colorbarsThe text was updated successfully, but these errors were encountered: