plotly.py
plotly.py copied to clipboard
The interactive graphing library for Python :sparkles: This project now includes Plotly Express!
Bumps [numpy](https://github.com/numpy/numpy) from 1.19.5 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
Using plotly 5.6.0 and matplotlib 3.5.1 [https://matplotlib.org/devdocs/api/prev_api_changes/api_changes_3.5.0.html#classes-methods-and-attributes ](https://matplotlib.org/devdocs/api/prev_api_changes/api_changes_3.5.0.html#classes-methods-and-attributes ) > [Collection](https://matplotlib.org/devdocs/api/collections_api.html#matplotlib.collections.Collection).set_offset_position and Collection.get_offset_position have been removed; the offset_position of the Collection class is now "screen" Example code to reproduce the...
Hi, I have a subplot with 1 column and 5 rows. each plot in a row has a secondary_y axis. I would like to match the range of secondary_y and...
`mapbox-gl 2.6.0` (released on Nov 08, 2021) added a new option for “cooperative gestures” - when enabled, touch panning requires two fingers and scroll zooming requires ctrl to be pressed...
There is an issue with rendering LaTeX titles in JupyterLab: ```python fig = go.Figure() fig.add_scatter(y=[1,3,2], mode='lines+markers') fig.layout.update(title='$\\text{Negative Log of Estimated Survivor Function}$', xaxis_title='$t$', yaxis_title='$-log(S(t))$', height=600) fig.show() ``` Does not actually...
```python import pandas as pd input_data = {'Series Label': ['A Company','B Company'], 'RMS': [3,5],'AROS': [17,55],'Sales': [50000,20000]} df = pd.DataFrame.from_dict(input_data) bandInfo = {"Slope":0.48200011277657,"Intercept":0.440821363259248,"BandWidth":0.124669723885567, "RSquared":0.8} def _CalcOriginalPoint (x:float, bandWidth:float, minX: float, maxX:...
I know pattern fill is implemented for bar graphs. Can a similar feature be implemented for scatter? I am creating a custom web app for chart editing using react and...
Let's build a histogram for 1000 random values from 0 to 1, narrow down the bins and add tick text to each bin. To make the existence of the bug...
This PR removes the logic that is used to import FigureWidget in `__init__.py` from `graph_objects` and imports it from `..graph_objs` instead (I might be missing smth in my understanding -...
Hi, i'd like to add state name to Choropleth Maps for each state. but didn't in this project. So Could I add text to the map?