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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file.
3
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
5
6
+
## [5.7.0] - 2022-04-05
7
+
8
+
### Added
9
+
- added `pattern_shape` options to `px.area()`[#3668](https://github.com/plotly/plotly.py/issues/3668)
10
+
11
+
### Updated
12
+
- Updated Plotly.js to from version 2.9.0 to version 2.11.1. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#2111----2022-03-15) for more information. Notable changes include:
13
+
- Add `fillpattern` options to `scatter` trace
14
+
- Various JS-specific improvements such as MathJax 3.0 support
15
+
16
+
## [5.6.0] - 2022-02-09
17
+
18
+
### Updated
19
+
- Updated Plotly.js to from version 2.8.3 to version 2.9.0. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#290----2022-02-04) for more information. Notable changes include:
20
+
- Implement `ticklabelstep` to reduce labels on cartesian axes and colorbars
21
+
- Display the version of plotly.js when hovering over the modebar
See the [Python documentation](https://plot.ly/python/) for more examples.
46
+
See the [Python documentation](https://plotly.com/python/) for more examples.
47
47
48
48
Read about what's new in [plotly.py v4](https://medium.com/plotly/plotly-py-4-0-is-here-offline-only-express-first-displayable-anywhere-fc444e5659ee)
49
49
50
50
## Overview
51
51
52
-
[plotly.py](https://plot.ly/python) is an interactive, open-source, and browser-based graphing library for Python :sparkles:
52
+
[plotly.py](https://plotly.com/python/) is an interactive, open-source, and browser-based graphing library for Python :sparkles:
53
53
54
54
Built on top of [plotly.js](https://github.com/plotly/plotly.js), `plotly.py` is a high-level, declarative charting library. plotly.js ships with over 30 chart types, including scientific charts, 3D graphs, statistical charts, SVG maps, financial charts, and more.
55
55
56
-
`plotly.py` is [MIT Licensed](packages/python/chart-studio/LICENSE.txt). Plotly graphs can be viewed in Jupyter notebooks, standalone HTML files, or hosted online using [Chart Studio Cloud](https://chart-studio.plot.ly/feed/).
56
+
`plotly.py` is [MIT Licensed](https://github.com/plotly/plotly.py/blob/master/LICENSE.txt). Plotly graphs can be viewed in Jupyter notebooks, standalone HTML files, or hosted online using [Chart Studio Cloud](https://chart-studio.plotly.com/feed/).
57
57
58
-
[Contact us](https://plot.ly/products/consulting-and-oem/) for consulting, dashboard development, application integration, and feature additions.
58
+
[Contact us](https://plotly.com/consulting-and-oem/) for consulting, dashboard development, application integration, and feature additions.
If you're migrating from plotly.py v3 to v4, please check out the [Version 4 migration guide](https://plot.ly/python/next/v4-migration/)
208
+
If you're migrating from plotly.py v3 to v4, please check out the [Version 4 migration guide](https://plotly.com/python/v4-migration/)
209
209
210
-
If you're migrating from plotly.py v2 to v3, please check out the [Version 3 migration guide](migration-guide.md)
210
+
If you're migrating from plotly.py v2 to v3, please check out the [Version 3 migration guide](https://github.com/plotly/plotly.py/blob/master/migration-guide.md)
211
211
212
212
## Copyright and Licenses
213
213
214
214
Code and documentation copyright 2019 Plotly, Inc.
215
215
216
-
Code released under the [MIT license](packages/python/chart-studio/LICENSE.txt).
216
+
Code released under the [MIT license](https://github.com/plotly/plotly.py/blob/master/LICENSE.txt).
217
217
218
218
Docs released under the [Creative Commons license](https://github.com/plotly/documentation/blob/source/LICENSE).
You can set a step for tick labels with `ticklabelstep`. In this example, we hide labels between every `2` ticks on the y axes. Similarly, this can be used with `fig.update_xaxes` for x axes: `fig.update_xaxes(ticklabelstep=2)`.
0 commit comments