Home
last modified time | relevance | path

Searched refs:PlotTypes (Results 1 – 5 of 5) sorted by relevance

/dports/astro/py-metpy/MetPy-1.1.0/src/metpy/plots/
H A Dstation_plot.py404 class PlotTypes(Enum): class in StationPlotLayout
451 self[location] = (self.PlotTypes.value, name, (fmt, units, kwargs))
484 self[location] = (self.PlotTypes.symbol, name, (symbol_mapper, kwargs))
513 self[location] = (self.PlotTypes.text, name, kwargs)
548 self['barb'] = (self.PlotTypes.barb, (u_name, v_name), (units, kwargs))
561 if item[0] == self.PlotTypes.barb:
592 if typ == self.PlotTypes.barb:
608 if typ == self.PlotTypes.value:
611 elif typ == self.PlotTypes.symbol:
614 elif typ == self.PlotTypes.text:
/dports/graphics/kf5-kplotting/kplotting-5.89.0/src/
H A Dkplotobject.h58 Q_DECLARE_FLAGS(PlotTypes, PlotType)
95 PlotTypes plotTypes() const;
264 Q_DECLARE_OPERATORS_FOR_FLAGS(KPlotObject::PlotTypes)
H A Dkplotobject.cpp33 PlotTypes type;
61 KPlotObject::PlotTypes KPlotObject::plotTypes() const in plotTypes()
/dports/astro/py-metpy/MetPy-1.1.0/tests/plots/
H A Dtest_station_plot.py160 assert layout['E'][0] is StationPlotLayout.PlotTypes.value
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dkdeui.py8028 return KPlotObject.PlotTypes()
8029 class PlotTypes(): class in KPlotObject
8033 return KPlotObject.PlotTypes()
8050 return KPlotObject.PlotTypes()
8053 return KPlotObject.PlotTypes()
8056 return KPlotObject.PlotTypes()
8059 return KPlotObject.PlotTypes()
8062 return KPlotObject.PlotTypes()
8065 return KPlotObject.PlotTypes()
8071 return KPlotObject.PlotTypes()
[all …]