-
Hi, I am a beginner with Python and are learning through the lectures "Quantitative Economics" at https://lectures.quantecon.org/py/python_by_example.html
I downloaded Anaconda and started Jupyter …
-
It seems that matplotlib is a requirement to load up the databroker. This causes a bunch of issues where X and other graphics servers are tenuous (CIs, ssh without X, su + ssh, etc.) It would be grea…
-
Does the reticulate knitr-engine support matplotlib figures when using `pdf_document` as an output format?
## Example
With the following minimal content (in R Markdown format),
```markdown
-…
-
re: http://newcoder.io/Part-2-Graph
Python 2.7.3 (default, Sep 26 2012, 21:53:58)
[GCC 4.7.2] on linux2
OS: Ubuntu 12.10
Packages in virtualenv: pip freeze
argparse==1.2.1
ipython==0.13.1
matplotl…
-
Hey everyone!
I have been trying to get started with Jupyter and I keep hitting a wall of trying to show graphs inline!
There was a previous issue closed where people used %matplotlib inline in a cel…
axhue updated
6 years ago
-
I get the following error during running the example code from the [README](https://github.com/ahkab/ahkab/blob/master/README.md)
```
Traceback (most recent call last):
File "", line 1, in
Im…
-
### Summary
Currently, the approach is calling `_AxesBase.update_datalim` in the plot factory functions with an array of points (often with an already reduced list `[(xmin, ymin), (xmax, ymax)]` but …
-
### Documentation Link
https://matplotlib.org/devdocs/api/_as_gen/matplotlib.axes.Axes.margins.html
### Problem
From https://github.com/matplotlib/matplotlib/pull/20942#discussion_r698618631:…
-
HI Good People,
I noticed that whenever I switch from matplotlib inline plotting to using qt-plotting (to use it zoom function), the yaxis panel sizes and labels get squashed and does not retain the …
-
### Solution to issue cannot be found in the documentation.
- [X] I checked the documentation.
### Issue
I am studying python + matplotlib,
Everything was ok on last Monday, but I try to re-…