Inspect Viz
  • Getting Started
  • Concepts
  • Reference
  • Examples
  • Sandbox
  1. Reference
  • Reference
  • Python API
    • inspect_viz
      • Data
      • Component
      • Selection
      • Param
      • ParamValue
    • inspect_viz.plot
      • plot
      • PlotAttributes
      • legend
      • Legend
      • plot_defaults
      • PlotDefaults
      • PositionScale
      • Projection
      • ContinuousScale
      • ColorScale
      • ColorScheme
      • Interpolate
      • LabelArrow
    • inspect_viz.mark
      • dot
      • dot_x
      • dot_y
      • circle
      • hexagon
      • line
      • line_x
      • line_y
      • area
      • area_x
      • area_y
      • bar_x
      • bar_y
      • heatmap
      • density
      • density_x
      • density_y
      • contour
      • regression_y
      • error_bar_x
      • error_bar_y
      • cell
      • cell_x
      • cell_y
      • grid_x
      • grid_y
      • grid_fx
      • grid_fy
      • hexbin
      • hexgrid
      • waffle_x
      • waffle_y
      • raster
      • raster_tile
      • vector
      • vector_x
      • vector_y
      • spike
      • arrow
      • link
      • delaunay_link
      • delaunay_mesh
      • voronoi
      • voronoi_mesh
      • hull
      • dense_line
      • frame
      • axis_x
      • axis_y
      • axis_fx
      • axis_fy
      • rule_x
      • rule_y
      • tick_x
      • tick_y
      • rect
      • rect_x
      • rect_y
      • text
      • text_x
      • text_y
      • image
      • geo
      • graticule
      • sphere
      • Mark
      • MarkOptions
      • Channel
      • ChannelSpec
      • ChannelIntervalSpec
      • ChannelWithInterval
      • ChannelWithScale
      • ChannelName
      • TipOptions
      • TipPointer
      • Curve
      • Symbol
      • Marker
      • Interpolate
      • FrameAnchor
      • LineAnchor
      • TextOverflow
      • TextStyles
    • inspect_viz.interactor
      • interval_x
      • interval_y
      • interval_xy
      • nearest_x
      • nearest_y
      • toggle
      • toggle_x
      • toggle_y
      • toggle_color
      • region
      • highlight
      • pan
      • pan_x
      • pan_y
      • pan_zoom
      • pan_zoom_x
      • pan_zoom_y
      • Interactor
      • Brush
    • inspect_viz.transform
      • sql
      • agg
      • column
      • bin
      • date_day
      • date_month
      • date_month_day
      • avg
      • count
      • sum
      • min
      • max
      • median
      • mode
      • first
      • last
      • product
      • quantile
      • stddev
      • stddev_pop
      • variance
      • var_pop
      • argmin
      • argmax
      • row_number
      • rank
      • dense_rank
      • percent_rank
      • cume_dist
      • n_tile
      • lag
      • lead
      • first_value
      • last_value
      • nth_value
      • Transform
      • WindowOptions
    • inspect_viz.table
      • table
    • inspect_viz.input
      • select
      • slider
      • search
      • checkbox
      • radio_group
      • checkbox_group
    • inspect_viz.layout
      • hconcat
      • vconcat
      • hspace
      • vspace
    • inspect_viz.sandbox
      • evals_summary_plot
      • evals_summary_table
      • AxisFilter
      • AxisValue
      • axis_score

Reference

inspect_viz Core API (data, components, params, selections)
inspect_viz.plot Plot and legend creation.
inspect_viz.mark Plot marks (charts, annotations, etc.)
inspect_viz.interactor Plot interactors for selection and navigation.
inspect_viz.transform Data transformers (aggregate, window, etc.)
inspect_viz.table Tabular data display.
inspect_viz.input Inputs for binding to parameters and selections.
inspect_viz.layout Component layout functions.
inspect_viz.sandbox Features under development.
Python API
  • Meridian Labs

  • Code

  • License

  • Issues

  • Report an issue
  • Code