Plotly Express Versions Save

Plotly Express - Simple syntax for complex charts. Now integrated into plotly.py!

v0.4.1

4 years ago
  • plotly 4.1 fixes an important bug in plotly.express so this new version of plotly_express exists to depend on plotly>=4.1.0

v0.4.0

4 years ago
  • Final independent release of plotly_express which depends on plotly>=4.0.0 and re-exports plotly.express

v0.3.1

4 years ago
  • Pins plotly version below 4

v0.3.0

4 years ago
  • Strip plots with px.strip()
  • Heatmaps with px.density_heatmap() with matching colorscales (closes #1)
  • Contours now support histogram aggregation arguments
  • range_color (closes #72)
  • Marginal histograms have count on hover (closes #91)
  • Marginals have smarter coloring when main plot is continuously-colored
  • render_mode heuristic has been improved

v0.2.2

5 years ago
  • Enforces frame order no matter the grouping order (#23)

v0.2.1

5 years ago
  • Fixes an issue whereby category orders weren't correctly following input order when using two or more of color/animation_frame/line_group/facet_* (#23)

v0.2.0

5 years ago
  • Default colorscales are now read from template and template now defaults to pio.templates.default unless px.defaults.template is set (fixes #70)
  • OLS trendline fit information is exposed per #69

v0.1.9

5 years ago
  • Fixes issue raised in #72 whereby shared colorscales weren't being correctly shared

v0.1.8

5 years ago
  • px.area() for stacked area charts
  • continuous color for bar charts #62
  • overrideable defaults via px.defaults
  • opacity for scatter_geo and scatter_mapbox
  • stricter validation and nicer error messages for column name arguments
  • more complete support for violinmode, barmode and boxmode

v0.1.7

5 years ago
  • adds hover_data kwarg almost everywhere per #6
  • adds marginal plots to px.histogram()
  • threads hover_name and hover_data to marginal plots
  • fixes #4 such that you can now use trendlines with time series
  • fixes a bug wherein colorscale midpoints couldn't be set to 0
  • fixes bugs related to marginal plots in px.density_contours()