-
```
What steps will reproduce the problem?
1. Install latest 'matplotlib' v 1.3.1rc2, supporting modules, and py-fcm from
http://www.lfd.uci.edu/~gohlke/pythonlibs onto fresh Python 2.7.5 Win7 64-bit…
-
It is in many cases much easier to create matplotlib plots, and users are typically more used to it. It is therefore important to be able to plot matplotlib figures in the dashboard.
It is ok if it j…
-
@AndrewTheTM When I started running the ActivitySim 1.3.1 on the develop branch, I got the following warning message during the Cube scripts that run before ActivitySim.
File "C:\metc_asim\metc-…
-
We're using metpy for some of its interpolate functions in an AWS Lambda function to process some data and send it to a web frontend for visualization. Requiring matplotlib is just increasing the size…
-
Change the plotting library from matplotlib to plotly. Unlike the former, plotly is browser-based and thus can be easily used on web applications.
That change would allow PyCallisto to be used on a…
-
In some over zealous pre-workshop preparation I cloned the repo and attempted a quick run through of some of the code... when I use plt.plot(x, y, 'o') or similar the 'o' doesn't appear in the resulti…
-
Need to update colormap settings select input to include optgroups with the other color types matplotlib supports. Right now there's only support for the general heatmap specific colors, but it may be…
-
### Description of the bug
When running `session_info.show()` when dandelion has been imported raises an error:
```
Cell In[2], line 2
1 #Output session Info
----> 2 session_info.show()…
-
When the version of Jupyter Lab>=4, I can get to the variable explorer menu, but I cannot explore each variable. It works perfectly with all of the version of Jupyter Lab 3.
-
This issue is to plan and keep track on the effort to add support for CPython 3.13 .
See [PEP 719](https://peps.python.org/pep-0719/) for the release schedule.
At the time of opening, version `3.13.…