Roberto
Roberto
**Describe the bug** In the MATLAB IDE, if we press the up arrow while the terminal is focused, a command history panel pops up showing the commands that were most...
**Describe the bug** In the MATLAB IDE, strings, variables, comments, etc have different colours. In the VS Code terminal, everything is the same colour. It would be nice if the...
Hi, this is a follow up to this [issue](https://github.com/mathworks/MATLAB-extension-for-vscode/issues/230). The particular example described in that issue has been fixed, but I'm still experiencing instances of this bug. I was able...
**Describe the bug** Clicking the pause button when in debug mode does not pause execution of the program. **To Reproduce** Steps to reproduce the behavior: - Open a new VSCode...
Hi, After starting a parpool of processes or threads, if I call send to DataQueue to display something on terminal nothing actually gets printed. Steps to reproduce: ``` parpool("Threads",20); %...
Hi! These tests are currently failing. Closes #5360 ## Code PR - [X] I have read through the [contributing notes](https://github.com/plotly/plotly.py/blob/main/CONTRIBUTING.md) and understand the structure of the package. In particular, if...
Hi, I'm proposing a fix to an edge case where conversion from matplotlib to plotly would break when converting a "lines+markers" plot with a legend. The issue happens because go.layout.Shape...
- [x] I have read through the [contributing notes](https://github.com/plotly/plotly.py/blob/main/CONTRIBUTING.md) and understand the structure of the package. In particular, if my PR modifies code of `plotly.graph_objects`, my modifications concern the code...
Hi, This fixes the issue where a matplotlib figure with only bottom and left tick markers would be converted to a plotly figure with markers on all sides. ## Code...
Hi, This change adds support for specifying tickvals and ticktext when the values don't follow an arithmetic progression, i.e., they're not evenly spaced. ## Code PR - [x] I have...