forked from plotly/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2016-10-12-numpy-index.html
28 lines (23 loc) · 981 Bytes
/
2016-10-12-numpy-index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
title: NumPy Reference | Plotly
permalink: /numpy/
description: Use NumPy with Plotly's Python graphing library to create arrays of data in multiple dimensions, perform operations of data arrays to manipulate and extract info like max or min value and generate random numbers.
layout: langindex
language: numpy
---
<header class="--welcome">
<div class="--welcome-body">
<!--div.--wrap-inner-->
<div class="--title">
<div class="--category-img"><img src="https://plot.ly/gh-pages/documentation/static/images/python-small.png" alt=""></div>
<div class="--body">
<h1>Plotly NumPy Library</h1>
<p>{{page.description}}
</p>
</div>
</div>
</div>
</header>
{% assign languagelistimg = site.posts | where:"page_type":"example_index" | where:"language","numpy" | where:"has_thumbnail",true % | sort: "order" %}
{% assign languagelist = site.posts | where:"page_type":"example_index" | where:"language","numpy" %}
{% include documentation_eg.html %}