-
-
Notifications
You must be signed in to change notification settings - Fork 544
remove hyperlink from front matter of /matplotlib index page #1249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -1,33 +1,35 @@ | |||
--- | |||
title: Matplotlib Figures Online | Plotly | |||
permalink: /matplotlib/ | |||
description: Publish your Matplotlib figures to the web with one line of code! Examples of how to make line plots, scatter plots, area charts, bar charts, error bars, box plots, histograms, heatmaps, subplots, multiple-axes, polar charts and bubble charts.<br><br>Instructions on how to install matplotlib can be found at <a class="no_underline plot-blue" href="https://matplotlib.org/users/installing.html">https://matplotlib.org/users/installing.html</a>. | |||
description: Publish your Matplotlib figures to the web with one line of code! Examples of how to make line plots, scatter plots, area charts, bar charts, error bars, box plots, histograms, heatmaps, subplots, multiple-axes, polar charts and bubble charts. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should still have install instructions somewhere on this page - though the link should be to https://matplotlib.org/users/installing (rather than .html)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jdamiba let me know if you have any questions on the above comment!
@priyatharsan good point but let's resolve it here :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💃
closes #1248