Skip to content

Commit adeade5

Browse files
more MATLAB trademark tweaks
1 parent e2f2688 commit adeade5

9 files changed

+11
-11
lines changed

_includes/breadcrumb.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<li class="--breadcrumb-item"><a href="/graphing-libraries/"><span>Open Source Graphing Libraries</span></a></li>
3030
{% if page.permalink != "/api/" %}
3131
<li class="--breadcrumb-item">
32-
<a href="/{% if page.permalink contains 'javascript' %}javascript{% else %}{{page.language}}{% endif %}" {% if page.layout == "langindex" %} class="--current" {% endif %} ><span>{% if page.language == "plotly_js" %}plotly.js{% elsif page.language == "ggplot2" %}ggplot2{% elsif page.language == "matlab" %}Plotly MATLAB<sup>&reg;</sup> Graphing Library{% elsif page.language == "matplotlib" %}matplotlib{% else %}{{page.language | capitalize}}{% endif %}</span></a>
32+
<a href="/{% if page.permalink contains 'javascript' %}javascript{% else %}{{page.language}}{% endif %}" {% if page.layout == "langindex" %} class="--current" {% endif %} ><span>{% if page.language == "plotly_js" %}plotly.js{% elsif page.language == "ggplot2" %}ggplot2{% elsif page.language == "matlab" %}Plotly Graphing Library for MATLAB<sup>&reg;</sup>{% elsif page.language == "matplotlib" %}matplotlib{% else %}{{page.language | capitalize}}{% endif %}</span></a>
3333
</li>
3434
{% endif %}
3535

_layouts/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
d="M20,10V14H11L14.5,17.5L12.08,19.92L4.16,12L12.08,4.08L14.5,6.5L11,10H20Z"/>
4747
</svg>
4848
</div>
49-
<span><a href="/{% if page.language == "plotly_js" %}javascript{% else %}{{page.language}}{% endif %}/">Back to {% if page.language == "plotly_js" %}plotly.js{% elsif page.language == "ggplot2" %}ggplot2{% elsif page.language == "matlab" %}Plotly MATLAB<sup>&reg;</sup> Graphing Library{% elsif page.language == "matplotlib" %}matplotlib{% else %}{{page.language | capitalize}}{% endif %}
49+
<span><a href="/{% if page.language == "plotly_js" %}javascript{% else %}{{page.language}}{% endif %}/">Back to {% if page.language == "plotly_js" %}plotly.js{% elsif page.language == "ggplot2" %}ggplot2{% elsif page.language == "matlab" %}Plotly Graphing Library for MATLAB<sup>&reg;</sup>{% elsif page.language == "matplotlib" %}matplotlib{% else %}{{page.language | capitalize}}{% endif %}
5050
</a></span>
5151
</button>
5252
</nav>

_posts/matlab/2015-04-05-matlab-index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Plotly MATLAB® Graphing Library
2+
title: Plotly Graphing Library for MATLAB®
33
permalink: /matlab/
44
description: Create interactive charts in your web browser with MATLAB<sup>&reg;</sup> and Plotly.
55
layout: langindex
@@ -13,7 +13,7 @@
1313
<div class="--title">
1414
<div class="--category-img"></div>
1515
<div class="--body">
16-
<h1>Plotly MATLAB<sup>&reg;</sup> Graphing Library</h1>
16+
<h1>Plotly Graphing Library for MATLAB<sup>&reg;</sup></h1>
1717
<p>
1818
{{page.description}}
1919
</p>
@@ -67,7 +67,7 @@ <h6>
6767

6868
<p><img src="https://plot.ly/~chris/16180.png" width="100%" height="500px"></p>
6969
<h6>
70-
Plotly MATLAB<sup>&reg;</sup> graphs are created with HTML and JavaScript. You can save and share your MATLAB<sup>&reg;</sup> figures with <a href="https://plot.ly/plans">Plotly's cloud service</a> or you can generate and serve this HTML and JavaScript with the <a href="https://plot.ly/matlab/offline">self-hosted desktop Plotly MATLAB<sup>&reg;</sup> toolbox</a>.
70+
Plotly's MATLAB<sup>&reg;</sup> graphs are created with HTML and JavaScript. You can save and share your MATLAB<sup>&reg;</sup> figures with <a href="https://plot.ly/plans">Plotly's cloud service</a> or you can generate and serve this HTML and JavaScript with the <a href="https://plot.ly/matlab/offline">self-hosted desktop Plotly Graphing Library for MATLAB<sup>&reg;</sup> </a>.
7171
</h6>
7272
<div class="offline-graph">
7373
<pre><code>getplotlyoffline('https://cdn.plot.ly/plotly-latest.min.js')

