Skip to content
Tejsumeru

Thoughts Become Reality

  • Tutorials
  • Video Tutorial
  • Tutorials
  • Video Tutorial
  • Python

    Basics Of MatPlotLib In Python

    January 24, 2020 - By tejsumeru.12@gmail.com

    import numpy as np import matplotlib.pyplot as plt x=np.arange(0,20) y=x+2 plt.title("Matplotlibdemo") plt.xlabel("x axis caption") plt.ylabel("y axis caption") plt.plot(x,y,linestyle='-',color='b') plt.show() OutPut

    Continue Reading

Categories

  • AI
  • Android With Java
  • Android With Kotlin
  • C language
  • C++ Language
  • Computer Vision
  • Data Structure
  • Design
  • Error Solving
  • Flutter
  • Go Lang
  • Interview Quetions
  • Java
  • Javascript
  • Kotlin
  • Machine Learning
  • MATLAB
  • PHP
  • Python
  • SciPy
  • Technology
  • Tutorials
  • Uncategorized
  • Wordpress
Graceful Theme by Optima Themes