| [ Web Proxy ] |
| Viewing: https://matplotlib.org/gallery/mplot3d/../widgets/../../api/backend_webagg_core_api.html | [Back] [Original] |
Section Navigation
matplotlibmatplotlib.animationmatplotlib.artistmatplotlib.axesmatplotlib.axismatplotlib.backend_basesmatplotlib.backend_managersmatplotlib.backend_toolsmatplotlib.backendsmatplotlib.backends.backend_mixedmatplotlib.backends.backend_templatematplotlib.backends.backend_aggmatplotlib.backends.backend_cairomatplotlib.backends.backend_gtk3agg, matplotlib.backends.backend_gtk3cairomatplotlib.backends.backend_gtk4agg, matplotlib.backends.backend_gtk4cairomatplotlib.backends.backend_nbaggmatplotlib.backends.backend_pdfmatplotlib.backends.backend_pgfmatplotlib.backends.backend_psmatplotlib.backends.registrymatplotlib.backends.backend_qtagg, matplotlib.backends.backend_qtcairomatplotlib.backends.backend_svgmatplotlib.backends.backend_tkagg, matplotlib.backends.backend_tkcairomatplotlib.backends.backend_webagg_corematplotlib.backends.backend_webaggmatplotlib.backends.backend_wxagg, matplotlib.backends.backend_wxcairomatplotlib.beziermatplotlib.categorymatplotlib.cbookmatplotlib.cmmatplotlib.collectionsmatplotlib.colorbarmatplotlib.colorizermatplotlib.colorsmatplotlib.containermatplotlib.contourmatplotlib.datesmatplotlib.dvireadmatplotlib.figurematplotlib.font_managermatplotlib.ft2fontmatplotlib.gridspec
matplotlib.hatchmatplotlib.imagematplotlib.insetmatplotlib.layout_enginematplotlib.legendmatplotlib.legend_handlermatplotlib.lines
matplotlib.markers
matplotlib.mathtextmatplotlib.mlabmatplotlib.offsetboxmatplotlib.patchesmatplotlib.pathmatplotlib.patheffectsmatplotlib.pyplotmatplotlib.projections
matplotlib.quiver
matplotlib.rcsetupmatplotlib.sankeymatplotlib.scalematplotlib.sphinxext.mathmplmatplotlib.sphinxext.plot_directivematplotlib.sphinxext.figmpl_directivematplotlib.sphinxext.rolesmatplotlib.spinesmatplotlib.stylematplotlib.tablematplotlib.testingmatplotlib.textmatplotlib.texmanagermatplotlib.tickermatplotlib.transformsmatplotlib.trimatplotlib.typingmatplotlib.unitsmatplotlib.widgetsmatplotlib._afmmatplotlib._apimatplotlib._docstringmatplotlib._enumsmatplotlib._type1fontmatplotlib._tight_bboxmatplotlib._tight_layoutmpl_toolkits.mplot3dmpl_toolkits.axes_grid1mpl_toolkits.axisartistpylabmatplotlib.backendsmatplotlib.backends.backend_webagg_corematplotlib.backends.backend_webagg_core#Displays Agg images in the browser, with interactivity.
alias of FigureCanvasWebAggCore
Bases: FigureCanvasAgg
Render the Figure.
This method must walk the artist tree, even if no output is produced, because it triggers deferred work that users may want to access before saving output to disk. For example computing limits, auto-limits, and tick values.
Request a widget redraw once control returns to the GUI event loop.
Even if multiple calls to draw_idle occur before control returns
to the GUI event loop, the figure will only be rendered once.
Notes
Backends may choose to override the method and implement their own strategy to prevent multiple renderings.
Get whether scroll events are currently captured by the canvas.
alias of FigureManagerWebAgg
Set whether the scroll events on the canvas will scroll the page.
Set the current cursor.
This may have no effect if the backend does not display anything.
If required by the backend, this method should trigger an update in the backend event loop after the cursor is set, as this method may be called e.g. before a long-running task during which the GUI is not updated.
CursorsThe cursor to display over the canvas. Note: some backends may change the cursor for the entire window.
Set the image mode for any subsequent images which will be sent to the clients. The modes may currently be either 'full' or 'diff'.
Note: diff images may not contain transparency, therefore upon draw this mode may be changed if the resulting image has any transparent component.
alias of FigureManagerWebAgg
Bases: FigureManagerBase
alias of NavigationToolbar2WebAgg
Set the title text of the window containing the figure.
Examples
>>> fig = plt.figure()
>>> fig.canvas.manager.set_window_title('My figure')
For GUI backends, show the figure window and redraw.
For non-GUI backends, raise an exception, unless running headless (i.e.
on Linux with an unset DISPLAY); this exception is converted to a
warning in Figure.show.
Bases: NavigationToolbar2
Draw a rectangle rubberband to indicate zoom limits.
Note that it is not guaranteed that x0 <= x1 and y0 <= y1.
Bases: TimerBase
The time between timer events in milliseconds. Will be stored as
timer.interval.
List of (func, args, kwargs) tuples that will be called upon timer
events. This list is accessible as timer.callbacks and can be
manipulated directly, or the functions add_callback
and remove_callback can be used.
Bases: TimerBase
The time between timer events in milliseconds. Will be stored as
timer.interval.
List of (func, args, kwargs) tuples that will be called upon timer
events. This list is accessible as timer.callbacks and can be
manipulated directly, or the functions add_callback
and remove_callback can be used.
FigureCanvasFigureCanvasWebAggCoreFigureCanvasWebAggCore.blit()FigureCanvasWebAggCore.draw()FigureCanvasWebAggCore.draw_idle()FigureCanvasWebAggCore.get_capture_scroll()FigureCanvasWebAggCore.get_diff_image()FigureCanvasWebAggCore.handle_ack()FigureCanvasWebAggCore.handle_button_press()FigureCanvasWebAggCore.handle_button_release()FigureCanvasWebAggCore.handle_dblclick()FigureCanvasWebAggCore.handle_draw()FigureCanvasWebAggCore.handle_event()FigureCanvasWebAggCore.handle_figure_enter()FigureCanvasWebAggCore.handle_figure_leave()FigureCanvasWebAggCore.handle_key_press()FigureCanvasWebAggCore.handle_key_release()FigureCanvasWebAggCore.handle_motion_notify()FigureCanvasWebAggCore.handle_refresh()FigureCanvasWebAggCore.handle_resize()FigureCanvasWebAggCore.handle_scroll()FigureCanvasWebAggCore.handle_send_image_mode()FigureCanvasWebAggCore.handle_set_device_pixel_ratio()FigureCanvasWebAggCore.handle_set_dpi_ratio()FigureCanvasWebAggCore.handle_toolbar_button()FigureCanvasWebAggCore.handle_unknown_event()FigureCanvasWebAggCore.manager_classFigureCanvasWebAggCore.send_event()FigureCanvasWebAggCore.set_capture_scroll()FigureCanvasWebAggCore.set_cursor()FigureCanvasWebAggCore.set_image_mode()FigureCanvasWebAggCore.show()FigureCanvasWebAggCore.supports_blitFigureManagerFigureManagerWebAggFigureManagerWebAgg.ToolbarClsFigureManagerWebAgg.add_web_socket()FigureManagerWebAgg.get_javascript()FigureManagerWebAgg.get_static_file_path()FigureManagerWebAgg.get_window_title()FigureManagerWebAgg.handle_json()FigureManagerWebAgg.refresh_all()FigureManagerWebAgg.remove_web_socket()FigureManagerWebAgg.resize()FigureManagerWebAgg.set_window_title()FigureManagerWebAgg.show()NavigationToolbar2WebAggNavigationToolbar2WebAgg.draw_rubberband()NavigationToolbar2WebAgg.pan()NavigationToolbar2WebAgg.remove_rubberband()NavigationToolbar2WebAgg.save_figure()NavigationToolbar2WebAgg.set_history_buttons()NavigationToolbar2WebAgg.set_message()NavigationToolbar2WebAgg.toolitemsNavigationToolbar2WebAgg.zoom()TimerAsyncioTimerTornado
Copyright 20022012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the Matplotlib development team; 20122026 The Matplotlib development team.
Created using Sphinx 9.1.0.
Built from v3.11.2-1-g879ad8ebba.
Built with the PyData Sphinx Theme 0.16.1.
| Web Proxy Viewer | New URL | Original Page |