_posts/matlab/getting-started/2015-05-25-getting-started_matlab_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<h2>Installation</h2>
1111
<div class="content-box">
1212
<p >
13-
Download and uncompress the <a href="https://github.com/plotly/MATLAB-api/archive/master.zip">Plotly MATLAB<sup>&reg;</sup> library</a>.
13+
Download and uncompress the <a href="https://github.com/plotly/MATLAB-api/archive/master.zip">Plotly Graphing Library for MATLAB<sup>&reg;</sup></a>.
1414
</p>
1515
</div>
1616
</section>

_posts/matlab/time-series/2015-04-09-time-series_matlab_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<h4>Converting to a Standard Date Format</h4>
2222

23-
The first way to convert MATLAB<sup>&reg;</sup> time series plots is to convert the dates to unix time with the <code>convertDate</code> function included in Plotly MATLAB<sup>&reg;</sup> toolbox.
23+
The first way to convert MATLAB<sup>&reg;</sup> time series plots is to convert the dates to unix time with the <code>convertDate</code> function included in Plotly Graphing Library for MATLAB<sup>&reg;</sup>.
2424

2525
<ol>
2626
<li>

_posts/matlab/user_guide_matlab/2015-05-28-streaming-tutorial.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ <h4 id="-font-size-5-1-font-setup-your-plotly-matlab-api-library-">
9393
[1]:
9494
</font>
9595
</strong>
96-
Setup your Plotly MATLAB<sup>&reg;</sup> Open Source Graphing Library.
96+
Setup your Plotly Graphing Library for MATLAB<sup>&reg;</sup>.
9797
</h4>
9898
</div>
9999
</div>

_posts/matlab/user_guide_matlab/2015-06-30-matlab-user-guide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</div>
2727
<div class="inner_cell">
2828
<div class="text_cell_render border-box-sizing rendered_html">
29-
<h4 id="Initial-Setup">Initial Setup<a class="anchor-link" href="#Initial-Setup">&#194;&#182;</a></h4><p>The Plotly MATLAB<sup>&reg;</sup> Open Source Graphing Library has been embedded into our MATLAB<sup>&reg;</sup> toolboxes and our Plotly credentials have been saved using <code>plotlysetup.m</code>. In order to start using the Plotly MATLAB<sup>&reg;</sup> API all we have to do now is start MATLAB! More information regarding installation / setting up the Plotly MATLAB<sup>&reg;</sup> API can be found on the <a href="https://plot.ly/matlab/getting-started/">online documentation</a>.</p>
29+
<h4 id="Initial-Setup">Initial Setup<a class="anchor-link" href="#Initial-Setup">&#194;&#182;</a></h4><p>The Plotly Graphing Library for MATLAB<sup>&reg;</sup> has been embedded into our MATLAB<sup>&reg;</sup> toolboxes and our Plotly credentials have been saved using <code>plotlysetup.m</code>. In order to start using the Plotly Graphing Library for MATLAB<sup>&reg;</sup> API all we have to do now is start MATLAB! More information regarding installation / setting up the Plotly Graphing Library for MATLAB<sup>&reg;</sup> API can be found on the <a href="https://plot.ly/matlab/getting-started/">online documentation</a>.</p>
3030

3131
</div>
3232
</div>

_posts/matlab/user_guide_matlab/2015-06-30-matlab_offline.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</li>
2424
</ul>
2525
<p><img src="http://i.imgur.com/FxPBBgD.png" alt="self-hosted matlab online"></p>
26-
<h3 id="Getting-Started">Getting Started<a class="anchor-link" href="#Getting-Started">&#194;&#182;</a></h3><p>1 - Update the Plotly MATLAB<sup>&reg;</sup> Library so that your version is at least v.2.2.0</p>
26+
<h3 id="Getting-Started">Getting Started<a class="anchor-link" href="#Getting-Started">&#194;&#182;</a></h3><p>1 - Update the Plotly Graphing Library for MATLAB<sup>&reg;</sup> so that your version is at least v.2.2.0</p>
2727

2828
<pre><code>&gt;&gt;&gt; plotlyupdate;</code></pre>
2929
<p>2 - Download the offline Plotly bundle:</p>

_posts/matlab/user_guide_matlab/matlab_offline.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"\n",
1515
"### Getting Started\n",
1616
"\n",
17-
"1 - Update the Plotly MATLAB Library so that your version is at least v.2.2.0\n",
17+
"1 - Update the Plotly Graphing Library for MATLAB so that your version is at least v.2.2.0\n",
1818
"\n",
1919
"```\n",
2020
">>> plotlyupdate;\n",

0 commit comments

Comments
 (0)