From de23a3b000d3e846cf3b03763866325105e82a08 Mon Sep 17 00:00:00 2001 From: Jody Klymak Date: Thu, 28 Feb 2019 17:41:01 -0800 Subject: [PATCH 1/2] TST: fix link --- _junk.html | 1 + 1 file changed, 1 insertion(+) create mode 120000 _junk.html diff --git a/_junk.html b/_junk.html new file mode 120000 index 00000000000..7c71ce0d7bd --- /dev/null +++ b/_junk.html @@ -0,0 +1 @@ +_test_redirect/index.html \ No newline at end of file From 70defaefbd53332791b05c47c14f3f83b3d55555 Mon Sep 17 00:00:00 2001 From: Jody Klymak Date: Thu, 28 Feb 2019 18:56:49 -0800 Subject: [PATCH 2/2] FIX --- _test_redirect/index.html | 273 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 273 insertions(+) create mode 100644 _test_redirect/index.html diff --git a/_test_redirect/index.html b/_test_redirect/index.html new file mode 100644 index 00000000000..52e164104bd --- /dev/null +++ b/_test_redirect/index.html @@ -0,0 +1,273 @@ + + + + + + + + Matplotlib: Python plotting — Matplotlib 3.0.2 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
Version 3.0.2
+ matplotlib
+ + + +
+ + + + + + + +
+
+ + + +
+
+
+
+
+
+ +

Matplotlib is a Python 2D plotting library which produces publication quality +figures in a variety of hardcopy formats and interactive environments across +platforms. Matplotlib can be used in Python scripts, the Python and IPython +shells, the Jupyter notebook, web application servers, and four graphical user +interface toolkits.

+ +

Matplotlib tries to make easy things easy and hard things possible. You +can generate plots, histograms, power spectra, bar charts, errorcharts, +scatterplots, etc., with just a few lines of code. For examples, see the +sample plots and thumbnail +gallery.

+

For simple plotting the pyplot module provides a MATLAB-like interface, +particularly when combined with IPython. For the power user, you have full +control of line styles, font properties, axes properties, etc, via an object +oriented interface or via a set of functions familiar to MATLAB users.

+
+

Installation

+

Visit the Matplotlib installation instructions.

+
+
+

Documentation

+

This is the documentation for Matplotlib version 3.0.2.

+

To get started, read the User's Guide.

+

+ +

Trying to learn how to do a particular kind of plot? Check out the +examples gallery or the list of plotting commands.

+
+

Other learning resources

+

There are many external learning resources available +including printed material, videos and tutorials.

+
+
+

Need help?

+

Matplotlib is a welcoming, inclusive project, and we try to follow the Python +Software Foundation Code of Conduct in everything we do.

+

Check the FAQ and the API docs.

+

For help, join the gitter channel and the matplotlib-users, +matplotlib-devel, and matplotlib-announce mailing lists, or check out the +Matplotlib tag on stackoverflow. The search tool searches +all of the documentation, including full text search of over 350 complete +examples which exercise almost every corner of Matplotlib.

+

You can file bugs, patches and feature requests on the issue tracker, but it +is a good idea to ping us on the mailing list too.

+

To keep up to date with what's going on in Matplotlib, see the what's +new page or browse the source code. Anything that could +require changes to your existing code is logged in the API changes file.

+
+

Toolkits

+

Matplotlib ships with several add-on toolkits, +including 3d plotting with mplot3d, axes helpers in axes_grid1 and axis +helpers in axisartist.

+
+
+

Third party packages

+

A large number of third party packages +extend and build on Matplotlib functionality, including several higher-level +plotting interfaces (seaborn, holoviews, ggplot, ...), and two projection +and mapping toolkits (basemap and cartopy).

+
+
+

Citing Matplotlib

+

Matplotlib is the brainchild of John Hunter (1968-2012), who, along with its +many contributors, have put an immeasurable amount of time and effort into +producing a piece of software utilized by thousands of scientists worldwide.

+

If Matplotlib contributes to a project that leads to a scientific publication, +please acknowledge this work by citing the project. A ready-made citation +entry is available.

+
+
+

Open source

+ +A Fiscally Sponsored Project of NUMFocus +

Please consider donating to the Matplotlib project through +the Numfocus organization or to the John Hunter Technology Fellowship.

+

The Matplotlib license is based on the Python Software +Foundation (PSF) license.

+

There is an active developer community and a long list of people who have made +significant contributions.

+

Matplotlib is hosted on Github. Issues +and Pull requests are tracked at Github too.

+
+
+
+ + +
+
+
+ +
+
+ + + + + + \ No newline at end of file